Thank you for considering contributing to Hello_World_Calculator! Your involvement is essential to making this project better for everyone.
-
Fork the Repository.
-
Clone the forked repository to your local machine:
git clone https://github.com/yourusername/Hello_World_Calculator.git cd Hello_World_Calculator
-
Create a new branch for your feature or bug fix:
git checkout -b feature-or-bugfix-name
-
Make your changes, commit them, and push to your fork:
git add . git commit -m "✨ Your descriptive commit message" git push origin feature-or-bugfix-name
-
Create a Pull Request:
- Go to your fork on GitHub.
- Click on "Compare & pull request."
- Fill out the pull request template with details about your changes.
Please adhere to the following guidelines when contributing:
- Follow the coding style used in the existing codebase.
- Ensure your code is well-documented and includes comments where necessary.
- Write clear commit messages that convey the purpose of your changes.
If you encounter any issues or have suggestions, please open an issue on the GitHub Issues page.
Please review and adhere to our Code of Conduct.
By contributing to Hello_World_Calculator, you agree that your contributions will be licensed under the MIT License.
Thank you for contributing! 🎉"" > CONTRIBUTING.md