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

Very minor tweaks to issue templates #275

Merged
merged 1 commit into from
Oct 17, 2022
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
11 changes: 4 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,27 @@ body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report! **Before you start, make sure you have the latest versions of the Mina zkApp CLI.**
Thanks for taking the time to fill out this bug report! Before you start, make sure you have the latest version of the [Mina zkApp CLI](https://www.npmjs.com/package/zkapp-cli).
- type: textarea
id: bug-description
attributes:
label: Describe the bug
description: Please describe the expected and actual behavior.
placeholder: Bug description
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Reproduction
description: Please provide steps needed to reproduce this issue.
placeholder: Reproduction
label: Steps to Reproduce
description: Please provide steps for how to reproduce this issue.
validations:
required: true
- type: textarea
id: system-info
attributes:
label: System Info
description: Please run `zk system` in your contract directory and paste the output here.
description: Please run `zk system` in your contracts directory and paste the output here.
render: shell
placeholder: System, Binaries, NPM Packages
validations:
required: true
- type: dropdown
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ blank_issues_enabled: false
contact_links:
- name: Discord Chat
url: https://discord.com/invite/v3W4YsuBCw
about: Ask questions and discuss with other zkApp developers in real time.
about: Ask questions and discuss with other devs in \#zkapps-developers channel on Mina's Discord.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ body:
id: problem
attributes:
label: Describe the problem
description: Please provide a clear and concise description the problem this feature would solve. The more information you can provide here, the better.
description: Please provide a clear and concise description of the problem this feature would solve. The more information you can provide here, the better.
placeholder: I'm always frustrated when...
validations:
required: true
Expand Down