Skip to content

Commit

Permalink
developer docs: link to new release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffjennings committed Nov 10, 2023
1 parent 57422d5 commit a0e3465
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/developer-documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ We strive to release a useable, stable software package. One way to help accompl

If you are adding new code functionality to the package, please make sure you have also written a set of corresponding tests probing the key interfaces. If you submit a pull request implementing code functionality without any new tests, be prepared for 'tests' to be one of the first suggestions on your pull request. Some helpful advice on *which* tests to write is [here](https://docs.python-guide.org/writing/tests/), [here](https://realpython.com/pytest-python-testing/), and [here](https://www.nerdwallet.com/blog/engineering/5-pytest-best-practices/).

For MPoL maintainers, see instructions [here](https://github.com/MPoL-dev/MPoL/wiki/Releasing-a-new-version-of-MPoL) for releasing a new version of MPoL.

### Contributing documentation

A general workflow for writing documentation might look like
Expand Down

0 comments on commit a0e3465

Please sign in to comment.