summaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
authorAlexander Færøy2015-01-26 22:09:16 +0100
committerAlexander Færøy2015-01-26 22:09:16 +0100
commit7a8cbb3a3da2658e7eee3530ee6b78b43ca6cfbc (patch)
treebcf04620a18327d954a07cd24c32417355e56652 /README.markdown
parent9115699f7227fcefbaf8f8b4eb4d4eaafe0ede16 (diff)
parent3d9bef11e6848670b61e6267211a37b238372923 (diff)
downloadscripts.irssi.org-7a8cbb3a3da2658e7eee3530ee6b78b43ca6cfbc.tar.bz2
Merge pull request #115 from ailin-nemui/initial_auto_scripts_yaml
Initial commit for automated scripts.yaml update
Diffstat (limited to 'README.markdown')
-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