diff options
author | Taylor C. Richberger <taywee@gmx.com> | 2016-05-10 18:41:56 -0400 |
---|---|---|
committer | Taylor C. Richberger <taywee@gmx.com> | 2016-05-10 18:41:56 -0400 |
commit | adac876eabcd50c68a8584023b60fac64842cb41 (patch) | |
tree | bb25dab0d4b962607b02cae9fa230fb4e9847662 /CONTRIBUTING.md | |
parent | improve help generation (diff) | |
parent | rename everything (diff) | |
download | args.hxx-adac876eabcd50c68a8584023b60fac64842cb41.tar.xz |
Merge branch '16-clarify-wording' into 'master'
rename everything
Closes #16
See merge request !10
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0231691..59f6696 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,4 @@ * Use Allman style * Don't use any non-standard-library libraries -* Keep everything in the args namespace
\ No newline at end of file +* Keep everything in the args namespace +* Keep it simple and fast |