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