1
0
Fork 0
forked from github/pelican

Docs: Ensure plugin developers create new branch

This commit is contained in:
Justin Mayer 2019-12-28 10:20:19 +01:00
commit 70c8d2a474

View file

@ -140,6 +140,10 @@ Install the needed dependencies and set up the project::
invoke setup
Create a topic branch for your plugin bug fix or feature::
git checkout -b name-of-your-bugfix-or-feature
After writing new tests for your plugin changes, run the plugin test suite::
invoke tests