Some checks failed
Build and Test / build (pull_request) Has been cancelled
- 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
19 lines
483 B
Markdown
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)
|