forked from Inpaqt/gitea_template
Update BugReport.yaml, FeatureRequest.yaml, and PullRequest.yaml
This commit is contained in:
parent
e25b95f1c7
commit
1c5a2a53e7
|
|
@ -1,5 +1,5 @@
|
|||
name: Bug Report
|
||||
about: File a bug report
|
||||
about: File a bug report.
|
||||
title: "[Bug]: "
|
||||
labels: ["bug"]
|
||||
body:
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name: New feature Request
|
||||
about: File a request to add a new feature
|
||||
about: Make a request to add a new feature.
|
||||
title: "[feature]: "
|
||||
labels: ["enhancement"]
|
||||
body:
|
||||
|
|
|
|||
32
.gitea/issue_template/PullRequest.yaml
Normal file
32
.gitea/issue_template/PullRequest.yaml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
name: Pull Request
|
||||
about: Propose changes to the code or implement new features.
|
||||
title: "[PR]: "
|
||||
labels: ["enhancement", "Management"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
This issue was created by an issue **template** :)
|
||||
visible: [content]
|
||||
- type: textarea
|
||||
id: whats_new
|
||||
attributes:
|
||||
label: What did you add/improve?
|
||||
description: what does this pull request fix, add or improve ?
|
||||
placeholder: Tell us what functionality this pull request adds or the problem it solves!
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: related_issue
|
||||
attributes:
|
||||
label: Does this fix a issue or add a requested feature ?
|
||||
description: If this pull requests fixes a known issue or adds requested functionality please link that issue number here
|
||||
validations:
|
||||
is_number: true
|
||||
required: false
|
||||
- type: textarea
|
||||
id: other_options
|
||||
attributes:
|
||||
label: What other solutions did you concider if any ?
|
||||
validations:
|
||||
required: false
|
||||
Loading…
Reference in New Issue
Block a user