aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Daniel Augusto <[email protected]>2018-10-05 23:42:42 -0300
committerGravatar Daniel Augusto <[email protected]>2018-10-05 23:42:42 -0300
commit8d20b3f2a51afc509a82553adc12ed450ea0b55d (patch)
treed5c1b4d1b1b02939679d9094495ddd6f9fb0e67e
parentMerge pull request #4 from sco1/master (diff)
:sparkles: Added bug and feature request templates
-rw-r--r--.github/ISSUE_TEMPLATE/bug-report-template.md36
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md24
2 files changed, 60 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report-template.md b/.github/ISSUE_TEMPLATE/bug-report-template.md
new file mode 100644
index 00000000..bcce2b6d
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug-report-template.md
@@ -0,0 +1,36 @@
+---
+name: Bug Report Template
+about: A simple bug report template.
+
+---
+
+## Description
+
+Please, provide here a simple description about the bug.
+
+## Steps
+
+### Step 1
+Please, provide here a detailed description about the step 1.
+
+### Step 2
+Please, provide here a detailed description about the step 2.
+
+### Step 3
+Please, provide here a detailed description about the step 3.
+
+## Expected Behavior
+The expected behaviour is <provide here detailed description and, if necessary, screenshots>.
+
+## Actual Behavior
+The actual behaviour is <provide here detailed description and, if necessary, screenshots>.
+
+## Environment
+- Device Type: (e.g.: Desktop or Mobile)
+- Operating System: (e.g.: Microsoft Windows or Ubuntu Linux)
+ - Version: (e.g.: 10 or 18.04)
+- Browser: (e.g.: Mozilla Firefox or Google Chrome)
+ - Version: (e.g.: 1, 2, 3)
+
+## Other
+Please, provide here additional details that can be helpful.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 00000000..30606299
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,24 @@
+---
+name: Feature request
+about: A simple feature request template.
+
+---
+
+## Description
+
+Please, provide here a simple description about the feature request.
+
+## Reason
+
+- Reason 1
+- Reason 2
+- Reason 3
+
+## Required Changes
+
+- Change 1
+- Change 2
+- Change 3
+
+## Other
+Please, provide here additional details that can be helpful.