Thank you for your interest in contributing!
Whether you’re fixing a bug, adding a feature, or updating documentation, your help is appreciated.
- Fork the repository.
- Clone your fork:
git clone https://github.com/your-username/Doer.git - Create a new branch:
git checkout -b my-feature - Make your changes and commit them.
- Push to your fork:
git push origin my-feature - Open a Pull Request on GitHub.
Please describe your changes clearly.
- Use the issue templates for bug reports or feature requests.
- Include as much detail as possible.
- Follow standard Java conventions.
- Write clear, understandable code and comments.
Open an issue and we’ll do our best to help!