File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -384,18 +384,17 @@ We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) f
3843842. **Create a feature branch**: `git checkout -b feature/amazing-feature`
3853853. **Set up development environment**: `mise install` (installs all tools and git hooks)
3863864. **Make your changes** and add tests if applicable
387- 5. **Run the test suite**: `mise run ci` (or `hk ci`)
388- 6. **Commit your changes**: `git commit -m 'Add amazing feature'` (hooks run automatically)
389- 7. **Push to your branch**: `git push origin feature/amazing-feature`
390- 8. **Open a Pull Request**
387+ 5. **Commit your changes**: `git commit -m 'Add amazing feature'` (hooks run automatically)
388+ 6. **Push to your branch**: `git push origin feature/amazing-feature` (they'll actually run again in check mode, so they need to pass)
389+ 7. **Open a Pull Request**
391390
392391### Development Guidelines
393392
394393- Follow Rust best practices and idioms
395394- Add tests for new functionality. I'm not big on unit tests, but integration tests are essential.
396395- Update documentation for user-facing changes
397396- Use conventional commit messages
398- - Run `mise run ci` or `hk ci` before submitting PR
397+ - Run `mise run ci` or `hk run ci` before submitting PR
399398- Pre-commit hooks will automatically format code and run basic checks
400399- All automated checks must pass before PR can be merged
401400
You can’t perform that action at this time.
0 commit comments