Skip to content
Snippets Groups Projects
Unverified Commit b71484dc authored by Brent Huisman's avatar Brent Huisman Committed by GitHub
Browse files

Fix yaml, now all templates should show up (#1416)

* Correct some malformed YAML.
parent 779702b7
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,8 @@ name: Bug report ...@@ -3,7 +3,8 @@ name: Bug report
about: Create a report to help us improve. If you need help setting up your simulation about: Create a report to help us improve. If you need help setting up your simulation
with Arbor, please start a new topic in Discussions. with Arbor, please start a new topic in Discussions.
title: '' title: ''
labels: 'bug' labels:
- 'bug'
assignees: '' assignees: ''
--- ---
......
...@@ -2,7 +2,9 @@ ...@@ -2,7 +2,9 @@
name: Arbor Enhancement Proposal name: Arbor Enhancement Proposal
about: 'An outline and rationale for a new feature or major change to Arbor. ' about: 'An outline and rationale for a new feature or major change to Arbor. '
title: 'AEP: [PROPOSAL]' title: 'AEP: [PROPOSAL]'
labels: 'AEP', 'enhancement' labels:
- 'AEP'
- 'enhancement'
assignees: '' assignees: ''
--- ---
...@@ -2,7 +2,9 @@ ...@@ -2,7 +2,9 @@
name: Feature request name: Feature request
about: 'Suggest an idea for Arbor. Add a clear and concise description of what the problem is and what you want to happen instead. ' about: 'Suggest an idea for Arbor. Add a clear and concise description of what the problem is and what you want to happen instead. '
title: '' title: ''
labels: 'enhancement', 'help wanted' labels:
- 'enhancement'
- 'help wanted'
assignees: '' assignees: ''
--- ---
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment