Initial import

This commit is contained in:
codephoenix
2026-02-26 15:29:42 +08:00
commit 9422944e4b
12 changed files with 45997 additions and 0 deletions

22
.github/issue_template.md vendored Normal file
View File

@@ -0,0 +1,22 @@
Thank you very much for your interest in TetGen! Reporting your issue helps to improve the code.
### Legal
By opening this issue, you agree to the terms of the Contributor License Agreement (CLA) 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.

12
.github/pull_request_template.md vendored Normal file
View File

@@ -0,0 +1,12 @@
Thank you very much for helping to improve TetGen!
### Legal:
By opening this pull request, you agree to the terms of the Contributor License Agreement (CLA) stated in [CONTRIBUTING.md](https://codeberg.org/TetGen/TetGen/src/branch/main/CONTRIBUTING.md).
- [ ] I have read and agree to the Contributor License Agreement in CONTRIBUTING.md
### Pull request description:
### Test data:
Please provide input data which help to test the feature implemented in the pull request.