Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.53 KB

File metadata and controls

30 lines (18 loc) · 1.53 KB

Contributing to GlowMarkr

First off, thank you for considering contributing to GlowMarkr! It's people like you that make GlowMarkr such a great tool.

How Can I Contribute?

Reporting Bugs

Bugs are tracked as GitHub issues. Please check if the bug has already been reported before creating a new issue.

When creating a bug report, please include as many details as possible. Fill out the required template to help us resolve issues faster.

Suggesting Enhancements

Enhancement suggestions are tracked as GitHub issues.

To suggest an enhancement, please fill out the feature request template and provide as much detail as possible.

Pull Requests

We welcome pull requests! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature-name).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature/your-feature-name).
  6. Open a pull request.

Please make sure your pull request follows the pull request template.