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:
104
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
104
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
@@ -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 -->
|
||||
```
|
||||
|
||||
```
|
||||
|
||||
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -12,7 +12,7 @@ the change does.-->
|
||||
- Docs Pull Request
|
||||
|
||||
|
||||
##### GALAXY CLI VERSION
|
||||
##### MAZER VERSION
|
||||
<!--- Paste verbatim output from "mazer version" between quotes below -->
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user