Compare commits

...

4 Commits

Author SHA1 Message Date
Nikhil
ecd9000212 Merge branch 'master' into akhenry-templates-update 2021-05-28 14:51:38 -07:00
Andrew Henry
99026ba859 Update PULL_REQUEST_TEMPLATE.md
Modified pull request template to include testing instructions in associated issue.
2021-05-28 14:48:48 -07:00
Andrew Henry
181f6301a0 Update feature_request.md
Removed unicode characters and quotes
2021-05-28 14:45:18 -07:00
Andrew Henry
4637ce3c3d Update bug_report.md
Remove unicode characters and quotes
2021-05-28 14:44:16 -07:00
3 changed files with 5 additions and 5 deletions

View File

@@ -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 -->

View File

@@ -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. -->

View File

@@ -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?