Added template for issues and PR
This commit is contained in:
parent
f07eea891c
commit
db97d5cd35
21
.gitea/issue_template/feature_template.yaml
Normal file
21
.gitea/issue_template/feature_template.yaml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
name: Feature Request
|
||||||
|
about: Create a feature request.
|
||||||
|
labels: ["enhancement"]
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
Before requesting any feature, be sure that it isn't a planned feature and that isn't written on this repository.
|
||||||
|
- type: textarea
|
||||||
|
id: request
|
||||||
|
attributes:
|
||||||
|
label: Feature Description
|
||||||
|
placeholder: |
|
||||||
|
I think it would be great if the project had...
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: extra
|
||||||
|
attributes:
|
||||||
|
label: Additional Informations
|
||||||
|
description: Enter here any other information or media that can be helpful.
|
56
.gitea/issue_template/issue_template.yaml
Normal file
56
.gitea/issue_template/issue_template.yaml
Normal file
@ -0,0 +1,56 @@
|
|||||||
|
name: Bug Report
|
||||||
|
about: File a bug report!
|
||||||
|
title: "1.0.0 - "
|
||||||
|
labels: ["bug", "help wanted"]
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
Before reporting any issue, be sure that it isn't already reported.
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
label: Description
|
||||||
|
description: A Clear and concise description of what the bug is.
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: expected
|
||||||
|
attributes:
|
||||||
|
label: Expected Behaviour
|
||||||
|
description: What should be the expected behavior.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: repro
|
||||||
|
attributes:
|
||||||
|
label: Repro Steps
|
||||||
|
description: Steps to reproduce the behavior. It should be a numbered list where each number is a newline (1. [...] NEWLINE 2. [...] NEWLINE 3. [...])
|
||||||
|
- type: input
|
||||||
|
id: map
|
||||||
|
attributes:
|
||||||
|
label: Map
|
||||||
|
description: The map where the bug occured. Leave empty if reproducible anywhere.
|
||||||
|
value: Any
|
||||||
|
- type: input
|
||||||
|
id: rate
|
||||||
|
attributes:
|
||||||
|
label: Reproduction Rate
|
||||||
|
description: The reproduction rate of the bug. On x tries how many times the bug was reproduced as a percentage.
|
||||||
|
value: 100%
|
||||||
|
- type: dropdown
|
||||||
|
id: severity
|
||||||
|
attributes:
|
||||||
|
label: Severity
|
||||||
|
description: How severe is the issue?
|
||||||
|
options:
|
||||||
|
- Low
|
||||||
|
- Minor
|
||||||
|
- Major
|
||||||
|
- Critical
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: anything
|
||||||
|
attributes:
|
||||||
|
label: Additional informations
|
||||||
|
description: Enter here any other information or media that can be helpful.
|
11
.gitea/pull_request_template.yaml
Normal file
11
.gitea/pull_request_template.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
name: New Pull Request
|
||||||
|
about: Create a new pull request.
|
||||||
|
title: ""
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
Please check the following:
|
||||||
|
1. Make sure you are targeting the `main` branch.
|
||||||
|
2. Describe what your pull request does and which issue you're targeting (if any).
|
||||||
|
|
Reference in New Issue
Block a user