Skip to content

Commit

Permalink
CONTRIBUTORS.md and CONTRIBUTING.md updates
Browse files Browse the repository at this point in the history
  • Loading branch information
alichtman committed Oct 15, 2018
1 parent f299658 commit bd75cd3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
12 changes: 7 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

**Please follow these steps.**

1. Clone repo and make a new branch: `$ git checkout https://github.com/alichtman/shallow-backup -b [name_of_new_branch]`.
2. Make changes/add new script and test
3. Update README
4. Update CONTRIBUTORS.md
5. Pull Request with comprehensive description of changes
1. Clone the repo and make a new branch: `$ git checkout https://github.com/alichtman/shallow-backup -b [name_of_new_branch]`.
2. Make changes and test them.
3. Format all Python code with [autopep8](https://github.com/hhatto/autopep8).
4. Update README, if necessary.
5. Update CONTRIBUTORS.md
6. Open a Pull Request with a comprehensive description of changes

3 changes: 3 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Contributors

- [Caleb Jasik] (https://github.com/jasikpark)

0 comments on commit bd75cd3

Please sign in to comment.