diff options
| author | Tej Chajed | 2019-01-26 12:05:09 -0500 |
|---|---|---|
| committer | Tej Chajed | 2019-01-26 18:05:51 -0500 |
| commit | ade9ef8200fcd0b40cf7369d9119f9aded7f1d5c (patch) | |
| tree | 16aa2f664917008d649d069fb641a3384cddf361 | |
| parent | 4b006833d6f866a33024e674d300f74592d24622 (diff) | |
Simplify the GitHub issue template
| -rw-r--r-- | .github/ISSUE_TEMPLATE.md | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index c9cb516cd3..aec6cd0a21 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,18 +1,11 @@ -<!-- Thank you for your contribution. - Please complete the following information when reporting a bug. --> +<!-- Thank you for reporting a bug to Coq! --> -#### Version - -<!-- You can get this information by running `coqtop -v`. --> - - -#### Operating system +#### 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. --> -#### Description of the problem +#### Coq Version -<!-- 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. --> +<!-- You can get this information by running `coqtop -v`. If relevant, please +also include your operating system. --> |
