Welcome to Calculator-App! We're glad that you're interested in contributing to our project. Before you get started, please take a moment to read through the following guidelines.
We welcome contributions in the form of bug reports, feature requests, code improvements, and more. To contribute, follow these steps:
Click on the "Fork" button on the top right of the Calculator-App repository page to create your own fork of the repository.
Clone your forked repository to your local machine using the following command:
git clone https://github.com/your-username/Calculator-App.git
Replace your-username with your GitHub username.
Create a new branch for your contribution using a descriptive branch name. For example:
git checkout -b feature/new-feature
Make your changes or additions to the codebase.
Make sure to test your changes thoroughly to ensure they work as expected.
Commit your changes with a meaningful commit message:
git commit -m "Add a brief description of your changes"
Push your changes to your forked repository:
git push origin feature/new-feature
Go to the Calculator-App repository on GitHub and click on the "Pull Request" button. Provide a clear title and description for your pull request, and submit it.
- Follow the existing coding style and conventions used in the project.
- Ensure your code is well-documented.
- Write clear commit messages.
- If you're introducing a new feature, consider adding tests.
Check out the issue tracker for a list of open issues and feature requests. If you find a bug or have a suggestion, please open a new issue.
This project and everyone participating in it are governed by our Code of Conduct.