From bd75cd33446be0244f082c08d55e95d852a4ba1c Mon Sep 17 00:00:00 2001 From: Aaron Lichtman Date: Sun, 14 Oct 2018 21:37:23 -0500 Subject: [PATCH] CONTRIBUTORS.md and CONTRIBUTING.md updates --- CONTRIBUTING.md | 12 +++++++----- CONTRIBUTORS.md | 3 +++ 2 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 CONTRIBUTORS.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5fa4e064..67037751 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 + diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md new file mode 100644 index 00000000..a18d76e0 --- /dev/null +++ b/CONTRIBUTORS.md @@ -0,0 +1,3 @@ +# Contributors + +- [Caleb Jasik] (https://github.com/jasikpark)