diff options
author | 2024-08-28 00:13:50 +0100 | |
---|---|---|
committer | 2024-08-28 00:13:50 +0100 | |
commit | c6604902e0e99f77b2c54d51494b3ff9941b6469 (patch) | |
tree | cc526def34ab73d9b591f6ee6ea58343571ed063 | |
parent | Allow refreshing of JWTs (diff) |
Update issue templates
-rw-r--r-- | .github/ISSUE_TEMPLATE/backend-feature.md | 10 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/frontend-feature.md | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/backend-feature.md b/.github/ISSUE_TEMPLATE/backend-feature.md new file mode 100644 index 0000000..241676a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/backend-feature.md @@ -0,0 +1,10 @@ +--- +name: Backend Feature +about: Backend feature suggestion. +title: '' +labels: 'component: backend, type: feature' +assignees: ChrisLovering + +--- + + diff --git a/.github/ISSUE_TEMPLATE/frontend-feature.md b/.github/ISSUE_TEMPLATE/frontend-feature.md new file mode 100644 index 0000000..9931814 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/frontend-feature.md @@ -0,0 +1,10 @@ +--- +name: Frontend Feature +about: Frontend feature suggestion. +title: '' +labels: 'component: frontend, type: feature' +assignees: jb3 + +--- + + |