Skip to content

Commit

Permalink
add readme with contribution procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
bloerwald committed Feb 20, 2017
1 parent f13169e commit 1c5c0ce
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# How to add things

* `./normalize.sh`
* if `git status` has modifications, `git add listfile.txt && git commit -m "normalisation permutation"`
* `cat >> listfile.txt`
* `./normalize.sh`
* `git add listfile.txt && git commit -m "$message"`

1 comment on commit 1c5c0ce

@Warpten
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You forgot a script that autosubmits a pull request so FUCKING TOM CAN LEARN

Please sign in to comment.