-
Notifications
You must be signed in to change notification settings - Fork 75
Development: Coding
Yu-Jie Lin edited this page Feb 25, 2018
·
3 revisions
-
All submitted changes are under the MIT License.
-
Atomic commit: One PR, One Commit, One Issue.
- Proper PR title
- Concise commit summary. Likely to be same as PR title, but more brief.
- Detailed commit message body
-
Comment changes adequately.
-
Update the following files as needed:
-
README.rst
(brief) pipes.sh
-
pipes.sh.6
(detailed)
For instance, when adding a new options, you will need to add a new entry to all three files for the new option name and description.
The change for
README.rst
should be brief as it only is for a glance, but it has to be updated. As for the manpage, it must be updated thoroughly. -