Skip to content

Commit

Permalink
chore: optimize issue template (#2961)
Browse files Browse the repository at this point in the history
* 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
Keith-CY authored Nov 30, 2023
1 parent b1347f2 commit 34533d8
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 71 deletions.
16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

77 changes: 77 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
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
55 changes: 0 additions & 55 deletions .github/ISSUE_TEMPLATE/synchronization-issue.yml

This file was deleted.

2 comments on commit 34533d8

@github-actions
Copy link
Contributor

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

@github-actions
Copy link
Contributor

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

Please sign in to comment.