Skip to content

Contributing to the project

pmario edited this page Aug 9, 2011 · 10 revisions

Translations

If you known another language why not provide a translation for TiddlyWiki?

Basic Rules

Pull requests for feature requests/bug fixes are being accepted for this project. Note pull requests will only be accepted into the core if accompanied by tests. Also there are certain situations where a pull request may need further discussion or be delayed before actioned.

Before writing code make sure to discuss large changes on the mailing list before coding

When writing your code you will need to

  • Ensure code follows TiddlyWiki's code style
  • If no tests existed for the given functionality previously, please include these in your contribution to ensure that the TiddlyWiki code base is as reliable as possible going forward.
  • Provide tests that describes any changes your code introduces.

Basic Workflow for Plugin Devs