Thank you for your interest in contributing to our project! We welcome contributions from everyone. To maintain a welcoming and collaborative environment, please review and follow these guidelines when contributing.
There are two ways you can contribute to this project:
- Reporting Bugs: If you encounter any issues or bugs while using the script, please open an issue on the repository's issue tracker.
- Submitting Pull Requests: If you would like to contribute code or fixes, you can submit a pull request. Please make sure to follow the guidelines below.
-
Fork the repository and create your branch from
main
. -
Make sure your code adheres to the existing coding style and conventions.
-
Write clear, concise commit messages.
-
If your contribution introduces new functionality, make sure to include appropriate documentation and/or update existing documentation.
-
Test your changes thoroughly to ensure they do not introduce any regressions.
-
Ensure your code passes any automated test (shellcheck)
-
Make sure your pull request title and description clearly explain the purpose and scope of the changes.
If you have any questions or need further assistance, feel free to reach out to the project maintainers through the issue tracker. Thank you for contributing to this project!