Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 933 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (11 loc) · 933 Bytes

#How To Contribute

  1. Fork the repo
  2. Create a branch off of the master branch. Prefix your branch with either "FEATURE_", "BUGFIX_", or something similar describing the type of update, and then add a descriptive name such as "BUGFIX_random_files_erased".
  3. Add your changes.
  • Please try to avoid monolithic commits.
  • We currently don't have a styleguide, but please try to match the current project style as closely as possible.
  1. Make sure your master branch is in sync/up-to-date with the original.
  2. Before submitting a pull request, merge in your synced master branch with your current branch and resolve any conflicts.
  3. Once all conflicts are resolved, submit a pull request to the origin master branch.
  4. Your pull request will be reviewed along with change requests or comments.
  5. After all requests are complete, your pull request will be merged in.