diff options
author | MatMoul <matmoul@gmail.com> | 2019-07-03 22:29:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-03 22:29:42 +0200 |
commit | 3d16f1d57174b657ab9a25ca3a3a1eb82494e9df (patch) | |
tree | 457228abd814091b4ecf18643ba06718114d59bd | |
parent | 887049bcc5fa18651959535d61c933864b9431a7 (diff) | |
parent | cc84c6ca51000764df176e93f3228c00c7e31aa3 (diff) | |
download | hyperfi-3d16f1d57174b657ab9a25ca3a3a1eb82494e9df.tar.lz hyperfi-3d16f1d57174b657ab9a25ca3a3a1eb82494e9df.tar.xz hyperfi-3d16f1d57174b657ab9a25ca3a3a1eb82494e9df.zip |
Merge pull request #63 from MatMoul/contributing
Update CONTRIBUTING.md
-rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f655a3f..a3b9d57 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,5 +2,9 @@ ## Contributing : * Open an issue before work to hard -* Work on the src branch +* **Work on the src branch** +* **Use tab for identation** +* **Preserve identation on empty line** +* **Test your changes** +- [ ] I've read these rules before submitting my PR. |