diff options
| -rw-r--r-- | .github/pr-prefix-labeler.yml | 1 | ||||
| -rw-r--r-- | doc/source/dev/development_workflow.rst | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/pr-prefix-labeler.yml b/.github/pr-prefix-labeler.yml index ab7ad9d28..2b95f1f31 100644 --- a/.github/pr-prefix-labeler.yml +++ b/.github/pr-prefix-labeler.yml @@ -12,3 +12,4 @@ "TST": "05 - Testing" "REL": "14 - Release" "WIP": "25 - WIP" +"TYP": "static typing" diff --git a/doc/source/dev/development_workflow.rst b/doc/source/dev/development_workflow.rst index 585aacfc9..457bcf34a 100644 --- a/doc/source/dev/development_workflow.rst +++ b/doc/source/dev/development_workflow.rst @@ -185,6 +185,7 @@ Standard acronyms to start the commit message with are:: REV: revert an earlier commit STY: style fix (whitespace, PEP8) TST: addition or modification of tests + TYP: static typing REL: related to releasing numpy Commands to skip continuous integration |
