first draft of cla + issue/pr templates

This commit is contained in:
Jürgen Fuhrmann
2025-07-23 12:17:31 +02:00
parent 894bf6f1f0
commit fe8b4a850a
4 changed files with 82 additions and 0 deletions

22
.gitea/issue_template.md Normal file
View File

@@ -0,0 +1,22 @@
Thank you very much for your interest in TetGen! Reporting your issue here helps to improve the code.
### Legal
By opening this issue, you agree to the terms of the contributor license agreement stated in [CONTRIBUTING.md](https://codeberg.org/TetGen/TetGen/src/branch/main/CONTRIBUTING.md)
### Kind of issue (bug, feature request...):
### Issue description:
### Expected behavior:
### Observed behavior:
### Environment:
- TeGen version:
- OS (e.g. MacOS 14):
- Architecture (e.g. x64, aarch64):
- Compiler vendor + version:
### Minimum working example:
Please attach input data which allow to reproduce the problem.