Commit 1b27941a authored by Raymond Toy's avatar Raymond Toy
Browse files

Fix up headings for issue templates

The headings used to be `**foo**`, but it's better to use `## foo`.
The old headings would cause the following paragraph to be appended to
the heading.  Thus
```
## foo
Text
```
became
```
foo Text
```
with "foo" in bold.

With the new markup, this doesn't happen.
parent 9b1abca5
Loading
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
**Describe the bug**
## Describe the bug
A clear and concise description of what the bug is.

**To Reproduce**
## To Reproduce
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
## Expected behavior
A clear and concise description of what you expected to happen.

**Screenshots**
## Screenshots
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
## Desktop (please complete the following information):
 - OS: [e.g. Linux]
 - Version [e.g. 21c]

**Additional context**
## Additional context
Add any other context about the problem here.

/label ~bug
+3 −3
Original line number Diff line number Diff line
**Describe the feature**
## Describe the feature
Briefly describe the feature you would like see.

**Is there a prototype?**
## Is there a prototype?
If you have a prototype, provide links to illustrate this addition.  This is the best way to propose a new feature.

**Describe the feature in more detail**
## Describe the feature in more detail
Provide more information to describe the feature.

/label ~feature