mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-12 11:02:13 +08:00
- Replace the old issue template with new, structured YAML templates for bug reports and feature requests - Add a configuration file that directs users to relevant documentation and support links - Update the pull request template to use a checklist format and clarify documentation requirements Signed-off-by: appleboy <appleboy.tw@gmail.com>
12 lines
469 B
YAML
12 lines
469 B
YAML
blank_issues_enabled: false
|
|
contact_links:
|
|
- name: Go.dev API Documentation
|
|
url: https://pkg.go.dev/github.com/gin-gonic/gin
|
|
about: Comprehensive API documentation for Gin.
|
|
- name: Gin User Guides
|
|
url: https://gin-gonic.com/
|
|
about: In-depth user guides and tutorials for using Gin.
|
|
- name: Discussions Forum
|
|
url: https://github.com/gin-gonic/gin/discussions
|
|
about: Questions and configuration or deployment problems can also be discussed.
|