Add towncrier (#2873)

* Adds towncrier as our changelog system.
* Updates our contributor guidelines for this.

Resolves #2872
This commit is contained in:
Michael H
2019-07-16 21:12:43 -04:00
committed by Toby Harradine
parent f0f274e1e1
commit d4b6fdea92
29 changed files with 215 additions and 6 deletions

View File

@@ -24,3 +24,8 @@ newenv:
$(MAKE) syncenv
syncenv:
.venv/bin/pip install -Ur ./tools/dev-requirements.txt
# Changelog check
checkchangelog:
bash tools/check_changelog_entries.sh
python -m towncrier --draft