aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJulien Coolen2020-07-20 11:42:28 +0200
committerJulien Coolen2020-08-04 17:20:53 +0200
commit046cf2c0c8bb2b5186066f927b98c387709e9acc (patch)
treecf69070b6f4740db4f1a58ef1daaf0c17127d109 /.github
parent2793c3cdfd096355270ea02123a7f8fbf64c8076 (diff)
Mention coqbot minimize feature in issue template.
This allows coqbot to reply back with a minimized version of some code reproducing a bug, using the coq-bug-minimizer program from Jason Gross. See https://github.com/JasonGross/coq-tools#coq-bug-minimizer.
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index aec6cd0a21..c564105c9c 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -3,7 +3,9 @@
#### Description of the problem
<!-- If you can, it's helpful to provide self-contained example of some code
-that reproduces the bug. If not, a link to a larger example is also helpful. -->
+that reproduces the bug. If not, a link to a larger example is also helpful.
+You can generate a shorter version of your program by following these
+instructions: https://github.com/coq/coq/wiki/Coqbot-minimize-feature. -->
#### Coq Version