Compare commits
4 Commits
67bf4210a5
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| e8bb952702 | |||
| 4c5f66e227 | |||
| c0bfda31d2 | |||
| 3227b369d5 |
27
.gitea/PULL_REQUEST_TEMPLATE.yml
Normal file
27
.gitea/PULL_REQUEST_TEMPLATE.yml
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
name: Pull Request
|
||||||
|
about: Submit a pull request
|
||||||
|
title: ""
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
label: Description
|
||||||
|
description: Provide a clear description of your changes.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: testing-instructions
|
||||||
|
attributes:
|
||||||
|
label: Testing
|
||||||
|
description: |
|
||||||
|
Please provide instructions to test the changes
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: closes-issue
|
||||||
|
attributes:
|
||||||
|
label: Closes Issue
|
||||||
|
description: Link to the issue number using "closes #123"
|
||||||
|
placeholder: "closes #123"
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
Reference in New Issue
Block a user