Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.04 KB

CONTRIBUTING.md

File metadata and controls

21 lines (17 loc) · 1.04 KB

Contributing to Jellyseer Request Automation

Thank you for considering contributing to this project! Here's how you can get started:

How to Contribute:

  • 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.

Guidelines:

  1. Fork the repository and create your branch from main.
  2. If you've added code that should be tested, add tests.
  3. Ensure the code is well-documented.
  4. Open a pull request and provide a clear explanation of the changes.

Building the Docker Image

To build the Docker image for development, run the following commands:

docker build . -f ./docker/Dockerfile --target dev --tag suggestarr:nightly