]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
Added a guideline for modifying scripts.
authorGeert Hauwaerts <redacted>
Tue, 1 Jul 2014 19:39:08 +0000 (21:39 +0200)
committerGeert Hauwaerts <redacted>
Tue, 1 Jul 2014 19:39:08 +0000 (21:39 +0200)
README.markdown

index cdb3dfd530d34e25bf5f0c7c2a2e55628d8b6576..51df1253d6617f04eeb5f3348e8599d9c71d676b 100644 (file)
@@ -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.
git clone https://git.99rst.org/PROJECT