diff options
| author | Maxime Dénès | 2017-11-15 09:11:34 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2017-11-15 09:11:34 +0100 |
| commit | 9fd0ccbc88e2aa33e846ac64a92a791f9cf8176c (patch) | |
| tree | 9da9f99b4d0fb4d47310ddb7258ebaab629d38b8 /.github | |
| parent | 0134ebc3eb6d8f4d6a45adf54f8c6dbf7c4edbca (diff) | |
| parent | 44fb83edea50255a79d083378ad6ee6f98ef58bb (diff) | |
Merge PR #6138: Clean up/less files at root
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE.md | 18 |
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..c9cb516cd3 --- /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. --> |
