diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index f065ac3..91992b1 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,6 +1,10 @@ blank_issues_enabled: false issue_templates: - - name: Bug report - description: Report a bug in the project + - name: Fejl + description: Systemet virker ikke som det plejer. Der er noget galt. labels: [bug] + - name: Udviklingsønske + description: Foreslå ny funktionalitet. + labels: [enhancement] +