From aa61c79782a1a9be8252b152dd843f66ff3b3eb7 Mon Sep 17 00:00:00 2001 From: Matthew Setter Date: Tue, 2 Oct 2018 10:43:09 +0200 Subject: [PATCH] Update the GitHub New Issue Template This commit updates the GitHub New Issue template to provide a step-by-step guide on what's required to create a new issue. My intent is that this will: 1. Help encourage potential contributors to get involved and contribute to the documentation. 2. Make it as simple as possible to create detailed issues that can be actioned as quickly as possible. --- .github/issue_template.md | 37 ++++++++++++++++++++++++++++++++++--- 1 file changed, 34 insertions(+), 3 deletions(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index 6ac48cdea7..27b8c12c23 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,5 +1,36 @@ +## What Type Of Content Change Is This? + +- [ ] New Content Addition +- [ ] Old Content Deprecation +- [ ] Existing Content Simplification +- [ ] Bug Fix to Existing Content + +## Which Manual Does This Relate To? + +- [ ] Admin Manual +- [ ] Developer Manual +- [ ] User Manual + +## What Needs to be Documented? + + +## Why Should This Change Be Made? + -This issue tracker is NOT the place to ask for support of ownCloud itself. Please use https://central.owncloud.org instead. ---> \ No newline at end of file