aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMichalis Spyrou <michalis.spyrou@arm.com>2018-01-23 13:01:32 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:43:42 +0000
commit9efceafe007cddb52c8555f6fe847c81e7ad0cba (patch)
tree669f063450d4724bcf2b8ec3f9529ffacbbe4b9a /.github
parent989f1b58fa10cea67d1003ea9556e3debe33b7d6 (diff)
downloadComputeLibrary-9efceafe007cddb52c8555f6fe847c81e7ad0cba.tar.gz
COMPMID-765 - Add issue_template for github
When someone creates a new issue on github, he/she will see this standarized template. This is a way for users to provide some usefull information that they sometimes forget. Change-Id: I090733e621d1f9c8059f88298981279b4d304ac3 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/117098 Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Tested-by: Jenkins <bsgcomp@arm.com>
Diffstat (limited to '.github')
-rw-r--r--.github/issue_template.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md
new file mode 100644
index 0000000000..4eaef77117
--- /dev/null
+++ b/.github/issue_template.md
@@ -0,0 +1,18 @@
+<!--
+Please fill the fields below in order to help us diagnose the issue. If you have a
+general question or a problem with the scripts, you can ignore these fields.
+-->
+
+**Output of 'strings libarm_compute.so | grep arm_compute_version':**
+
+**Platform:**
+
+**Operating System:**
+
+
+<!--
+Please describe the issue (error, expected behaviour etc) and steps to reproduce it. If possible,
+share the shortest code necessary that reproduces the issue.
+-->
+
+**Problem description:**