summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAilin Nemui2015-01-17 18:57:23 +0100
committerAilin Nemui2015-01-18 02:21:52 +0100
commitc2de3ade1eec5be433aadb9caf31ddabe58f9ba2 (patch)
tree6158e17c685f187c08d44692984cdec750d624bb
parenta0c44c8634c89038c8cab1ade7802d08ddde0ec6 (diff)
downloadscripts.irssi.org-c2de3ade1eec5be433aadb9caf31ddabe58f9ba2.tar.bz2
Update README.markdown travis/scripts.yaml
Remove the mention of scripts.yaml as this is now machine-generated. Add a hint about checking travis result.
-rw-r--r--README.markdown8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.markdown b/README.markdown
index 6501345..e532cb9 100644
--- a/README.markdown
+++ b/README.markdown
@@ -12,12 +12,12 @@ To add or modify a script do the following:
1. Fork this repository on Github.
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. If you are modifying a script, remember to increase the version number and update the last modification date.
-6. If the script has a ChangeLog, remember to include your modifications.
+4. If you are modifying a script, remember to increase the version number and update the last modification date.
+5. If the script has a ChangeLog, remember to include your modifications.
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.
+8. Review the travis report once it is done.
+9. Await review of your changes by one of our developers.
### Version Numbering