From be8e10a556d2f3eb510bc1337328378bc5de4efc Mon Sep 17 00:00:00 2001 From: Jens Goldhammer Date: Wed, 23 Nov 2016 20:28:55 +0100 Subject: [PATCH] chore(github) : new issue template This commit provides an issue template which will be used when users will report a bug or suggest a new feature. This should help to provide better and quicker support for the reported issues of alfresco SDK. --- ISSUE_TEMPLATE.md | 67 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..d6b6ded1 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,67 @@ + + + +## I'm submitting a ... (check one with "x") +``` +[ ] bug report => search github for a similar issue or PR before submitting +[ ] feature request +``` + + + +## Expected Behavior + + + +## Current Behavior + + + +## Possible Solution + + + +## Steps to Reproduce (for bugs) + + +1. +2. +3. +4. +5. + +## Context + + + +## Your Environment + +* Alfresco SDK version used: +* Alfresco version used: +* Output of command 'mvn -version': +* Link to your project: + +## Additional information +