Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
When contributing to this repository, please first discuss the change you wish to make via issue, Discord, email, Nostr dm or any other method with the owners of this repository before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project.
Use one of the issue template to create either a bug or feature request.
- Please fork the repo and use the Readme to setup your local environment
- Create your Branch (
git checkout -b feature/AmazingFeature
) use keywords to - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request