Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 525 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 525 Bytes

fidibot-strings

String alternatives for fidibot, the #foss-teimes python IRC bot.

How to contribute

  1. Open up one of the JSON files in the alternatives folder
  2. Add your strings in the list, separating them by commas. Last string should not be followed by a comma
  3. Save your changes
  4. Add yourself in the CONTRIBUTORS.md for bragging rights
  5. Run python validate.py alternatives/*.json. It will validate and pretty format all the files
  6. If the validation succeeds, commit away!