Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment