Add docs todo to PR template
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2020-10-16 22:16:42 +02:00
parent 8dc62240f3
commit c3082b111f
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 2 additions and 1 deletions

View File

@ -8,4 +8,4 @@
* [ ] I added or improved docs for my feature
* [ ] Swagger (including `mage do-the-swag`)
* [ ] Error codes
* [ ] New config options
* [ ] New config options (including adding them to `config.yml.saml` and running `mage generate-docs`)

View File

@ -64,6 +64,7 @@ var (
"check:got-swag": Check.GotSwag,
"release:os-package": Release.OsPackage,
"dev:create-migration": Dev.CreateMigration,
"generate-docs": GenerateDocs,
}
)