summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorPaweł Krupa <pawel@krupa.net.pl>2018-10-17 21:23:32 +0200
committerGitHub <noreply@github.com>2018-10-17 21:23:32 +0200
commitac0f6f4823ddfccf7eed916f2a5248d4f322bf34 (patch)
tree83b072a0e29c1cee029403f5b9bddcff8dd950bf /.github
parentca4c305969e4fdfd2ceea3b8b93c32ad74ebf66d (diff)
add github templates (#4424)
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/BUG_REPORT.md24
-rw-r--r--.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md7
-rw-r--r--.github/ISSUE_TEMPLATE/QUESTION.md13
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md16
4 files changed, 60 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md
new file mode 100644
index 0000000000..2e16754a9d
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md
@@ -0,0 +1,24 @@
+<!--- Verify first that your issue is not already reported on GitHub -->
+<!--- Also test if the latest release and devel branch are affected too -->
+
+##### Bug report summary
+<!-- A clear and concise description of what the bug is. -->
+
+###### OS / Environment
+<!--- Provide all relevant information below, e.g. OS distribution, running in container, etc. -->
+
+##### Component Name
+<!--- Write the short name of the module or plugin below -->
+
+##### Steps To Reproduce
+<!--- Describe exactly how to reproduce the problem, using a minimal test-case -->
+
+<!--- Paste configuration you used between quotes below -->
+```yaml
+
+```
+
+<!--- HINT: You can paste gist.github.com links for larger files -->
+
+###### Expected behavior
+<!-- A clear and concise description of what you expected to happen. -->
diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
new file mode 100644
index 0000000000..f794f9697a
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
@@ -0,0 +1,7 @@
+<!--- Verify first that your issue is not already reported on GitHub -->
+
+##### Feature idea summary
+<!--- Explain new feature briefly below -->
+
+###### Expected behavior
+<!-- A clear and concise description of what you expected to happen. -->
diff --git a/.github/ISSUE_TEMPLATE/QUESTION.md b/.github/ISSUE_TEMPLATE/QUESTION.md
new file mode 100644
index 0000000000..0a047c54c6
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/QUESTION.md
@@ -0,0 +1,13 @@
+<!--- Verify first that your question wasn't asked before on GitHub -->
+
+##### Question summary
+<!--- Briefly exmplain what is the problem you are having -->
+
+###### OS / Environment
+<!--- Provide all relevant information below, e.g. OS distribution, running in container, etc. -->
+
+##### Component Name
+<!--- Write the short name of the module or plugin below -->
+
+###### Expected results
+<!-- A clear and concise description of what you expected to happen. -->
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000000..2149cd1315
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,16 @@
+##### Summary
+<!--- Describe the change below, including rationale and design decisions -->
+
+<!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue -->
+
+##### Component Name
+<!--- Write the short name of the module or plugin below -->
+
+##### Additional Information
+<!--- Include additional information to help people understand the change here -->
+<!--- A step-by-step reproduction of the problem is helpful if there is no related issue -->
+
+<!--- Paste log output below, e.g. before and after your change -->
+```paste below
+
+```