diff options
author | tsxv478 <atci39@rambler.ru> | 2023-06-30 23:32:59 +0300 |
---|---|---|
committer | tsxv478 <atci39@rambler.ru> | 2023-06-30 23:32:59 +0300 |
commit | b564986f2797cc2818d1e0505775816d47641f71 (patch) | |
tree | 218c2b00202e4d6d0786f012a05a8bb420abed7d /CONTRIBUTING.md | |
parent | 52b1ef9e47219f54f609c7c00dd3e6013dcb0ed5 (diff) |
cleanup
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index dbf9308..0000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,30 +0,0 @@ -# How to contribute - -First off, thanks for taking the time to contribute! - -## Submitting changes - -Please send a [GitHub Pull Request](https://github.com/Cyclenerd/gallery_shell/pull/new/master) with a clear list of what you've done (read more about [pull requests](http://help.github.com/pull-requests/)). - -Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should look like this: - -``` -$ git commit -m "A brief summary of the commit -> -> A paragraph describing what changed and its impact." -``` - -## Coding style - -Start reading the code and you'll get the hang of it. It is optimized for readability: - -* Variables must be uppercase and should begin with `MY_`. -* Functions must be lower case. -* Check your shell scripts with [ShellCheck](https://www.shellcheck.net/) before submitting. -* Please use tabs to indent. - -One more thing: - -* Keep it simple! 👍 - -Thanks! ❤️❤️❤️
\ No newline at end of file |