From 1ede8e5a27bcbce8b9676e674dc6cda1861f44ea Mon Sep 17 00:00:00 2001 From: Asher Date: Sat, 28 Sep 2019 18:52:28 -0700 Subject: [PATCH] Update issue template --- .github/ISSUE_TEMPLATE.md | 16 ++++++++-------- .github/pull_request_template.md | 5 ----- 2 files changed, 8 insertions(+), 13 deletions(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index a2068224a..62a027b0a 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,8 +1,8 @@ -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 diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 18694855b..000000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -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