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 question template #145

Merged
merged 14 commits into from
Apr 16, 2024
63 changes: 63 additions & 0 deletions .github/DISCUSSION_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
title: "Summary"
labels: []
body:
- type: markdown
attributes:
value: |
We are glad to have you build on Aptos with us!
Please choose some labels and fill out the questions below.
- type: textarea
id: question
attributes:
label: Describe your question in detail
validations:
required: true
- type: textarea
id: error
attributes:
label: What error are you getting?
validations:
required: true
- type: textarea
id: attempt
attributes:
label: What have you tried or how can we reproduce?
description: |
Code snippet is preferred over screenshots
validations:
required: true
- type: dropdown
id: os
attributes:
label: What operating system are you using?
options:
- Windows
- Mac OS
- Linux (Ubuntu, Fedora, Windows WSL, etc.)
- N/A
validations:
required: true
- type: dropdown
id: tool
attributes:
label: What tool are you using?
options:
- TypesScript SDK
- Python SDK
- Rust SDK
- Unity SDK
- Aptos CLI
- Rest API
- N/A
validations:
required: true
- type: textarea
id: env
attributes:
label: Describe your environment or tooling in detail
value: |
- OS: Windows 10
- TS-SDK: 1.12.2
- Aptos CLI: 3.1.0
- AptosFramework revision: mainnet
- Anything else you think is relevant