Skip to content

Contributing to Terminal Tools

We welcome and appreciate contributions to the Terminal Tools project. By contributing, you can help make this project more valuable for developers and users. Below are guidelines on how to get started and contribute effectively.

How to Contribute

1. Fork the repository to your GitHub account.

2. Clone the forked repository to your local development environment:

git clone https://github.com/RyanBaig/TerminalTools.git

3. Create a new branch for your contribution:

git checkout -b feature/your-contribution

4. Make your desired changes and additions to the codebase.

5. Test your changes to ensure they work as intended.

6. Commit your changes:

git commit -m "Your descriptive commit message"

7. Push your changes to your fork on GitHub:

git push origin feature/your-contribution

8. Create a Pull Request (PR) from your fork on GitHub to the main repository.

9. Describe your changes in detail in the PR, including why they are necessary and how they work.

10. Discuss and address any feedback or code review comments from project maintainers.

11. Once your PR is approved, it will be merged into the main project.

Code of Conduct

Please review our Code of Conduct before contributing. We expect all contributors to adhere to the code of conduct in all interactions within the project.

Reporting Issues

If you encounter a bug, issue, or have a feature request, please use the issue tracker to report and discuss it. Provide a clear and concise description of the problem or request.

Thank you for considering contributing to the Terminal Tools project! Your help is greatly appreciated.