forked from Inpaqt/gitea_template
Merge pull request '[PR]:' (#1) from test into main
Reviewed-on: Tommy/test#1
This commit is contained in:
commit
0072cc5153
|
|
@ -1,32 +0,0 @@
|
||||||
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
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
about: File a bug report.
|
about: File a bug report.
|
||||||
title: "[Bug]: "
|
title: "[Bug]: "
|
||||||
labels: ["bug"]
|
labels: ["bug", "Kind/Bug", "Priority Medium"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
name: New feature Request
|
name: New feature Request
|
||||||
about: Make a request to add a new feature.
|
about: Make a request to add a new feature.
|
||||||
title: "[feature]: "
|
title: "[feature]: "
|
||||||
labels: ["enhancement"]
|
labels: ["enhancement", "Kind/Feature", "Priority low"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
Loading…
Reference in New Issue
Block a user