Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ This PR closes #<!-- issue number -->

* [ ] Tests<!-- mandatory -->
* [ ] Docs/comments
* [ ] *IN CASE YOU'VE CHANGED THE `formidable.yml` file*: run ``tox -e swagger-statics`` to rebuild the swagger static files **and** commit the diff.
* [ ] Translations
* [ ] Migration(s)
* [ ] `CHANGELOG.rst` Updated
Expand Down
3 changes: 1 addition & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ ChangeLog
master (unreleased)
===================

nothing yet.

- Added a tox job to update/refresh the swagger-ui related static files (#210 / #213) - including documentation for developers.

Release 0.10.0 (2017-04-28)
===========================
Expand Down
1 change: 0 additions & 1 deletion docs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
node_modules/
source/_static/
Loading