diff options
author | Marcel Ribeiro Dantas <ribeirodantasdm@gmail.com> | 2022-06-27 00:28:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-27 00:28:16 +0200 |
commit | 5d133e847846b4c8d436f7a567674c2e1df35a13 (patch) | |
tree | 7ebc7704f02ceef195a8896a80a06ed81cc12585 /CONTRIBUTING.markdown | |
parent | 27f7f03401ff747a61a912fdf73549b1788b13e1 (diff) | |
parent | 8f28c8021b8ce3cb791861ad19c41e12228d8bcd (diff) |
Merge branch 'master' into patch-1
Diffstat (limited to 'CONTRIBUTING.markdown')
-rw-r--r-- | CONTRIBUTING.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.markdown b/CONTRIBUTING.markdown index 3dfd38ce..8d2a8320 100644 --- a/CONTRIBUTING.markdown +++ b/CONTRIBUTING.markdown @@ -16,7 +16,7 @@ review them more effectively and/or individually. ## Style Guidelines -- **Keep lines of under 80 chars** +- **Keep lines under 80 chars** + Try to keep **line length in code blocks to 80 characters or fewer**. + Otherwise, the text will overflow and look odd. - **Prefer example to exposition** @@ -78,7 +78,7 @@ lang: ep-ep If you want to add yourself to contributors, keep in mind that contributors get equal billing, and the first contributor usually wrote the whole article. Please -use your judgement when deciding if your contribution constitutes a substantial +use your judgment when deciding if your contribution constitutes a substantial addition or not. ## Building the site locally |