Thank you for considering contributing to ChatGPTWizard! We welcome any contributions, whether they are bug reports, feature requests, or pull requests.
If you encounter a bug or have a feature request, please open an issue on the GitHub repository. Be sure to provide as much detail as possible so that we can understand and reproduce the issue.
If you want to contribute code changes, please follow these steps:
- Fork the repository and clone it to your local machine.
- Create a new branch for your changes: git checkout -b my-new-feature
- Make your changes and commit them: git commit -am 'Add some feature'
- Push your changes to your fork: git push origin my-new-feature
- Submit a pull request from your fork to the main repository.
- When submitting a pull request, be sure to include a clear description of the changes you made and why they are important. We will review your code and provide feedback as necessary.
Please ensure that your code adheres to the current code's style before submitting a pull request.
By contributing to ChatGPTWizard, you agree that your contributions will be licensed under the MIT License.
Thank you for your contributions!