Contributing - NotTheRealWallyx/LinkSentinel GitHub Wiki
Contributing
Thank you for your interest in contributing to LinkSentinel!
How to contribute
- Fork the repository
- Create a new branch for your feature or bugfix
- Make your changes and add tests if needed
- Open a pull request
Guidelines
- Follow the code style (black, isort)
- Make sure all tests pass (
pytest) - Keep documentation up to date
We welcome all contributions!