From 966d123608614ba752d5ed969feba8115b76abe1 Mon Sep 17 00:00:00 2001 From: mx <33262279+mfahampshire@users.noreply.github.com> Date: Thu, 27 Apr 2023 16:15:10 +0200 Subject: [PATCH 1/2] Update issue templates --- .github/ISSUE_TEMPLATE/documentation-.md | 14 ++++++++++++++ 1 file changed, 14 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 0000000000..aa97cfb7db --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation-.md @@ -0,0 +1,14 @@ +--- +name: 'Documentation ' +about: Suggest a fix or enhancement to the documentation or developer portal content +title: "[DOCS]" +labels: documentation +assignees: mfahampshire + +--- + +Is your issue either: +- [ ] a fix to existing documentation (e.g. fixing a broken link or incorrect command) +- [ ] an enhancement (e.g. adding a description for an undocumented feature) + +Please briefly describe your issue: From 5ef7e248937c74f2418363abced17a0c8712c1b4 Mon Sep 17 00:00:00 2001 From: mx <33262279+mfahampshire@users.noreply.github.com> Date: Fri, 5 May 2023 13:56:35 +0200 Subject: [PATCH 2/2] removed additional whitespace --- .github/ISSUE_TEMPLATE/{documentation-.md => documentation.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/ISSUE_TEMPLATE/{documentation-.md => documentation.md} (94%) diff --git a/.github/ISSUE_TEMPLATE/documentation-.md b/.github/ISSUE_TEMPLATE/documentation.md similarity index 94% rename from .github/ISSUE_TEMPLATE/documentation-.md rename to .github/ISSUE_TEMPLATE/documentation.md index aa97cfb7db..e0032a3a13 100644 --- a/.github/ISSUE_TEMPLATE/documentation-.md +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -1,5 +1,5 @@ --- -name: 'Documentation ' +name: 'Documentation' about: Suggest a fix or enhancement to the documentation or developer portal content title: "[DOCS]" labels: documentation