Thank you for your interest in contributing to TabShift Pro! Contributions from developers like you are invaluable, and we appreciate your effort to make this project better.
-
Fork the Repository:
- Click the "Fork" button on the top right of this repository.
-
Clone your Fork:
- Clone the repository to your local machine.
git clone https://github.com/wasimtikki120/TabShift-Pro.git
- Clone the repository to your local machine.
-
Create a New Branch:
- Create a new branch for your feature or bug fix.
git checkout -b feature/your-feature
- Create a new branch for your feature or bug fix.
-
Make Changes:
- Implement your changes and ensure they work as expected.
-
Commit Changes:
- Commit your changes with a descriptive commit message.
git commit -m "Add your descriptive commit message here"
- Commit your changes with a descriptive commit message.
-
Push Changes:
- Push your changes to your forked repository.
git push origin feature/your-feature
- Push your changes to your forked repository.
-
Open a Pull Request:
- Open a pull request on the original repository.
- Provide a descriptive title and explanation of your changes.
- Follow the project's coding standards.
- Include relevant tests for your changes.
- Update the documentation if needed.
- Ensure your branch is up-to-date with the main branch before submitting the pull request.
Please note that this project follows a Code of Conduct. By participating, you agree to abide by its terms.
- Open an issue for bug reports, feature requests, or general feedback.
- Follow the issue template for faster resolution.
By contributing to this project, you agree that your contributions will be licensed under the MIT License.
Thank you for contributing to TabShift Pro!