Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.16 KB

CONTRIBUTING.md

File metadata and controls

24 lines (17 loc) · 1.16 KB

Contributing to Password Storage

We want to make contributing to this project as easy and transparent as possible.

How Can I Contribute?

  • Reporting Bugs
  • Suggesting Enhancements
  • Pull Requests

Reporting Bugs

If you find any bugs please ensure the bug was not already reported by searching on GitHub under Issues. If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description and as much relevant information as possible demonstrating the expected behavior that is not occurring.

Suggesting Enhancements

Enhancements will be tracked as Issues, so please use the same guideline as bugs.

Pull Requests

We actively welcome your pull requests but make sure you follow the workflow bellow.

  1. Fork the repository.
  2. Create your branch from master.
  3. Create a pull request explaining what your code does.
  4. Reference any Issue solved by your pull request.