-
Notifications
You must be signed in to change notification settings - Fork 113
Contributing to the project
pmario edited this page Aug 9, 2011
·
10 revisions
If you known another language why not provide a translation for TiddlyWiki?
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.
- tw.plugin-dev-template provides a repo to play with.
- dev-template-doc contains some basic info, how to use it.
- Any feedback is very welcome at the tw.plugin-dev-template issues page