Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 830 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (15 loc) · 830 Bytes

Contributing to Encryptr

Thank you for your interest in contributing to Encryptr

Issues

One of the best contributions is filing issues in the Issue Tracker.

All contributions (feature or bugfix) should start with an issue first.

Pull requests

To contribute code to Encryptr, first sign the Contributor License Agreement.

Next:

  • Fork the repository
  • Create a branch (git checkout -b fix-for-that-thing)
  • If possible, commit a failing test (git commit -am "adds a failing test to demonstrate that thing")
  • Commit your fix/feature (git commit -am "fixes that thing")
  • Push to the branch (git push origin fix-for-that-thing)
  • Open a Pull Request