mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-12 19:12:17 +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>
19 lines
690 B
YAML
19 lines
690 B
YAML
name: Feature Request
|
|
description: Got an idea for a feature that Gin doesn't have currently? Submit your idea here!
|
|
labels: ["type/proposal"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
1. Please speak English, this is the language all maintainers can speak and write.
|
|
2. Please ask questions problems on our Discussions Forum (https://github.com/gin-gonic/gin/discussions).
|
|
3. Please take a moment to check that your feature hasn't already been suggested.
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Feature Description
|
|
placeholder: |
|
|
I think it would be great if Gin had...
|
|
validations:
|
|
required: true
|