From ccc770431dd372aa3741afb0e95f5777254e2208 Mon Sep 17 00:00:00 2001 From: walterpg1v <15221668+walterpg@users.noreply.github.com> Date: Fri, 25 Jun 2021 16:59:41 -0500 Subject: [PATCH] Add doc bug template. --- .github/ISSUE_TEMPLATE/documentation.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/documentation.md diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md new file mode 100644 index 0000000..a348139 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -0,0 +1,23 @@ +--- +name: Documentation +about: Improve the documentation of features +title: Documentation Request +labels: '' +assignees: '' + +--- + +**Describe Omissions or Errors** + +Please quote and add [links](https://www.kpsync.org) to documents in error. + +For missing or obsolete documentation, provide related or misleading information in the current documents, if any, in the same manner. + +**For Website Bugs: provide the following information:** + - OS, including version and build numbers: [e.g. Windows 10, Build 18363] + - Browser and version [e.g. Chrome, IE, Edge] + - [UTC date and time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time) of access. + +**Additional context** + +Add any other context about the problem here.