-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: optimize issue template (#2961)
* chore: optimize issue template 1. Use GitHub's form feature by default; 2. Update submission rules to lead users to help center; 3. Add a field for ckb light client. * chore: update description of "detail of the issue" Inform users to upload screenshots to demonstrate the issue clearly
- Loading branch information
Showing
3 changed files
with
77 additions
and
71 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
name: Bug Report | ||
description: Create a report to help us improve Neuron | ||
title: '[Bug Report] **Please describe the bug shortly**' | ||
labels: | ||
- bug | ||
assignees: | ||
- Keith-CY | ||
- yanguoyu | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please check [Helpe Center](https://neuron.magickbase.com/help-center) first to see if your issue is already addressed. | ||
- type: dropdown | ||
id: type | ||
validations: | ||
required: true | ||
attributes: | ||
label: Topic Type | ||
options: | ||
- Cannot Synchronize | ||
- Cannot Send Transaction | ||
- Incorrect Balance | ||
- User Experience | ||
- Other | ||
|
||
- type: textarea | ||
id: detial | ||
validations: | ||
required: true | ||
attributes: | ||
label: Detail of the issue | ||
description: Please append detail of the issue here, including steps to reproduce, screenshots, etc. | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
--- | ||
## Please add neuron logs if possible, they can be exported by `Menu -> Help -> Export Debug Information` | ||
<sub> | ||
The debug information will be exported as a zip file, you may upload it by drag&drop into **Detail of the issue**, or paste them in the following fields, respectively. | ||
</sub> | ||
- type: textarea | ||
id: bundled-ckb | ||
validations: | ||
required: false | ||
attributes: | ||
label: bundled-ckb.log | ||
render: shell | ||
|
||
- type: textarea | ||
id: bundled-ckb-light-mainnet | ||
validations: | ||
required: false | ||
attributes: | ||
label: bundled-ckb-light-mainnet.log | ||
render: shell | ||
|
||
- type: textarea | ||
id: main-log | ||
validations: | ||
required: false | ||
attributes: | ||
label: main.log | ||
render: shell | ||
|
||
- type: textarea | ||
id: status | ||
validations: | ||
required: false | ||
attributes: | ||
label: status.log | ||
render: shell |
This file was deleted.
Oops, something went wrong.
34533d8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Packaging for test is done in 7044318442
34533d8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Packaging for test is done in 7044320026