aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2017-11-10 12:41:21 +0100
committerGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2017-11-13 21:17:01 +0100
commit44fb83edea50255a79d083378ad6ee6f98ef58bb (patch)
treefe806112c4ee240ac2cf6bb32cd5b49d45893e65 /.github
parent7e12c382483c4fcbc64456e141c314ff0c101527 (diff)
Move contributing files to .github/ sub-directory.
The overall goal is to reduce the number of files at the root of the repository.
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 000000000..c9cb516cd
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,18 @@
+<!-- Thank you for your contribution.
+ Please complete the following information when reporting a bug. -->
+
+#### Version
+
+<!-- You can get this information by running `coqtop -v`. -->
+
+
+#### Operating system
+
+
+#### Description of the problem
+
+<!-- It is helpful to provide enough information so that we can reproduce the bug.
+ In particular, please include a code example which produces it.
+ If the example is small, you can include it here between ``` ```.
+ Otherwise, please provide a link to a repository, a gist (https://gist.github.com)
+ or drag-and-drop a `.zip` archive. -->