Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Q&A (Installation) discussion form #4877

Merged
merged 4 commits into from
Feb 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
59 changes: 59 additions & 0 deletions .github/DISCUSSION_TEMPLATE/q-a-installation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
body:
- type: input
attributes:
label: Operating System
description: "What operating system (OS) your development environment is 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?"
BenHenning marked this conversation as resolved.
Show resolved Hide resolved
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:
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