Added issue template (#331)

Added .github/ISSUE_TEMPLATE.md and moved CONTRIBUTING.md from the root folder into .github/
This commit is contained in:
Ivan Tomilov 2017-09-15 19:10:06 +03:00 committed by GitHub
parent cf7a9949a3
commit 3478bd2ed2
2 changed files with 21 additions and 0 deletions

21
.github/ISSUE_TEMPLATE.md vendored Normal file
View file

@ -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.