Documentation.

This commit is contained in:
John Livingston
2021-11-26 15:17:57 +01:00
parent 22bf6d89b6
commit 8f12ca0c45
2 changed files with 5 additions and 0 deletions

View File

@ -36,6 +36,9 @@ Always talk about features you want to develop by creating/finding and commentin
before you start working on it, and inform the community that you begin coding by claiming the issue.
Please use the `develop` branch. The `main` branch is reserved to released versions of the plugin, so that the documentation is always synchronized with the released version of the plugin.
For updating your repository, use `git pull --recurse-submodules`, as there are submodules in the `vendor` folder.
Once you are ready to show your code to ask for feedback, submit a *draft* Pull Request.
Once you are ready for a code review before merge, submit a Pull Request. In any case, please
link your PR to the issues it solves by using the GitHub syntax: "fixes #issue_number".