Thank you for your interest in contributing to RemindMe! Your ideas, bug reports, improvements, and patches are very welcome.
-
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.
-
Fork & Clone Fork the repository and clone it locally:
git clone https://github.com/DennisTurco/RemindMe.git cd RemindMe -
Create a Branch
git checkout -b your-feature-or-fix-name
-
Write Code
- Follow the existing coding style.
- Write clear comments.
- Add automated tests if possible.
-
Commit & Push Make clear, descriptive commits:
git commit -m "Brief description of the change" git push origin your-feature-or-fix-name -
Open a Pull Request (PR) Open a PR on GitHub targeting the
masterbranch. Describe what you did and why.
If you have questions about contributing, contact: dennisturco@gmail.com
Thanks again for helping improve RemindMe!