]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
Add contributing guidelines
authorAlexander Færøy <redacted>
Sat, 31 May 2014 12:26:44 +0000 (14:26 +0200)
committerAlexander Færøy <redacted>
Sat, 31 May 2014 12:26:44 +0000 (14:26 +0200)
README.markdown
index.html

index 5bc1174fbdf4f11ffddd37402199e61f833cb6da..2785b50b49f0e472a3b274c430746b2a558e3f67 100644 (file)
@@ -1 +1,16 @@
 ## Irssi's Script Repository
+
+This repository contains scripts available at
+[scripts.irssi.org](http://scripts.irssi.org).
+
+### Contributing
+
+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. 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.
index 6b80b66c8f29ec61cca15e93233ca39d86ca8d2d..0a7f2bcfd33b5cfd26998e9ff35c6f944003c115 100644 (file)
@@ -35,6 +35,9 @@ layout: default
             <code>~/.irssi/scripts/</code> and created symlinks to autorun
             directory (eg. <code>cd ~/.irssi/scripts/autorun/ ; ln -s
                 ../script.pl .</code>)</dd>
+
+            <dt>How do I submit a script to this page?</dt>
+            <dd>See information on how to contribute <a href="https://github.com/irssi/scripts">here</a>.</dd>
         </dl>
 
         <hr>
git clone https://git.99rst.org/PROJECT