gitea: add checklist to the pull request template

Add a small pull request template that communicates the basic
requirements for submissions to be included in the code base.
This commit is contained in:
Johannes Kimmel 2023-02-20 17:36:29 +01:00
parent fcc8119906
commit 42d3f63002
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
---
name: pull-request-template
about: "Pull Request Checklist"
---
<!--
Kleine Checkliste:
- Die Änderungen dürfen unter einer der hier verwendeten Open Source Lizenzen verwendet werden.
- Falls möglich wurden die Änderungen getestet.
-->