Skip to content

Commit

Permalink
Cleanup in issue templates (#12144)
Browse files Browse the repository at this point in the history
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
telezhnaya authored Sep 26, 2024
1 parent 3f5556b commit ec3b627
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 56 deletions.
33 changes: 18 additions & 15 deletions .github/ISSUE_TEMPLATE/0-node-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/1-rpc-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ body:
- mainnet
- testnet
- other (specify below)
default: 0
validations:
required: true
- type: textarea
id: rpc-url
attributes:
Expand Down
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/2-contract-runtime-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ body:
- mainnet
- testnet
- other (specify below)
default: 0
validations:
required: true
- type: textarea
id: what-happened
attributes:
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/3-feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ body:
- type: checkboxes
id: ready-to-contribute
attributes:
label: Are you ready to contribute to nearcore?
label: Contributing
description: Are you interested in implementing this feature?
options:
- label: Yes
- label: Yes, I am interested
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/4-general-issue.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Bug Report
description: General bug report [use this only if it does not fit into any of the categories above]
description: General bug report. Use this only if it does not fit into any of the categories above.
title: "Bug: "
labels: ["community", "investigation required"]
assignees:
Expand Down Expand Up @@ -28,6 +28,9 @@ body:
- mainnet
- testnet
- other (specify below)
default: 0
validations:
required: true
- type: textarea
id: what-happened
attributes:
Expand All @@ -42,4 +45,4 @@ body:
description: Please copy and paste any relevant log output.
render: shell
validations:
required: false
required: true
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/5-internal.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Internal
description: Template for nearcore employees only
title: "Issue: "
body:
- type: textarea
id: content
Expand Down
36 changes: 0 additions & 36 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

0 comments on commit ec3b627

Please sign in to comment.