Enable blank issue with preference noted for using pre-set templates (#3378)
This commit is contained in:
parent
2df6bee3ad
commit
1016cfee96
2 changed files with 11 additions and 71 deletions
80
.github/ISSUE_TEMPLATE.md
vendored
80
.github/ISSUE_TEMPLATE.md
vendored
|
@ -1,79 +1,19 @@
|
|||
<!--
|
||||
|
||||
---------------------------------------------------
|
||||
HAVE A QUESTION? PLEASE JOIN OUR DISCORD SERVER
|
||||
PLEASE USE PRE-SET ISSUE TEMPLATES
|
||||
---------------------------------------------------
|
||||
|
||||
Only use GitHub issues for reporting problems and submitting proposals.
|
||||
To help better qualify new issues the preference is for the pre-set templates to be used
|
||||
instead of this blank issue. Please go back or visit https://github.com/nanocurrency/nano-node/issues/new/choose
|
||||
and use one of the following templates:
|
||||
|
||||
Questions should be asked on our Discord server, https://chat.nano.org,
|
||||
which has channels for a wide range of topics, such as development and
|
||||
Request a new node feature
|
||||
Report a node/protocol issue
|
||||
Report a security vulnerability
|
||||
|
||||
Questions should be asked on our Discord server, https://chat.nano.org, or Forum, https://forum.nano.org,
|
||||
which have channels for a wide range of topics, such as development and
|
||||
support.
|
||||
|
||||
---------------------------------------------------
|
||||
BUG BOUNTY REPORT INFORMATION
|
||||
---------------------------------------------------
|
||||
|
||||
In the interest of further improving the security of the network, we have launched the Nano Bug Bounty Program.
|
||||
|
||||
WARNING! Don't disclose any information for the Nano bug.
|
||||
|
||||
Submit any suspected bugs for bounty consideration to bugs@nano.org.
|
||||
|
||||
---------------------------------------------------
|
||||
NORMAL BUG REPORT INFORMATION
|
||||
---------------------------------------------------
|
||||
|
||||
If you are reporting a new issue, make sure that we do not have any duplicates
|
||||
already open. You can ensure this by searching the issue list for this
|
||||
repository. If there is a duplicate, please close your issue and add a comment
|
||||
to the existing issue instead.
|
||||
|
||||
If you suspect your issue is a bug, please edit your issue description to
|
||||
include the BUG REPORT INFORMATION shown below. If you fail to provide this
|
||||
information within 7 days, we cannot debug your issue and will close it. We
|
||||
will, however, reopen it if you later provide the information.
|
||||
|
||||
-->
|
||||
|
||||
**Description of bug:**
|
||||
|
||||
<!--
|
||||
Does this issue reproduce with the latest release? if you don't use the latest version then please try our latest version.
|
||||
|
||||
Briefly describe the problem you are having in a few paragraphs.
|
||||
-->
|
||||
|
||||
**Steps to reproduce the issue:**
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
|
||||
**Describe the results you received:**
|
||||
|
||||
|
||||
**Describe the results you expected:**
|
||||
|
||||
|
||||
**Additional information you deem important (e.g. issue happens only occasionally):**
|
||||
|
||||
**Environment**:
|
||||
|
||||
<!--
|
||||
- OS information
|
||||
- (Linux) Kernel (e.g. `uname -a`):
|
||||
- Node version
|
||||
- (docker node) docker version
|
||||
-->
|
||||
|
||||
**logs**
|
||||
|
||||
<!--
|
||||
|
||||
Can you please provide the Nano logs for further analysis.
|
||||
|
||||
How to find Nano logs:
|
||||
|
||||
https://github.com/nanocurrency/nano-node/wiki/Log-files
|
||||
|
||||
-->
|
||||
|
|
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
blank_issues_enabled: false
|
||||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: Report a security vulnerability
|
||||
url: https://docs.nano.org/node-implementation/contributing/#security-vulnerability-disclosure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue