commit e3f569e8d4fad969e95d1fe5a25559888a6b2b72
parent ae5b0a06bedf21f53eb313980d1440e486a75723
Author: MTRNord <mtrnord1@gmail.com>
Date: Tue, 5 Dec 2017 16:34:50 +0100
Add ISSUE_TEMPLATE file
Signed-off-by: MTRNord <mtrnord1@gmail.com>
Diffstat:
2 files changed, 34 insertions(+), 1 deletion(-)
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,32 @@
+Issue tracker is **ONLY** used for reporting bugs. NO NEW FEATURE ACCEPTED! Use the [Matrix Room](https://matrix.to/#/#Morpheus:matrix.ffslfl.net) for supporting issues.
+
+<!--- Provide a general summary of the issue in the Title above -->
+
+## Expected Behavior
+<!--- Tell us what should happen -->
+
+## Current Behavior
+<!--- Tell us what happens instead of the expected behavior -->
+
+## Possible Solution
+<!--- Not obligatory, but suggest a fix/reason for the bug, -->
+
+## Steps to Reproduce
+<!--- Provide a link to a live example, or an unambiguous set of steps to -->
+<!--- reproduce this bug. Include code to reproduce, if relevant -->
+1.
+2.
+3.
+4.
+
+## Context (Environment)
+<!--- How has this issue affected you? What are you trying to accomplish? -->
+<!--- Providing context helps us come up with a solution that is most useful in the real world -->
+
+<!--- Provide a general summary of the issue in the Title above -->
+
+## Detailed Description
+<!--- Provide a detailed description of the change or addition you are proposing -->
+
+## Possible Implementation
+<!--- Not obligatory, but suggest an idea for implementing addition or change -->
+\ No newline at end of file
diff --git a/README.md b/README.md
@@ -17,7 +17,7 @@ Join the Matrix Room at [#Morpheus:matrix.ffslfl.net](https://matrix.to/#/#Morph
2. Clone this repo by doing `go get -u github.com/Nordgedanken/Morpheus`
### Build
-1. Run `qtdeploy build desktop .` inside `$GOPATH/src/github.com/Nordgedanken/Morpheus`
+1. Run `qtdeploy build desktop` inside `$GOPATH/src/github.com/Nordgedanken/Morpheus`
2. Run the Application from within `deploy/**`