From b382111b87e99fe0e09b8e2671ca69a3b0bb6ed6 Mon Sep 17 00:00:00 2001 From: Manav Darji Date: Mon, 18 Jul 2022 20:09:15 +0530 Subject: [PATCH] github: add new issue templates (#455) * add: new issue templates * github: add version commands and file paths --- .github/ISSUE_TEMPLATE/bug.md | 67 ++++++++++++++++++++++++------ .github/ISSUE_TEMPLATE/feature.md | 7 ++-- .github/ISSUE_TEMPLATE/question.md | 8 ++-- 3 files changed, 63 insertions(+), 19 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 2aa2c48a60..7d34216478 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -1,30 +1,71 @@ --- name: Report a bug -about: Something with go-ethereum is not working as expected +about: Something with bor client is not working as expected title: '' labels: 'type:bug' assignees: '' --- -#### System information +Our support team has aggregated some common issues and their solutions from past which are faced while running or interacting with a bor client. In order to prevent redundant efforts, we would encourage you to have a look at the [FAQ's section](https://docs.polygon.technology/docs/faq/technical-faqs) of our documentation mentioning the same, before filing an issue here. In case of additional support, you can also join our [discord](https://discord.com/invite/zdwkdvMNY2) server -Geth version: `geth version` -OS & Version: Windows/Linux/OSX -Commit hash : (if `develop`) + -#### Expected behaviour +#### **System information** +Bor client version: [e.g. v0.2.16] -#### Actual behaviour +Heimdall client version: [e.g. v0.2.10] +OS & Version: Windows / Linux / OSX -#### Steps to reproduce the behaviour +Environment: Polygon Mainnet / Polygon Mumbai / Devnet +Type of node: Validator / Sentry / Archive -#### Backtrace +Additional Information: -```` -[backtrace] -```` +#### **Overview of the problem** -When submitting logs: please submit them as text and not screenshots. \ No newline at end of file +Please describe the issue you experiencing. + + +#### **Reproduction Steps** + +Please mention the steps required to reproduce this issue. + + + +#### **Logs / Traces / Output / Error Messages** + +Please post any logs/traces/output/error messages (as text and not screenshots) which you believe may have caused the issue. If the log is longer than a few dozen lines, please include the URL to the [gist](https://gist.github.com/) of the log instead of posting it in the issue. + +**Additional Information** + +In order to debug the issue faster, we would stongly encourage if you can provide some of the details mentioned below (whichever seems relevant to your issue) + +1. Your `start.sh` file or `bor.service`, if you're facing some peering issue or unable to use some service (like `http` endpoint) as expected. Moreover, if possible mention the chain configuration printed while starting the node which looks something like `Initialised chain configuration config="{ChainID: 137, ..., Engine: bor}"` + +2. The result of `eth.syncing`, `admin.peers.length`, `admin.nodeInfo`, value of the `maxpeers` flag in start.sh, and bootnodes/static nodes (if any) is you're facing some syncing issue. + +3. Your `heimdall-config.toml` parameters for checking the ETH and BOR RPC url's, incase of issue with bor heimdall communication. + +4. The CURL request (for that specific error) if you're facing any issues or identify a bug while making RPC request. + diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index aacd885f9e..17238ceb12 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -8,10 +8,11 @@ assignees: '' # Rationale -Why should this feature exist? +The motivation behind the feature and why should this feature exist? What are the use-cases? # Implementation -Do you have ideas regarding the implementation of this feature? -Are you willing to implement this feature? \ No newline at end of file +Do you have ideas regarding the implementation of this feature? (Mention reference links if any) +Any alternative solutions or features you've considered? +Are you willing to implement this feature? diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 8f460ab558..b1fad65ae0 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,9 +1,11 @@ --- -name: Ask a question -about: Something is unclear +name: Question/Support +about: Ask a question or request support title: '' labels: 'type:docs' assignees: '' --- -This should only be used in very rare cases e.g. if you are not 100% sure if something is a bug or asking a question that leads to improving the documentation. For general questions please use [discord](https://discord.gg/nthXNEv) or the Ethereum stack exchange at https://ethereum.stackexchange.com. +This should only be used in very rare cases e.g. if you are not 100% sure if something is a bug or asking a question that leads to improving the documentation. + +For general questions please join our [discord](https://discord.com/invite/zdwkdvMNY2) server.