Gitea: add issue and pull request templates

This commit is contained in:
Brecht Van Lommel 2023-01-18 18:44:03 +01:00
parent 4f8ccce4a5
commit e6e204ef0e
2 changed files with 63 additions and 0 deletions

View File

@ -0,0 +1,41 @@
name: Add-on Bug Report
about: File a bug report for an add-on bundled with Blender
labels:
- bug
body:
- type: markdown
attributes:
value: |
### Instructions
First time reporting? See [tips](https://wiki.blender.org/wiki/Process/Bug_Reports) and [walkthrough video](https://www.youtube.com/watch?v=JTD0OJq_rF4).
* Use **Help > Report a Bug** in Blender to fill system information and exact Blender version.
* Test [daily builds](https://builder.blender.org/) to verify if the issue is already fixed.
* Test [previous versions](https://download.blender.org/release/) to find an older working version.
* For feature requests, feedback, questions or build issues, see [communication channels](https://wiki.blender.org/wiki/Communication/Contact#User_Feedback_and_Requests).
* If there are multiple bugs, make multiple bug reports.
- type: textarea
id: body
attributes:
label: "Description"
value: |
**System Information**
Operating system:
Graphics card:
**Blender Version**
Broken: (example: 2.80, edbf15d3c044, master, 2018-11-28, as found on the splash screen)
Worked: (newest version of Blender that worked as expected)
**Short description of error**
**Exact steps for others to reproduce the error**
Based on the default startup or an attached .blend file (as simple as possible).
- type: markdown
attributes:
value: |
### Help the developers
Bug fixing is important, the developers will handle reports swiftly. For that reason, carefully provide exact steps and a **small and simple .blend file** to reproduce the problem. You do your half of the work, then we do our half!

View File

@ -0,0 +1,22 @@
name: Pull Request
about: Contribute to add-ons bundled with Blender
body:
- type: markdown
attributes:
value: |
### Instructions
* [Contributing a new add-on](https://wiki.blender.org/wiki/Process/Addons)
* [Contributing code](https://wiki.blender.org/index.php/Dev:Doc/Process/Contributing_Code)
* [Effective code review](https://wiki.blender.org/index.php/Dev:Doc/Tools/Code_Review)
By submitting code here, you agree that the code is (compatible with) GNU GPL v2 or later.
- type: textarea
id: body
attributes:
label: "Description"
value: |
Description of the problem that is addressed in the patch.
Description of the proposed solution and its implementation.