From 24aa075a074aa49b5459b67bf39bafcb4d38657f Mon Sep 17 00:00:00 2001 From: Tommy Verrall <60836166+tommyv1987@users.noreply.github.com> Date: Mon, 1 Nov 2021 09:41:29 +0000 Subject: [PATCH 1/6] Update issue templates new issue template for individuals --- .github/ISSUE_TEMPLATE/create-an-issue.md | 47 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/issue-report.md | 47 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/report.md | 47 +++++++++++++++++++++++ 3 files changed, 141 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/create-an-issue.md create mode 100644 .github/ISSUE_TEMPLATE/issue-report.md create mode 100644 .github/ISSUE_TEMPLATE/report.md diff --git a/.github/ISSUE_TEMPLATE/create-an-issue.md b/.github/ISSUE_TEMPLATE/create-an-issue.md new file mode 100644 index 0000000000..125348471a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/create-an-issue.md @@ -0,0 +1,47 @@ +--- +name: Create an issue +about: To help identify and reproduce issues +title: "[Issue]" +labels: bug, bug-needs-triage, qa +assignees: tommyv1987 + +--- + +**Describe the bug** +A clear and concise description of what the bug is... + +**Expected behaviour** +A clear and concise description of what you expected to happen... + +**Stack Traces** +If there are stack traces or logs, please provide them here... + +**Steps to Reproduce** +Steps to reproduce the behaviour, if you're familiar with BDD syntax, please write it in this style: +- Given I was doing X +- And I installed Y +- When I actioned Y +- Then I expect Z + +An example: +1. Given I was setting up a mix-node following the instructions in the docs +2. And I successfully bonded my node via the the wallet +3. When I went to start my mixnode +4. Then I was presented with an error + +**Screenshots** +If applicable, add screenshots to help explain your problem... + +**Which area / component of Nym were you using?** + - [e.g. Gateway, Node, Client] + - OS: [e.g. Ubuntu 20.x] + - Version of binary [e.g. 0.11.0] + +**If this issue is a front end problem or any other area...** +*(please complete the following information):* + - OS: [e.g. MacOs, Windows, Linux] + - Browser [e.g. chrome, safari] + - Version [e.g. 94] + +**Additional context** +Please provide any other information diff --git a/.github/ISSUE_TEMPLATE/issue-report.md b/.github/ISSUE_TEMPLATE/issue-report.md new file mode 100644 index 0000000000..375556450d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-report.md @@ -0,0 +1,47 @@ +--- +name: Issue report +about: To help identify and reproduce issues +title: "[Issue]" +labels: bug, bug-needs-triage, qa +assignees: tommyv1987 + +--- + +**Describe the bug** +A clear and concise description of what the bug is... + +**Expected behaviour** +A clear and concise description of what you expected to happen... + +**Stack Traces** +If there are stack traces or logs, please provide them here... + +**Steps to Reproduce** +Steps to reproduce the behaviour, if you're familiar with BDD syntax, please write it in this style: +- Given I was doing X +- And I installed Y +- When I actioned Y +- Then I expect Z + +An example: +1. Given I was setting up a mix-node following the instructions in the docs +2. And I successfully bonded my node via the the wallet +3. When I went to start my mixnode +4. Then I was presented with an error + +**Screenshots** +If applicable, add screenshots to help explain your problem... + +**Which area / component of Nym were you using?** + - [e.g. Gateway, Node, Client] + - OS: [e.g. Ubuntu 20.x] + - Version of binary [e.g. 0.11.0] + +**If this issue is a front end problem or any other area...** +*(please complete the following information):* + - OS: [e.g. MacOs, Windows, Linux] + - Browser [e.g. chrome, safari] + - Version [e.g. 94] + +**Additional context** +Please provide any other information diff --git a/.github/ISSUE_TEMPLATE/report.md b/.github/ISSUE_TEMPLATE/report.md new file mode 100644 index 0000000000..67ba48f632 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/report.md @@ -0,0 +1,47 @@ +--- +name: Report +about: To help identify and reproduce issues +title: "[Issue]" +labels: bug, bug-needs-triage, qa +assignees: tommyv1987 + +--- + +**Describe the issue** +A clear and concise description of what the issue is... + +**Expected behaviour** +A clear and concise description of what you expected to happen... + +**Stack Traces** +If there are stack traces or logs, please provide them here... + +**Steps to Reproduce** +Steps to reproduce the behaviour, if you're familiar with BDD syntax, please write it in this style: +- Given I was doing X +- And I installed Y +- When I actioned Y +- Then I expect Z + +*An example:* +- Given I was setting up a mix-node following the instructions in the docs +- And I successfully bonded my node via the the wallet +- When I went to start my mixnode +- Then I was presented with an error + +**Screenshots** +If applicable, add screenshots to help explain your problem... + +**Which area / component of Nym were you using?** + - [e.g. Gateway, Node, Client] + - OS: [e.g. Ubuntu 20.x] + - Version of binary [e.g. 0.11.0] + +**If this issue is a front end problem or any other area...** +*(please complete the following information):* + - OS: [e.g. MacOs, Windows, Linux] + - Browser [e.g. chrome, safari] + - Version [e.g. 94] + +**Additional context** +Please provide any other information From ec056a548f7cf666c3c822f1100628353ee94623 Mon Sep 17 00:00:00 2001 From: Tommy Verrall <60836166+tommyv1987@users.noreply.github.com> Date: Mon, 1 Nov 2021 09:46:59 +0000 Subject: [PATCH 2/6] Delete issue-report.md --- .github/ISSUE_TEMPLATE/issue-report.md | 47 -------------------------- 1 file changed, 47 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/issue-report.md diff --git a/.github/ISSUE_TEMPLATE/issue-report.md b/.github/ISSUE_TEMPLATE/issue-report.md deleted file mode 100644 index 375556450d..0000000000 --- a/.github/ISSUE_TEMPLATE/issue-report.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -name: Issue report -about: To help identify and reproduce issues -title: "[Issue]" -labels: bug, bug-needs-triage, qa -assignees: tommyv1987 - ---- - -**Describe the bug** -A clear and concise description of what the bug is... - -**Expected behaviour** -A clear and concise description of what you expected to happen... - -**Stack Traces** -If there are stack traces or logs, please provide them here... - -**Steps to Reproduce** -Steps to reproduce the behaviour, if you're familiar with BDD syntax, please write it in this style: -- Given I was doing X -- And I installed Y -- When I actioned Y -- Then I expect Z - -An example: -1. Given I was setting up a mix-node following the instructions in the docs -2. And I successfully bonded my node via the the wallet -3. When I went to start my mixnode -4. Then I was presented with an error - -**Screenshots** -If applicable, add screenshots to help explain your problem... - -**Which area / component of Nym were you using?** - - [e.g. Gateway, Node, Client] - - OS: [e.g. Ubuntu 20.x] - - Version of binary [e.g. 0.11.0] - -**If this issue is a front end problem or any other area...** -*(please complete the following information):* - - OS: [e.g. MacOs, Windows, Linux] - - Browser [e.g. chrome, safari] - - Version [e.g. 94] - -**Additional context** -Please provide any other information From e03e7f186a83537d11d73b2aef4e12bce2071eca Mon Sep 17 00:00:00 2001 From: Tommy Verrall <60836166+tommyv1987@users.noreply.github.com> Date: Mon, 1 Nov 2021 09:47:10 +0000 Subject: [PATCH 3/6] Delete create-an-issue.md --- .github/ISSUE_TEMPLATE/create-an-issue.md | 47 ----------------------- 1 file changed, 47 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/create-an-issue.md diff --git a/.github/ISSUE_TEMPLATE/create-an-issue.md b/.github/ISSUE_TEMPLATE/create-an-issue.md deleted file mode 100644 index 125348471a..0000000000 --- a/.github/ISSUE_TEMPLATE/create-an-issue.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -name: Create an issue -about: To help identify and reproduce issues -title: "[Issue]" -labels: bug, bug-needs-triage, qa -assignees: tommyv1987 - ---- - -**Describe the bug** -A clear and concise description of what the bug is... - -**Expected behaviour** -A clear and concise description of what you expected to happen... - -**Stack Traces** -If there are stack traces or logs, please provide them here... - -**Steps to Reproduce** -Steps to reproduce the behaviour, if you're familiar with BDD syntax, please write it in this style: -- Given I was doing X -- And I installed Y -- When I actioned Y -- Then I expect Z - -An example: -1. Given I was setting up a mix-node following the instructions in the docs -2. And I successfully bonded my node via the the wallet -3. When I went to start my mixnode -4. Then I was presented with an error - -**Screenshots** -If applicable, add screenshots to help explain your problem... - -**Which area / component of Nym were you using?** - - [e.g. Gateway, Node, Client] - - OS: [e.g. Ubuntu 20.x] - - Version of binary [e.g. 0.11.0] - -**If this issue is a front end problem or any other area...** -*(please complete the following information):* - - OS: [e.g. MacOs, Windows, Linux] - - Browser [e.g. chrome, safari] - - Version [e.g. 94] - -**Additional context** -Please provide any other information From 3152fd688737683c31054d900c040b0e46f6d8a7 Mon Sep 17 00:00:00 2001 From: Tommy Verrall <60836166+tommyv1987@users.noreply.github.com> Date: Mon, 1 Nov 2021 09:54:35 +0000 Subject: [PATCH 4/6] Update .github/ISSUE_TEMPLATE/report.md Co-authored-by: Mark Sinclair --- .github/ISSUE_TEMPLATE/report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/report.md b/.github/ISSUE_TEMPLATE/report.md index 67ba48f632..7a908d04d4 100644 --- a/.github/ISSUE_TEMPLATE/report.md +++ b/.github/ISSUE_TEMPLATE/report.md @@ -39,7 +39,7 @@ If applicable, add screenshots to help explain your problem... **If this issue is a front end problem or any other area...** *(please complete the following information):* - - OS: [e.g. MacOs, Windows, Linux] + - OS: [e.g. MacOS, Windows, Linux] - Browser [e.g. chrome, safari] - Version [e.g. 94] From 7b431ebfa8fca089de7da325153d0f1918930424 Mon Sep 17 00:00:00 2001 From: Tommy Verrall <60836166+tommyv1987@users.noreply.github.com> Date: Mon, 1 Nov 2021 09:55:12 +0000 Subject: [PATCH 5/6] Update .github/ISSUE_TEMPLATE/report.md Co-authored-by: Mark Sinclair --- .github/ISSUE_TEMPLATE/report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/report.md b/.github/ISSUE_TEMPLATE/report.md index 7a908d04d4..7ac32d15d7 100644 --- a/.github/ISSUE_TEMPLATE/report.md +++ b/.github/ISSUE_TEMPLATE/report.md @@ -26,7 +26,7 @@ Steps to reproduce the behaviour, if you're familiar with BDD syntax, please wri *An example:* - Given I was setting up a mix-node following the instructions in the docs - And I successfully bonded my node via the the wallet -- When I went to start my mixnode +- When I went to start my mixnode - Then I was presented with an error **Screenshots** From 8c6549c5dd6a60c0a248278bee3a568d946eae28 Mon Sep 17 00:00:00 2001 From: Tommy Verrall <60836166+tommyv1987@users.noreply.github.com> Date: Mon, 1 Nov 2021 10:05:24 +0000 Subject: [PATCH 6/6] Update report.md consolidated the component area --- .github/ISSUE_TEMPLATE/report.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/report.md b/.github/ISSUE_TEMPLATE/report.md index 7ac32d15d7..3dac5eb4f5 100644 --- a/.github/ISSUE_TEMPLATE/report.md +++ b/.github/ISSUE_TEMPLATE/report.md @@ -32,16 +32,12 @@ Steps to reproduce the behaviour, if you're familiar with BDD syntax, please wri **Screenshots** If applicable, add screenshots to help explain your problem... -**Which area / component of Nym were you using?** - - [e.g. Gateway, Node, Client] - - OS: [e.g. Ubuntu 20.x] - - Version of binary [e.g. 0.11.0] - -**If this issue is a front end problem or any other area...** -*(please complete the following information):* - - OS: [e.g. MacOS, Windows, Linux] - - Browser [e.g. chrome, safari] - - Version [e.g. 94] +**Which area of Nym were you using?** + - UI: [e.g. Websites - network-explorer, nym-website] + - Application: [e.g Gateway, Client, Wallet] + - OS: [e.g. Ubuntu 20.x, MacOs Big Sur, Windows 10] + - Browser: [e.g Chrome (if applicable)] + - Version: [e.g. nym binary(0.11.0), browser(94.0)] **Additional context** Please provide any other information