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
483 B
483 B
Summary
Changes
Related Issues
Checklist
- Commit messages follow conventional commits (
feat:,fix:,chore:,docs:,art:) - Code follows project style (clang-format for C++, black for Python)
- Changes are tested locally
- Documentation updated (if applicable)