From bc98badc0732a00591d3471f36dfd5f7a496afc9 Mon Sep 17 00:00:00 2001 From: Caen Kole Jones <131218155+CaenJones@users.noreply.github.com> Date: Mon, 5 Aug 2024 10:25:30 -0400 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/addition.md | 12 ++++++++++++ .github/ISSUE_TEMPLATE/factual-error.md | 16 ++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/addition.md create mode 100644 .github/ISSUE_TEMPLATE/factual-error.md diff --git a/.github/ISSUE_TEMPLATE/addition.md b/.github/ISSUE_TEMPLATE/addition.md new file mode 100644 index 0000000..a20364f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/addition.md @@ -0,0 +1,12 @@ +--- +name: Addition +about: Add new information or context into this doccument +title: "[ADDITION]" +labels: '' +assignees: CaenJones + +--- + +- where will the change be located? +- have you updated the TOC? +- does this address all current versions of chromeOS and admin pannel? diff --git a/.github/ISSUE_TEMPLATE/factual-error.md b/.github/ISSUE_TEMPLATE/factual-error.md new file mode 100644 index 0000000..9a95691 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/factual-error.md @@ -0,0 +1,16 @@ +--- +name: Factual Error +about: 'Tell us about a factual error in this doccument ' +title: "[ERROR]" +labels: '' +assignees: CaenJones + +--- + +**Describe the error** +- where in the document is it located +- was this changed due to an update? +- steps that need to be taken + +**Additional context** +Add any other context about the problem here.