Browse Source

Update issue template

pull/243/head
Asher 5 years ago
parent
commit
1ede8e5a27
  1. 16
      .github/ISSUE_TEMPLATE.md
  2. 5
      .github/pull_request_template.md

16
.github/ISSUE_TEMPLATE.md

@ -1,8 +1,8 @@
<!--- Remove text and sections that do not apply -->
This issue tracker is only for technical issues related to komodod
This issue tracker is only for technical issues related to verusd
General Komodo questions and/or support requests and are best directed to [Discord](https://komodoplatform.com/discord)
General Verus questions and/or support requests and are best directed to [Discord](https://discord.gg/VRKMP2S)
### Describe the issue
Please provide a general summary of the issue you're experiencing
@ -17,10 +17,10 @@ Please provide a general summary of the issue you're experiencing
Tell us what should happen
### Actual behaviour + errors
Tell us what happens instead including any noticable error output (any messages displayed on-screen when e.g. a crash occurred)
Tell us what happens instead including any noticeable error output (any messages displayed on-screen when e.g. a crash occurred)
### The version of Komodo you were using:
Run `komodod --version` to find out
### The version of Verusd you were using:
Run `verusd -version` to find out
### Machine specs:
- OS name + version:
@ -34,9 +34,9 @@ Run `komodod --version` to find out
- Assembler version (as --version):
### Any extra information that might be useful in the debugging process.
This includes the relevant contents of `~/.komodo/debug.log`. You can paste raw text, attach the file directly in the issue or link to the text via a pastebin type site.
This includes the relevant contents of `~/.komodo/VRSC/debug.log`. You can paste raw text, attach the file directly in the issue or link to the text via a pastebin type site.
Please also include any non-standard things you did during compilation (extra flags, dependency version changes etc.) if applicable.
### Do you have a backup of `~/.komodo` directory and/or take a VM snapshot?
- Backing up / making a copy of the `~/.komodo` directory might help make the problem reproducible. Please redact appropriately.
### Do you have a backup of `~/.komodo/VRSC/` directory and/or take a VM snapshot?
- Backing up / making a copy of the `~/.komodo/VRSC/` directory might help make the problem reproducible. Please redact appropriately.
- Taking a VM snapshot is really helpful for interactively testing fixes

5
.github/pull_request_template.md

@ -1,5 +0,0 @@
Please ensure this checklist is followed for any pull requests for this repo. This checklist must be checked by both the PR creator and by anyone who reviews the PR.
* [ ] Relevant documentation for this PR has to be completed and reviewed by the documentation team (@ioptio, @mdr0id, or @Eirik0) before the PR can be merged
* [ ] A test plan for the PR must be documented in the PR notes and included in the test plan for the next regular release
As a note, all buildbot tests need to be passing and all appropriate code reviews need to be done before this PR can be merged
Loading…
Cancel
Save