mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-14 12:12:12 +08:00
29 lines
908 B
YAML
29 lines
908 B
YAML
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#creating-issue-forms
|
|
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema
|
|
name: Enhancements
|
|
description: Enhance an idea for this project
|
|
title: "issue title"
|
|
labels:
|
|
- enhancement
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for helping us improve! 🙏 Please answer these questions and provide as much information as possible about your problem.
|
|
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: "Description"
|
|
description: "Please describe your idea in detail."
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: additional
|
|
attributes:
|
|
label: "Additional"
|
|
validations:
|
|
required: false
|