summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/docs/ISSUE_TEMPLATE.md
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/SemanticMediaWiki/docs/ISSUE_TEMPLATE.md')
-rw-r--r--www/wiki/extensions/SemanticMediaWiki/docs/ISSUE_TEMPLATE.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/www/wiki/extensions/SemanticMediaWiki/docs/ISSUE_TEMPLATE.md b/www/wiki/extensions/SemanticMediaWiki/docs/ISSUE_TEMPLATE.md
new file mode 100644
index 00000000..087e9e86
--- /dev/null
+++ b/www/wiki/extensions/SemanticMediaWiki/docs/ISSUE_TEMPLATE.md
@@ -0,0 +1,21 @@
+### Setup and configuration
+
+- SMW version:
+- MW version:
+- PHP version:
+- DB system (MySQL, Blazegraph, etc.) and version:
+
+_Note that it is **required** to provide the setup and configuration information. If you believe to have detected a regression after updating your software please also provide information about your previous setup as well. **In any case only this information will enable us to allocate appropriate review time.** Thank you for you help._
+
+### Issue
+_Please describe the issue as best as you can and also fill in the following two sections if applicable._
+
+### Stack trace
+Produces a [stack trace](https://www.semantic-mediawiki.org/wiki/Help:Identifying_bugs) and/or outputs:
+
+```
+Placeholder for the stack trace or code!
+```
+
+### Steps to reproduce
+_It is recommend to use the [sandbox](https://sandbox.semantic-mediawiki.org) to demonstrate the observed issue, otherwise provide us with a simple reproducible use case._