Skip to content

Commit

Permalink
chore(github): Update GitHub Bug Report Template (#1368)
Browse files Browse the repository at this point in the history
* chore(github): Update GitHub Bug Report Template

* Update TypeScript packages section with placeholder text

---------

Co-authored-by: Globallager <[email protected]>
  • Loading branch information
Savio-Sou and Savio-Sou authored May 23, 2023
1 parent a57c574 commit 72a2adb
Showing 1 changed file with 36 additions and 35 deletions.
71 changes: 36 additions & 35 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,41 @@ 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?
- type: input
id: noir_wasm-version
attributes:
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"
description: What is the version number? e.g. version in yarn.lock
placeholder: "2.19.0"
- type: input
id: aztec_backend-version
## Using TypeScript?
Please await for our new set of packages.
You can find our target release timeframe on the [Noir Roadmap](https://github.com/orgs/noir-lang/projects/1/views/16).
- type: markdown
attributes:
label: "@noir-lang/aztec_backend version"
description: What is the version number? e.g. version in yarn.lock
placeholder: "0.12.0"
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.

0 comments on commit 72a2adb

Please sign in to comment.