Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1002 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) · 1002 Bytes

Dear Contributor!

Your pull request is a statement that you want to improve the TiddlyWiki core. Thank you very much! To speed things up, please ensure that your PR meets these simple rules:

  • If your PR changes core/modules for which there is documentation, then please also update that documentation!

  • If your PR is a new feature - did you consider to create a plugin or theme instead?

    • (TODO link to post) see: Jeremy's view: what should go to the core.
  • Be sure your code is formatted like: this one

    • use tabs for indentation
    • have a closer look at function definitions and usage!
    • the rest should be self explanatory

Also ensure you have...