diff --git a/.github/ISSUE_TEMPLATE/10_bug_report.yml b/.github/ISSUE_TEMPLATE/10_bug_report.yml index c8f256b6..d0c79bca 100644 --- a/.github/ISSUE_TEMPLATE/10_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/10_bug_report.yml @@ -1,5 +1,6 @@ name: Bug report labels: [bug] +description: Something isn't working right. body: - type: textarea id: description diff --git a/.github/ISSUE_TEMPLATE/20_feature_request.yml b/.github/ISSUE_TEMPLATE/20_feature_request.yml index ac744b4f..dce88261 100644 --- a/.github/ISSUE_TEMPLATE/20_feature_request.yml +++ b/.github/ISSUE_TEMPLATE/20_feature_request.yml @@ -1,5 +1,6 @@ name: Feature request labels: ['feature request'] +description: Request a new feature. body: - type: textarea id: problem diff --git a/.github/ISSUE_TEMPLATE/30_model_request.yml b/.github/ISSUE_TEMPLATE/30_model_request.yml index a402907a..6b6835f1 100644 --- a/.github/ISSUE_TEMPLATE/30_model_request.yml +++ b/.github/ISSUE_TEMPLATE/30_model_request.yml @@ -1,5 +1,6 @@ name: Model request labels: ['model request'] +description: Request a new model. body: - type: textarea id: problem