Update templates ()

This commit is contained in:
Andrew Henry 2021-05-28 14:55:36 -07:00 committed by GitHub
parent 8274c23129
commit 04e85c176a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

@ -2,8 +2,8 @@
<!--- visit https://github.com/nasa/openmct/discussions -->
---
name: "\U0001F41B Report"
about: File a \U0001F41B !
name: Bug Report
about: File a Bug !
---
<!--- Focus on user impact in the title. Use the Summary Field to -->

@ -2,7 +2,7 @@
<!--- question, please visit https://github.com/nasa/openmct/discussions -->
---
name: "\U0001F680 Feature Request"
name: Feature Request
about: Suggest an idea for this project
---
@ -20,4 +20,4 @@ Please fill in as much of the template below as you're able.
<!--- Please describe the desired behavior. -->
**Describe alternatives you've considered**
<!--- Please describe alternative solutions or features you have considered. -->
<!--- Please describe alternative solutions or features you have considered. -->

@ -9,4 +9,4 @@
* [ ] Unit tests included and/or updated with changes?
* [ ] Command line build passes?
* [ ] Has this been smoke tested?
* [ ] If this requires special test setup (i.e. CouchDB configuration), please detail it within the PR
* [ ] Testing instructions included in associated issue?