From 4ac099b7053cece42d37e4613c58cb0bcb742e8d Mon Sep 17 00:00:00 2001 From: Bradley Allen Date: Wed, 15 Apr 2020 09:53:21 -0500 Subject: [PATCH] Update and rename other.md to comment.md --- .github/ISSUE_TEMPLATE/comment.md | 27 +++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/other.md | 27 --------------------------- 2 files changed, 27 insertions(+), 27 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/comment.md delete mode 100644 .github/ISSUE_TEMPLATE/other.md diff --git a/.github/ISSUE_TEMPLATE/comment.md b/.github/ISSUE_TEMPLATE/comment.md new file mode 100644 index 0000000..e5885d2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/comment.md @@ -0,0 +1,27 @@ +--- +name: Comment +about: "Information and communications about technology, allows the exchange of knownledge." +title: "Comment - [enter command if available] - [enter brief description]" +labels: 'needs investigation' +assignees: BradleyA + +--- + +**Describe:** +A clear and concise description of what you are commenting about: + + -> + +**Detail:** +Extend your initial statement with additional details that describe a use case: + + -> + +**Version:** + - OS ( lsb_release -a; Ubuntu 14.04 Ubuntu 16.04 Ubuntu 20.04 ) + + -> + + - Command: ( github-repository/setup.github.repository.sh 2.199.861 ) + + -> diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md deleted file mode 100644 index d321631..0000000 --- a/.github/ISSUE_TEMPLATE/other.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: Other -about: Miscellaneous -title: "[enter command] - [enter brief description]" -labels: 'needs investigation' -assignees: BradleyA - ---- - -**Describe:** -A clear and concise description - - -> - -**Expected results:** -A clear and concise description of what you expected to happen. - - -> - -**Version:** - - OS ( lsb_release -a; Ubuntu 14.04 Ubuntu 16.04 Ubuntu 20.04 ) - - -> - - - Command: ( github-repository/setup.github.repository.sh 2.199.861 ) - - ->