Skip to content

Commit 84fddcd

Browse files
authored
Merge pull request #6 from bashandbone/bashandbone-patch-1
Update README.md
2 parents 4d7823c + 7a299ca commit 84fddcd

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -384,18 +384,17 @@ We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) f
384384
2. **Create a feature branch**: `git checkout -b feature/amazing-feature`
385385
3. **Set up development environment**: `mise install` (installs all tools and git hooks)
386386
4. **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

0 commit comments

Comments
 (0)