From 3478bd2ed2570035b75f4d132cf2960e24aea219 Mon Sep 17 00:00:00 2001 From: Ivan Tomilov Date: Fri, 15 Sep 2017 19:10:06 +0300 Subject: [PATCH] Added issue template (#331) Added .github/ISSUE_TEMPLATE.md and moved CONTRIBUTING.md from the root folder into .github/ --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 .github/ISSUE_TEMPLATE.md | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (100%) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..8c939fa9c --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,21 @@ +# Problem + +An overview of the background required to understand the problem. +A problem description. + +# Implementation + +Known steps towards feature implementation. +What needs further specifying and investigating. + +# Acceptance Criteria + +Rules for the future PR to be accepted. + +# Notes + +Random notes to keep in mind while implementing it. Mostly about related issues and future plans and thoughts. + +# Future Steps + +Steps which should be taken after this issue has been resolved.