Pull Requests¶
This page provides guidelines for creating and reviewing pull requests for the HCB codebase.
Creating Pull Requests¶
When creating a pull request, please:
- Provide a descriptive title that summarizes the changes
- Fill out the PR template with relevant information
- Link to any related issues using GitHub's issue linking syntax
- Include screenshots or videos if your changes affect the UI
- Add tests for new functionality or bug fixes
- Make sure CI passes before requesting review
Reviewing Pull Requests¶
When reviewing a pull request, please:
- Be constructive and respectful in your feedback
- Consider the context of the changes
- Look for potential issues with security, performance, or user experience
- Test the changes locally if possible
- Suggest alternatives if you think there's a better approach
Merging Pull Requests¶
Pull requests should be merged by the author after receiving approval from at least one reviewer and passing all CI checks.
PR Templates¶
More detailed templates and guidelines will be added here in the future.