docs: issue and pull request templates (#1017)

* docs: add a pull request template

* Loosely based on the template of vitejs

* docs: add bug report issue template

* docs: link GitHub discussions in contributing.md
This commit is contained in:
Jan Laupetin
2026-09-20 17:15:56 +02:00
committed by GitHub
parent b7cc70de06
commit f16dd0cffd
4 changed files with 87 additions and 3 deletions
+16
View File
@@ -0,0 +1,16 @@
<!--
- What is this PR solving? Write a clear and concise description.
- Reference related issues that are being solved (e.g. `fixes #123`).
- Are there any parts you think require more attention from reviewers?
- How can this PR be tested?
Also, please make sure you do the following:
- Read the contributing guidelines at https://github.com/Laupetin/OpenAssetTools/blob/main/CONTRIBUTING.md.
- Check that there isn't already a PR that solves the problem the same way.
- If you used AI-tooling, include a short notice stating in which ways these tools were used.
Do not use AI to generate the pull request description.
Thank you for making a contribution to OpenAssetTools!
-->