-
Notifications
You must be signed in to change notification settings - Fork 76
Development: Coding
Yu-Jie Lin edited this page Mar 2, 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)
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. -
-
Tests using Bats
- Write and update tests, see
test/README
for more information. - You can add Travis CI to your fork.
- You can run
make test
to test locally.
- Write and update tests, see