summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Hauwaerts2014-07-01 21:39:08 +0200
committerGeert Hauwaerts2014-07-01 21:39:08 +0200
commitc1aaa2ec1252496555ca4e402f84409fb8f16b6f (patch)
tree20e753ee68d47d49a32b19f86ad5507036f7116b
parent223d960b2d4267d3a8d578e9a2ee21e0cb58a87b (diff)
downloadscripts.irssi.org-c1aaa2ec1252496555ca4e402f84409fb8f16b6f.tar.bz2
Added a guideline for modifying scripts.
-rw-r--r--README.markdown7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown
index cdb3dfd..51df125 100644
--- a/README.markdown
+++ b/README.markdown
@@ -13,6 +13,7 @@ To add or modify a script do the following:
2. Create a feature branch for your set of patches using `git checkout -b foobar`.
3. Add or modify your script in the repository. Remember to add it to Git using `git add`.
4. If you are adding a new script, remember to add script information in `_data/scripts.yaml`. This file is sorted by script filename.
-5. Commit your changes to Git and push them to Github.
-6. Submit pull request.
-7. Await review of your changes by one of our developers.
+5. If you are modifying a script, remember to increase the version number and update the last modification date.
+6. Commit your changes to Git and push them to Github.
+7. Submit pull request.
+8. Await review of your changes by one of our developers.