Welcome to Tutorial! We appreciate your interest in contributing to this project. This repository is open to everyone, and we encourage you to contribute by pushing code and submitting pull requests.
To maintain a consistent and efficient collaboration, we have established coding conventions and guidelines for branch creation and commit messages.
- Follow the established coding conventions for this project. Refer to [CONVENTIONS.md] for details.
- Use clear and descriptive names for your branches. Avoid generic names and consider using hyphens to separate words.
- Write clear and concise commit messages that describe the purpose of your changes.
- Follow the conventional commit format. For example:
feat: add new feature
fix: resolve a bug
docs: update documentation
- Refer to [CONVENTIONS.md] for more examples.
- Fork the repository to your GitHub account.
- Clone the forked repository to your local machine.
- Create a new branch for your feature or bug fix:
git checkout -b your-branch-name
. - Make your changes and commit them with descriptive messages.
- Push your changes to your forked repository:
git push origin your-branch-name
. - Open a pull request on the Tutorial repository.
Thank you for contributing to Tutorial! Your efforts help make this project better for everyone. If you have any questions or need assistance, feel free to reach out.
Happy coding!