Thank you for considering contributing to gitscribe! We welcome contributions from the community to make this project better.
To contribute to this project, please follow these steps:
- Fork this repository to your own GitHub account.
- Create a new branch with a descriptive name for your feature or bug fix.
- Make your changes in your branch. Ensure that your code follows the project's coding style and conventions.
- Test your changes thoroughly to make sure they work as expected.
- Commit your changes with clear and concise commit messages.
- Push your changes to your forked repository.
- Create a pull request (PR) to the main repository's
main
branch. Clearly describe your changes in the PR.
Please adhere to the following code style and guidelines when contributing:
- Follow the project's coding style and naming conventions.
- Write clear and concise code and comments.
- Keep commits small and focused on a single task.
- Include unit tests for your code if applicable.
- Ensure backward compatibility when making changes.
If you encounter a bug or have a feature request, please open an issue in the repository. Provide as much detail as possible to help us understand and address the problem.
By contributing to this project, you agree that your contributions will be licensed under the project's license.