Skip to content

Commit

Permalink
Small fixes in the CONTRIBUTING template
Browse files Browse the repository at this point in the history
This is the counter part for pyscaffold/pyscaffold#530.
  • Loading branch information
abravalheri authored and FlorianWilhelm committed Nov 4, 2021
1 parent 48bae83 commit 27296ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pyscaffoldext/markdown/templates/contributing.template
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ conda activate ${name}
pip install -U pip setuptools -e .
```

to be able run `putup --help`.
to be able to import the package under development in the Python REPL.

```{todo} if you are not using pre-commit, please remove the following item:
```
Expand All @@ -181,7 +181,7 @@ conda activate ${name}
git checkout -b my-feature
```

and start making changes. Never work on the master branch!
and start making changes. Never work on the main branch!

2. Start your work on this branch. Don't forget to add [docstrings] to new
functions, modules and classes, especially if they are part of public APIs.
Expand Down

0 comments on commit 27296ea

Please sign in to comment.