Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.76 KB

File metadata and controls

56 lines (39 loc) · 1.76 KB

Contributing to Simple Interest Calculator

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.

How to Contribute

Reporting Issues

  • Use the GitHub Issues tab to report bugs or suggest enhancements.
  • Provide clear, concise, and reproducible steps.

Submitting Pull Requests

  1. Fork the repository to your account.

  2. Clone your fork locally:

    git clone https://github.com/your-username/simple-interest-calculator.git
    cd simple-interest-calculator
  3. Create a new branch for your feature or bug fix:

    git checkout -b my-feature-branch
  4. Make your changes and commit them with clear, descriptive messages:

    git add .
    git commit -m "Add new feature or fix description"
  5. Push your branch to your fork:

    git push origin my-feature-branch
  6. Open a pull request from your branch to the main branch of the original repository.

Coding Guidelines

  • Follow consistent code formatting and naming conventions.
  • Write clear and concise comments where necessary.
  • Ensure your code does not break existing functionality.

Code Reviews

  • Pull requests will be reviewed by maintainers.
  • Be open to feedback and make revisions as requested.

Community

  • 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!