Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 844 Bytes

File metadata and controls

33 lines (23 loc) · 844 Bytes

Contributing to Doer

Thank you for your interest in contributing!
Whether you’re fixing a bug, adding a feature, or updating documentation, your help is appreciated.

How to Contribute

  1. Fork the repository.
  2. Clone your fork:
    git clone https://github.com/your-username/Doer.git
  3. Create a new branch:
    git checkout -b my-feature
  4. Make your changes and commit them.
  5. Push to your fork:
    git push origin my-feature
  6. Open a Pull Request on GitHub.
    Please describe your changes clearly.

Reporting Issues

  • Use the issue templates for bug reports or feature requests.
  • Include as much detail as possible.

Code Style

  • Follow standard Java conventions.
  • Write clear, understandable code and comments.

Need help?

Open an issue and we’ll do our best to help!