Update BugReport.yaml, FeatureRequest.yaml, PullRequest.yaml, and 2 more files

This commit is contained in:
Tommy K 2024-05-02 10:57:58 +02:00
parent 1eb4deca28
commit 534cb5f530
3 changed files with 2 additions and 34 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
name: Bug Report
about: File a bug report.
title: "[Bug]: "
labels: ["bug"]
labels: ["bug", "Kind/Bug", "Priority Medium"]
body:
- type: markdown
attributes:

View File

@ -1,7 +1,7 @@
name: New feature Request
about: Make a request to add a new feature.
title: "[feature]: "
labels: ["enhancement"]
labels: ["enhancement", "Kind/Feature", "Priority low"]
body:
- type: markdown
attributes: