summaryrefslogtreecommitdiffstats
path: root/README.markdown
blob: cdb3dfd530d34e25bf5f0c7c2a2e55628d8b6576 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## Irssi's Script Repository

This repository contains scripts available at
[scripts.irssi.org](http://scripts.irssi.org).

[![Build Status](https://travis-ci.org/irssi/scripts.irssi.org.svg?branch=gh-pages)](https://travis-ci.org/irssi/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.