Files
create/.gitea/pull_request_template.md
forbes-0023 2c09c41095
Some checks failed
Build and Test / build (pull_request) Has been cancelled
chore: replace .github with Gitea templates (#116)
- Remove .github/ directory (FreeCAD upstream GitHub templates, funding,
  dependabot, labels, images)
- Relocate .github/codespellignore to .codespellignore
- Relocate .github/scripts/run_gui_tests.py to scripts/run_gui_tests.py
- Add Gitea issue templates: bug report, feature request, documentation
- Add Gitea PR template aligned with CONTRIBUTING.md conventions

Closes #116
2026-02-09 11:11:27 -06:00

19 lines
483 B
Markdown

## Summary
<!-- Brief description of what this PR does -->
## Changes
<!-- List the key changes made -->
## Related Issues
<!-- Link related issues: Closes #123, Fixes #456 -->
## Checklist
- [ ] Commit messages follow [conventional commits](https://www.conventionalcommits.org/) (`feat:`, `fix:`, `chore:`, `docs:`, `art:`)
- [ ] Code follows project style (clang-format for C++, black for Python)
- [ ] Changes are tested locally
- [ ] Documentation updated (if applicable)