Written by ChatGPT - Updating it soon
We're excited that you're interested in contributing to GPTDARR! This guide aims to provide the guidelines for contributing to our project.
There are many ways you can contribute to our project:
- Submitting bug reports and feature requests
- Working on bug fixes or new features
- Improving documentation
- Reviewing code submissions
Our project adheres to a code of conduct that all contributors are expected to follow. Please read CODE_OF_CONDUCT.md before contributing.
- Fork the repository and clone it locally.
- Configure your local setup (you might need Node.js, etc.).
- Please ensure you run and pass all tests before submitting a pull request.
- Write clear, concise, and descriptive commit messages.
- Follow the coding style and standards set for the project.
- For major changes, please open an issue first to discuss what you would like to change.
- Update tests as appropriate.
- Push your changes to a feature branch in your fork of the repository.
- Submit a pull request to the
main
branch of the original repository. - Describe the changes in the pull request. Link any relevant issues.
- Await review from the project maintainers.
Our maintainers will review all contributions. We strive to review and provide feedback as quickly as possible, but response time may vary based on the current workload.
Thank you for contributing to GPTDARR! Your efforts greatly help in improving the tool and the community around it.