Thank you for considering contributing to this project! Here's how you can get started:
- Report Issues: If you find bugs or issues, please open an issue on GitHub.
- Suggest Features: Have an idea for a new feature? We'd love to hear it! Open an issue with your proposal.
- Submit Pull Requests: If you want to fix a bug or implement a feature, feel free to submit a pull request. Please ensure your code follows the coding standards.
- Improve Documentation: You can contribute by improving this documentation or adding new sections to it.
- Fork the repository and create your branch from
main
. - If you've added code that should be tested, add tests.
- Ensure the code is well-documented.
- Open a pull request and provide a clear explanation of the changes.
To build the Docker image for development, run the following commands:
docker build . -f ./docker/Dockerfile --target dev --tag suggestarr:nightly