diff options
author | Patrick Steinhardt <ps@pks.im> | 2018-05-30 10:52:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-30 10:52:51 +0200 |
commit | 771dfd1dd1c27a4693dfdfea521c07e72f456b29 (patch) | |
tree | ce5abdc03a22f31db676615cefe3f5f267a84113 | |
parent | 8a14846b66221516eab3c55ddfb5ee140e32dddc (diff) | |
parent | ec5d1880500d21e35e7522459eca74bb1727562e (diff) | |
download | libgit2-771dfd1dd1c27a4693dfdfea521c07e72f456b29.tar.gz |
Merge pull request #4627 from libgit2/ethomson/template
github: update issue template
-rw-r--r-- | .github/ISSUE_TEMPLATE | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE index 1e432aeef..717f8b934 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE @@ -1,7 +1,12 @@ -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! +You are opening a _bug report_ against the libgit2 project: we use +GitHub Issues for tracking bug reports and feature requests. If you +have a question about an API or usage, please ask on StackOverflow: +http://stackoverflow.com/questions/tagged/libgit2. If you want to +have high-level discussions about the libgit2 project itself, visit +https://github.com/libgit2/discussions. + +Otherwise, to report a bug, please fill out the reproduction steps +(below) and delete these introductory paragraphs. Thanks! ### Reproduction steps |