-
Notifications
You must be signed in to change notification settings - Fork 665
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Continue working on #12141 - Dropped the prev template, it's redundant now - Fixed feature request template, "Yes" is not a valid string according to the rules - Polishing some details here and there
- Loading branch information
1 parent
3f5556b
commit ec3b627
Showing
7 changed files
with
31 additions
and
56 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -21,15 +21,6 @@ body: | |
placeholder: ex. [email protected] | ||
validations: | ||
required: false | ||
- type: dropdown | ||
id: network | ||
attributes: | ||
label: Which network are you running? | ||
description: Pick the network | ||
options: | ||
- mainnet | ||
- testnet | ||
- other (specify below) | ||
- type: dropdown | ||
id: node-type | ||
attributes: | ||
|
@@ -38,18 +29,22 @@ body: | |
options: | ||
- Top 100 Validator | ||
- Non-Top 100 Validator | ||
- RPC (Default) | ||
- RPC | ||
- Split Storage Archival | ||
- Legacy Archival (Deprecated) | ||
default: 2 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: version | ||
- type: dropdown | ||
id: network | ||
attributes: | ||
label: Version | ||
description: What version of neard are you running? Please, provide output of `$NEARD --version`. | ||
render: shell | ||
label: Which network are you running? | ||
description: Pick the network | ||
options: | ||
- mainnet | ||
- testnet | ||
- other (specify below) | ||
default: 0 | ||
validations: | ||
required: true | ||
- type: textarea | ||
|
@@ -59,6 +54,14 @@ body: | |
description: Describe your issue with running a near node. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: version | ||
attributes: | ||
label: Version | ||
description: What version of neard are you running? Please, provide output of `$NEARD --version`. | ||
render: shell | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
|
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
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
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
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
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
This file was deleted.
Oops, something went wrong.