Compare commits
1 Commits
master
...
51689a374c
| Author | SHA1 | Date | |
|---|---|---|---|
| 51689a374c |
0
.gitea/ISSUE_TEMPLATE/2
Normal file
0
.gitea/ISSUE_TEMPLATE/2
Normal file
@@ -9,25 +9,22 @@ body:
|
|||||||
description: Provide a clear description of your changes.
|
description: Provide a clear description of your changes.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: related-issue
|
||||||
|
attributes:
|
||||||
|
label: Related Issue
|
||||||
|
description: Link to related issue (if applicable)
|
||||||
|
placeholder: "e.g., #123"
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
- type: input
|
- type: input
|
||||||
id: closes-issue
|
id: closes-issue
|
||||||
attributes:
|
attributes:
|
||||||
label: Closes Issue
|
label: Closes Issue
|
||||||
description: Link to issue this PR closes (if applicable). Using "Closes #123" will automatically close the issue when merged.
|
description: Link to issue this PR closes (if applicable). Using "Closes #123" will automatically close the issue when merged.
|
||||||
placeholder: "e.g., closes #456"
|
placeholder: "e.g., #456"
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
- type: input
|
|
||||||
id: related-issue
|
|
||||||
attributes:
|
|
||||||
label: Related Issue
|
|
||||||
description: Link to related issue (if applicable).
|
|
||||||
placeholder: "e.g., related #123"
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: testing-instructions
|
id: testing-instructions
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
Reference in New Issue
Block a user