Thank you for considering contributing to magnetar! We welcome contributions from the community.
- Fork the repository.
- Create a new branch (
git checkout -b YourFeature
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin YourFeature
). - Open a pull request.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.