From 3286036af16bf98b0a210b29a2c4d008fc9021d6 Mon Sep 17 00:00:00 2001 From: Sarita Singh <184544@nith.ac.in> Date: Wed, 1 Sep 2021 12:55:31 +0530 Subject: [PATCH] Add an issue template (#1) * Add an issue template Signed-off-by: Sarita Singh * Update .github/ISSUE_TEMPLATE/improve.yml Co-authored-by: Avinal Kumar Co-authored-by: Avinal Kumar --- .github/ISSUE_TEMPLATE/improve.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/improve.yml 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