String alternatives for fidibot, the #foss-teimes python IRC bot.
- Open up one of the JSON files in the alternatives folder
- Add your strings in the list, separating them by commas. Last string should not be followed by a comma
- Save your changes
- Add yourself in the CONTRIBUTORS.md for bragging rights
- Run
python validate.py alternatives/*.json
. It will validate and pretty format all the files - If the validation succeeds, commit away!