mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-14 12:12:12 +08:00
23 lines
751 B
YAML
23 lines
751 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: Questions
|
|
description: I want to ask a question
|
|
title: "issue title"
|
|
labels:
|
|
- question
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Use the search tool before opening a new issue.
|
|
Please read the document carefully.
|
|
|
|
- type: textarea
|
|
id: ask
|
|
attributes:
|
|
label: "What do you want to ask?"
|
|
description: "Please describe the details of your questions."
|
|
validations:
|
|
required: true
|