Clean up our github issue templates

* Don't use HTML comments, as they are noisy, which makes the templates more
  intimidating.

* Use "TODO" to clearly demarcate everywhere the issue reporter should fill in
  some information.

* Use headers and white space abundantly, which makes it easier to visually
  process the template and its sections at a glance, and less of an intimidating
  wall of text.

Fixes #2661
This commit is contained in:
Nick Fitzgerald
2021-02-19 09:44:19 -08:00
parent aed6de32d4
commit 25a9c73901
3 changed files with 74 additions and 29 deletions

View File

@@ -7,13 +7,37 @@ assignees: ''
---
Thanks for opening a bug report! Please answer the questions below
if they're relevant and delete this text before submitting.
Thanks for filing an issue! Please fill out the TODOs below.
- What are the steps to reproduce the issue? Can you include a CLIF test case,
ideally reduced with the `bugpoint` clif-util command?
- What do you expect to happen? What does actually happen? Does it panic, and
if so, with which assertion?
- Which Cranelift version / commit hash / branch are you using?
- If relevant, can you include some extra information about your environment?
(Rust version, operating system, architecture...)
### `.clif` Test Case
```
TODO: paste .clif test case here. Ideally, a test case that has been reduced via
the `clif-util bugpoint` command.
```
### Steps to Reproduce
* TODO: First, ...
* TODO: Then, ...
* Etc...
### Expected Results
TODO: What do you expect to happen?
### Actual Results
TODO: What actually happens? Panic? Segfault? Incorrect result?
### Versions and Environment
Cranelift version or commit: TODO
Operating system: TODO
Architecture: TODO
### Extra Info
Anything else you'd like to add?