Skip to content

Commit dbf0785

Browse files
authored
Update issue templates
1 parent e7bc64f commit dbf0785

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.github/ISSUE_TEMPLATE/new-installer-script-request.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,20 @@ assignees: agentmilindu
77

88
---
99

10-
# About the tool
10+
## About the tool
1111
<!--- The better you describe it, the more the community would love to see an installer script for it in this repo -->
1212

13-
# How the "cURL and bash" command be
13+
## How the "cURL & bash" command be
1414
<!--- eg: `curl https://installer.to/dunner | bash` -->
15-
`curl https://installer.to/anytoolname | bash`
15+
```
16+
curl https://installer.to/anytoolname | bash
17+
```
18+
## Checklist
19+
- [ ] I checked the Issues list and I'm sure I'm not duplicating an existing request
20+
- [ ] I checked the Pull Request list and I'm sure I'm not proposing for a tool that is about to get added
21+
22+
----
23+
24+
I request the community to consider my proposal and cast your votes by commenting,
25+
* `+1` if you like to see an installer script for this tool in this repo
26+
* `-1` if you do not like to see an installer script for this tool in this repo

0 commit comments

Comments
 (0)