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

chore(github): Update GitHub Bug Report Template #1368

Merged
merged 2 commits into from
May 23, 2023
Merged
Changes from 1 commit
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
59 changes: 38 additions & 21 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Bug Report
description: File a bug report to help us improve.
description: Report an unexpected behavior.
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
## Description
Thanks for taking the time to fill out this bug report to help us improve Noir!
# Description
Thanks for taking the time to create the Issue, and welcome to the Noirot family!
- type: textarea
id: aim
attributes:
Expand All @@ -17,7 +17,7 @@ body:
- type: textarea
id: expected
attributes:
label: Expected behavior
label: Expected Behavior
description: Describe what you expected to happen.
validations:
required: true
Expand All @@ -31,7 +31,7 @@ body:
- type: textarea
id: reproduction
attributes:
label: To reproduce
label: To Reproduce
description: Describe the steps to reproduce the behavior.
value: |
1.
Expand All @@ -41,16 +41,16 @@ body:
- type: markdown
attributes:
value: |
## Environment
# Environment
Specify your versions of Noir releases used.
- type: markdown
attributes:
value: |
### Using Nargo?
## Using Nargo?
- type: dropdown
id: nargo-install
attributes:
label: Installation method
label: Installation Method
description: How did you install Nargo?
multiple: false
options:
Expand All @@ -59,40 +59,57 @@ body:
- type: input
id: nargo-version
attributes:
label: Nargo version
label: Nargo Version
description: What is the output of the `nargo --version` command?
placeholder: "nargo 0.2.0 (git version hash: e927a39dc3d6517f233509b8349dfd9c7f79471d, is dirty: false)"
placeholder: "nargo 0.6.0 (git version hash: 0181813203a9e3e46c6d8c3169ad5d25971d4282, is dirty: false)"
- type: markdown
attributes:
value: |
### Using TypeScript?
## Using TypeScript?
- type: input
id: noir_wasm-version
attributes:
label: "@noir-lang/noir_wasm version"
label: "@noir-lang/noir_wasm Version"
description: What is the version number? e.g. version in yarn.lock
placeholder: "0.2.0-ca986a4"
- type: input
id: barretenberg-version
attributes:
label: "@noir-lang/barretenberg version"
label: "@noir-lang/barretenberg Version"
description: What is the version number? e.g. version in yarn.lock
placeholder: "2.19.0"
- type: input
id: aztec_backend-version
attributes:
label: "@noir-lang/aztec_backend version"
label: "@noir-lang/aztec_backend Version"
description: What is the version number? e.g. version in yarn.lock
placeholder: "0.12.0"
Savio-Sou marked this conversation as resolved.
Show resolved Hide resolved
- type: markdown
attributes:
value: |
# Misc
- type: textarea
id: additional
attributes:
label: Additional context
description: Please provide any additional context that may be applicable.
- type: checkboxes
id: checklist
label: Additional Context
description: Supplement further information if applicable.
- type: markdown
attributes:
label: Submission Checklist
description: For core contributors.
value: |
# Pull Request
- type: dropdown
id: pr_preference
attributes:
label: Would you like to submit a PR for this Issue?
description: Fellow contributors are happy to provide support where applicable.
options:
- label: Once I hit submit, I will assign this issue to the Project Board with the appropriate tags.
- "No"
- "Maybe"
- "Yes"
validations:
required: true
- type: textarea
id: pr_support
attributes:
label: Support Needs
description: Support from other contributors you are looking for to create a PR for this Issue.