-
Fork the Repository: Start by forking the repository. This allows you to make changes without affecting the original project.
-
Clone Your Fork: Clone your fork to your local machine to start working on the changes.
-
Create a New Branch: For each new feature or fix, create a new branch. Branch names should be descriptive and reflect the change being made.
-
Make Your Changes: Implement your changes, adhering to the existing coding style as much as possible.
-
Test Your Changes: Ensure your changes do not break existing functionality. If possible, add tests to cover the new functionality or fixes.
-
Commit Your Changes: Make sure your commit messages are clear and follow best practices. Each commit should represent a logical change.
-
Push to Your Fork: Push your changes to your fork on GitHub.
-
Submit a Pull Request: Go to the original repository and submit a pull request from your fork. Provide a clear description of the changes and any other relevant information.
If you find a bug or have a suggestion for improving the script, please use the GitHub Issues section to report it. Include as much detail as possible, such as:
- A clear and descriptive title
- A detailed description of the issue or suggestion
- Steps to reproduce the issue (if applicable)
- Possible solutions or ideas you have in mind
We are committed to providing a welcoming and inclusive environment for all contributors. By participating in this project, you agree to abide by our Code of Conduct.
If you have any questions or comments about contributing, please feel free to reach out to us. You can use the GitHub Issues section for questions related to the project.