Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.12 KB

File metadata and controls

45 lines (31 loc) · 1.12 KB

Contributing to RemindMe

Thank you for your interest in contributing to RemindMe! Your ideas, bug reports, improvements, and patches are very welcome.


How to contribute

  1. Open an Issue If you find a bug or want to propose a new feature, please open an issue describing the problem or request clearly.

  2. Fork & Clone Fork the repository and clone it locally:

    git clone https://github.com/DennisTurco/RemindMe.git
    cd RemindMe
  3. Create a Branch

    git checkout -b your-feature-or-fix-name
  4. Write Code

    • Follow the existing coding style.
    • Write clear comments.
    • Add automated tests if possible.
  5. Commit & Push Make clear, descriptive commits:

    git commit -m "Brief description of the change"
    git push origin your-feature-or-fix-name
  6. Open a Pull Request (PR) Open a PR on GitHub targeting the master branch. Describe what you did and why.

Need Help?

If you have questions about contributing, contact: dennisturco@gmail.com

Thanks again for helping improve RemindMe!