From c86e047a4a18a240ee980f8d0fd68583533cbc7b Mon Sep 17 00:00:00 2001 From: MohitGupta121 Date: Sat, 18 Feb 2023 00:17:17 +0530 Subject: [PATCH 1/3] add q-a-installation.yml for oppia-android --- .../DISCUSSION_TEMPLATE/q-a-installation.yml | 53 +++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 .github/DISCUSSION_TEMPLATE/q-a-installation.yml diff --git a/.github/DISCUSSION_TEMPLATE/q-a-installation.yml b/.github/DISCUSSION_TEMPLATE/q-a-installation.yml new file mode 100644 index 00000000000..b809cda4c3b --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/q-a-installation.yml @@ -0,0 +1,53 @@ +body: + - type: input + attributes: + label: Operating System + description: "What operating system (OS) are you using?" + validations: + required: true + - type: input + attributes: + label: Android Studio Version + description: "What Android Studio version are you using?" + validations: + required: true + - type: input + attributes: + label: RAM size + description: "How much RAM does your computer have?" + validations: + required: true + - type: textarea + id: steps + attributes: + label: Which step are you stuck on? + description: | + If you encountered this error while following a wiki page, provide a link to the page and specify which step failed. + Otherwise, list what steps caused the error. + These should be detailed enough for someone else to follow them. + validations: + required: true + - type: textarea + id: error + attributes: + label: Error Log + description: "Please copy and paste the error log." + render: bash + validations: + required: true + - type: textarea + id: approaches + attributes: + label: Approaches already used to resolve the issue + description: "What appoaches have you tried to resolve the above issue?" + validations: + required: false + - type: textarea + id: additional + attributes: + label: Additional information + description: | + Add any other context about the problem here. + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. + validations: + required: false From 6e60d324f39f773f2f0ad9714629bca413c89496 Mon Sep 17 00:00:00 2001 From: MOHIT GUPTA <76530270+MohitGupta121@users.noreply.github.com> Date: Sat, 18 Feb 2023 12:15:28 +0530 Subject: [PATCH 2/3] chages applied on Ben review --- .github/DISCUSSION_TEMPLATE/q-a-installation.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/DISCUSSION_TEMPLATE/q-a-installation.yml b/.github/DISCUSSION_TEMPLATE/q-a-installation.yml index b809cda4c3b..bf3ba2fdbaf 100644 --- a/.github/DISCUSSION_TEMPLATE/q-a-installation.yml +++ b/.github/DISCUSSION_TEMPLATE/q-a-installation.yml @@ -2,7 +2,7 @@ body: - type: input attributes: label: Operating System - description: "What operating system (OS) are you using?" + description: "What operating system (OS) your development environment is using?" validations: required: true - type: input @@ -17,6 +17,12 @@ body: description: "How much RAM does your computer have?" validations: required: true + - type: input + attributes: + label: Free disk space + description: "How much free on-disk storage does your computer have?" + validations: + required: true - type: textarea id: steps attributes: From 15c9efdfc733cc4665a1e81f69d4d2921484fa00 Mon Sep 17 00:00:00 2001 From: MOHIT GUPTA <76530270+MohitGupta121@users.noreply.github.com> Date: Thu, 23 Feb 2023 10:40:14 +0530 Subject: [PATCH 3/3] Added CODEOWNER for Discussion Templates file --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index adcef3bf43a..20202b40440 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -37,6 +37,7 @@ gradlew.bat @BenHenning .gitignore @BenHenning /.github/*.md @BenHenning /.github/ISSUE_TEMPLATE @BenHenning +/.github/DISCUSSION_TEMPLATE/q-a-installation.yml @BenHenning # Git secret files & related configurations. /.gitsecret/ @BenHenning