Thank you for your interest in contributing to the Simple Interest Calculator project! We welcome contributions from developers of all levels and backgrounds. By participating in this project, you agree to adhere to our Code of Conduct.
- Use the GitHub Issues tab to report bugs or suggest enhancements.
- Provide clear, concise, and reproducible steps.
-
Fork the repository to your account.
-
Clone your fork locally:
git clone https://github.com/your-username/simple-interest-calculator.git cd simple-interest-calculator -
Create a new branch for your feature or bug fix:
git checkout -b my-feature-branch
-
Make your changes and commit them with clear, descriptive messages:
git add . git commit -m "Add new feature or fix description"
-
Push your branch to your fork:
git push origin my-feature-branch
-
Open a pull request from your branch to the
mainbranch of the original repository.
- Follow consistent code formatting and naming conventions.
- Write clear and concise comments where necessary.
- Ensure your code does not break existing functionality.
- Pull requests will be reviewed by maintainers.
- Be open to feedback and make revisions as requested.
- Respect all community members.
- Engage positively in discussions.
- Follow the Code of Conduct at all times.
Thank you for helping improve the Simple Interest Calculator project!