1
0
mirror of https://github.com/ansible/mazer.git synced 2026-02-05 12:45:17 +01:00

Fix 'GALAXY CLI' ref in issue templ, file encodings

The Bug_report.md file had DOS new line chars in it,
so this also converts it to UNIX new line chars.
This commit is contained in:
Adrian Likins
2018-08-10 11:09:07 -04:00
parent ff4af54635
commit 90122ee9d1
2 changed files with 53 additions and 53 deletions

View File

@@ -1,52 +1,52 @@
---
name: 🐛 Bug Report
about: If something isn't working as expected 🤔.
---
<!---
Verify first that your issue/request is not already reported on GitHub.
-->
## Bug Report
##### GALAXY CLI VERSION
<!--- Paste, BELOW THIS COMMENT, verbatim output from "mazer version" between quotes below -->
```
```
##### CONFIGURATION
<!--- If using an ansible.cfg file, list the contents of that file here"
Otherwise, mention any settings you have changed/added/removed in ansible.cfg
(or using the ANSIBLE_* environment variables).-->
##### SUMMARY
<!--- Explain the problem briefly -->
##### STEPS TO REPRODUCE
<!--- For bugs, show exactly how to reproduce the problem, using a minimal test-case.
For new features, show how the feature would be used. -->
<!--- Paste example commands between quotes below -->
```bash
```
<!-- If using a requirements.yml file, paste the contents of that file between the quotes below --->
```yml
```
<!--- You can also paste gist.github.com links for larger files -->
##### EXPECTED RESULTS
<!--- What did you expect to happen when running the steps above? -->
##### ACTUAL RESULTS
<!--- What actually happened? If possible run with extra verbosity (-vvvv) -->
<!--- Paste verbatim command output between quotes below -->
```
```
---
name: 🐛 Bug Report
about: If something isn't working as expected 🤔.
---
<!---
Verify first that your issue/request is not already reported on GitHub.
-->
## Bug Report
##### MAZER VERSION
<!--- Paste, BELOW THIS COMMENT, verbatim output from "mazer version" between quotes below -->
```
```
##### CONFIGURATION
<!--- If using an ansible.cfg file, list the contents of that file here"
Otherwise, mention any settings you have changed/added/removed in ansible.cfg
(or using the ANSIBLE_* environment variables).-->
##### SUMMARY
<!--- Explain the problem briefly -->
##### STEPS TO REPRODUCE
<!--- For bugs, show exactly how to reproduce the problem, using a minimal test-case.
For new features, show how the feature would be used. -->
<!--- Paste example commands between quotes below -->
```bash
```
<!-- If using a requirements.yml file, paste the contents of that file between the quotes below --->
```yml
```
<!--- You can also paste gist.github.com links for larger files -->
##### EXPECTED RESULTS
<!--- What did you expect to happen when running the steps above? -->
##### ACTUAL RESULTS
<!--- What actually happened? If possible run with extra verbosity (-vvvv) -->
<!--- Paste verbatim command output between quotes below -->
```
```

View File

@@ -12,7 +12,7 @@ the change does.-->
- Docs Pull Request
##### GALAXY CLI VERSION
##### MAZER VERSION
<!--- Paste verbatim output from "mazer version" between quotes below -->
```