diff --git a/.github/ISSUE_TEMPLATE/improve.yml b/.github/ISSUE_TEMPLATE/improve.yml new file mode 100644 index 0000000..de2a26e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/improve.yml @@ -0,0 +1,26 @@ +name: Improve +description: This is an issue template. +labels: + - content +body: + - type: markdown + attributes: + value: | + *This is an issue template* + + - type: checkboxes + id: terms + attributes: + label: Code of Conduct + description: Please check + options: + - label: I have done all required + required: true + + - type: textarea + attributes: + label: What is the problem? + description: Include links to articles where you're seeing a problem, screenshots, what browser you're using, etc. + validations: + required: true + \ No newline at end of file