summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <carlosmn@github.com>2016-11-15 11:02:30 +0100
committerGitHub <noreply@github.com>2016-11-15 11:02:30 +0100
commitf5ea9d4a5fca10089e79cf6149364f5013304192 (patch)
treeb1f669fcb8885df02f230b131c8549663dbe7018
parent7ebf099d79f11b36315bab57e67a5fbfa0398052 (diff)
parent8c984fea02578da9a8f0ed2fb5d45d5a243f0eab (diff)
downloadlibgit2-f5ea9d4a5fca10089e79cf6149364f5013304192.tar.gz
Merge pull request #3962 from libgit2/ethomson/issue_template
Introduce a GitHub Issue Template
-rw-r--r--.github/ISSUE_TEMPLATE14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE
new file mode 100644
index 000000000..1e432aeef
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE
@@ -0,0 +1,14 @@
+You are opening a _bug report_ against the libgit2 project. If you have a
+question about an API or usage, please ask on StackOverflow:
+http://stackoverflow.com/questions/tagged/libgit2. Please fill out the
+reproduction steps (below) and delete this introductory paragraph. Thanks!
+
+### Reproduction steps
+
+### Expected behavior
+
+### Actual behavior
+
+### Version of libgit2 (release number or SHA1)
+
+### Operating system(s) tested