CONTRIBUTING: updated information #52
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "contributing-changes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -94,1 +93,3 @@
using four-character-wide indentation steps.
Make sure lines never exceed 80 columns in width when using four-character
indentation steps. This helps contributors who do not have access to text
wrapping in their text editors or terminals.
"This ensures contributors with smaller viewports can continue to easily contribute while letting contributors with large screens use multiple editing panes side-by-side."
@ -102,2 +102,3 @@
guidelines:
$ git commit -m 'tool(1): <information>'
$ git commit -m 'tool(1): added feature x'
Should be present tense, as a git commit is less a historical note and more a description of how the operation is affecting the graph.
@ -116,0 +126,4 @@
Commit messages should be written in the past tense.
[1] <http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/share/misc/style>
This reference should probably be closer to the ref if it's only cited once.
Looks good.
@ -66,3 +66,3 @@
* notice:
*
* MIT License
* MIT Licenseutils
huh?
Pull request closed