Skip to content

Contributing Workflow: Where you should pull request

TJ edited this page May 2, 2016 · 1 revision

If you plan to contribute to the code-base please follow these guidelines.

Any updates to program resources such as format files or plugins should be pulled again master.

Immediate bug fixes can either be pulled on dev or master. Use judgment. If the change is pretty unlikely to break to things, its probably fine to pull request on master.

Any feature changes should be pulled on dev. Feature changes pulled onto master will be rejected and we will ask you to make a new PR.

Clone this wiki locally