diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 64eb98d..8005e32 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,2 +1,2 @@ -blank_issues_enabled: true +blank_issues_enabled: false contact_links: [] diff --git a/.github/ISSUE_TEMPLATE/internal_task.yaml b/.github/ISSUE_TEMPLATE/internal_task.yaml new file mode 100644 index 0000000..aebfd58 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/internal_task.yaml @@ -0,0 +1,15 @@ +name: "🔒 Internal Task" +description: "For internal use only." +labels: ["internal"] +assignees: [] +body: + - type: markdown + attributes: + value: | + For internal use only. Please use other templates to submit feature requests or bug reports. + - type: textarea + id: note + attributes: + label: Description + validations: + required: false