From 400c13cd21ba5a4b670cf9dc5c06aaefb299ef98 Mon Sep 17 00:00:00 2001 From: Matteo Gheza Date: Sun, 3 Oct 2021 16:25:10 +0200 Subject: [PATCH] Fix type in bug.yaml --- .github/ISSUE_TEMPLATE/bug.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index f97c94167..2551c366b 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -58,7 +58,7 @@ body: validations: required: true - type: textarea - id: enviromnemt + id: environment validations: required: false attributes: @@ -79,4 +79,4 @@ body: label: "🏢 Have you read the Code of Conduct?" options: - label: "I have read the [Code of Conduct](https://github.com/appwrite/appwrite/blob/HEAD/CODE_OF_CONDUCT.md)" - required: true \ No newline at end of file + required: true