Submitting Changes
January 21, 2026 ยท View on GitHub
- Create a feature branch
git checkout -b feature/your-feature-name
-
Make your changes
- Make your code changes
- Include comprehensive tests
- Update documentation
-
Test your changes
See Development Commands for testing, linting, and analysis commands.
- Commit your changes
git add .
git commit
- Push and create a pull request
git push origin feature/your-feature-name
Then create a pull request on GitHub with:
- Clear description of the changes
- Link to any relevant issues
- Explain the use case and benefits