forked from github/pelican
Docs: Ensure plugin developers create new branch
This commit is contained in:
parent
b8f2326fa6
commit
70c8d2a474
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue