Thank you for considering contributing to the project! I welcome contributions from everyone.
NOTE: If you are looking to open a PR, please fork off of the next
branch since that has the latest changes
- Fork the repo
- Checkout the
next
branchgit checkout next
- Create a new branch for your feature
git checkout -b new-feature
- Start making changes and fixing things
- Open a pull request here
- Wait for feedback. it might take me a while to look at it
- All code if formatted with prettier. you can run
pnpm run format
to format the project - Write clear and concise commit messages
If you find a bug or have an idea for a new feature, please create an issue in our repository.
Be sure to include a clear description of the problem or feature request, and what version you found the bug in. (either nostrudel.ninja
or next.nostrudel.ninja
)
By contributing to this project, you agree that your contributions will be licensed under the project's license.