Skip to content
Closed

test #12

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,16 +154,14 @@ This registers the hooks defined in `.pre-commit-config.yaml`. You can always ru

## Contributing

We welcome contributions to this project! If you'd like to contribute, follow these steps:
We welcome contributions to this project! If you'd like to contribute, follow these steps

1. **Fork the repository** and clone it to your local machine.
2. **Create a new branch** for your feature or bug fix.
3. **Write tests** for any new functionality or changes.
4. **Make sure all tests pass** by running `make test` before submitting your pull request.
5. **Submit a pull request** with a detailed explanation of your changes.

Please ensure your code follows the existing style and includes sufficient documentation.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE.txt) file for more details.
Expand Down