Add multiple issue templates (#2128)
This commit is contained in:
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
@@ -1,2 +0,0 @@
|
||||
<!-- Love Shields? Please consider donating $10 to sustain our activities:
|
||||
👉 https://opencollective.com/shields -->
|
||||
25
.github/ISSUE_TEMPLATE/1_Bug_report.md
vendored
Normal file
25
.github/ISSUE_TEMPLATE/1_Bug_report.md
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
name: 🐛 Bug Report
|
||||
about: Report errors and problems
|
||||
|
||||
---
|
||||
|
||||
Are you experiencing this issue on shields.io or your own instance?
|
||||
- [ ] shields.io
|
||||
- [ ] My instance
|
||||
|
||||
:beetle: **Description**
|
||||
<!-- A clear and concise description of the problem. -->
|
||||
|
||||
:link: **Link to the badge**
|
||||
<!--
|
||||
If you are reporting a problem with a specific badge on shields.io,
|
||||
provide a link to a badge demonstrating the error
|
||||
-->
|
||||
|
||||
:bulb: **Possible Solution**
|
||||
<!--- Optional: only if you have suggestions on a fix/reason for the bug -->
|
||||
|
||||
|
||||
<!-- Love Shields? Please consider donating $10 to sustain our activities:
|
||||
👉 https://opencollective.com/shields -->
|
||||
28
.github/ISSUE_TEMPLATE/2_Badge_request.md
vendored
Normal file
28
.github/ISSUE_TEMPLATE/2_Badge_request.md
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
name: 💡 Badge Request
|
||||
about: Ideas for new badges
|
||||
|
||||
---
|
||||
|
||||
:clipboard: **Description**
|
||||
<!--
|
||||
A clear and concise description of the new badge.
|
||||
|
||||
- Which service is this badge for e.g: GitHub, Travis CI
|
||||
- What sort of information should this badge show?
|
||||
Provide an example in plain text e.g: "version | v1.01" or as a static badge
|
||||
(static badge generator can be found at https://shields.io)
|
||||
-->
|
||||
|
||||
:link: **Data**
|
||||
<!--
|
||||
Where can we get the data from?
|
||||
|
||||
- Is there a public API?
|
||||
- Does the API requires an API key?
|
||||
- Link to the API documentation.
|
||||
-->
|
||||
|
||||
|
||||
<!-- Love Shields? Please consider donating $10 to sustain our activities:
|
||||
👉 https://opencollective.com/shields -->
|
||||
12
.github/ISSUE_TEMPLATE/3_Feature_request.md
vendored
Normal file
12
.github/ISSUE_TEMPLATE/3_Feature_request.md
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
name: 💡 Feature Request
|
||||
about: Ideas for other new features or improvements
|
||||
|
||||
---
|
||||
|
||||
:clipboard: **Description**
|
||||
<!-- A clear and concise description of the new feature. -->
|
||||
|
||||
|
||||
<!-- Love Shields? Please consider donating $10 to sustain our activities:
|
||||
👉 https://opencollective.com/shields -->
|
||||
17
.github/ISSUE_TEMPLATE/4_Support_question.md
vendored
Normal file
17
.github/ISSUE_TEMPLATE/4_Support_question.md
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
name: ❓ Support Question
|
||||
about: Ask a question about shields.io
|
||||
|
||||
---
|
||||
|
||||
:question: **Question**
|
||||
<!--
|
||||
Ask your question clearly and concisely.
|
||||
|
||||
#support on our [Discord](https://discordapp.com/invite/HjJCwm5)
|
||||
is also a great place to ask questions and get help
|
||||
-->
|
||||
|
||||
|
||||
<!-- Love Shields? Please consider donating $10 to sustain our activities:
|
||||
👉 https://opencollective.com/shields -->
|
||||
@@ -66,7 +66,7 @@ the top post.
|
||||
If you have a suggestion of your own, [search the open issues][issues]. If you
|
||||
don't see it, feel free to [open a new issue][open an issue].
|
||||
|
||||
[open an issue]: https://github.com/badges/shields/issues/new
|
||||
[open an issue]: https://github.com/badges/shields/issues/new/choose
|
||||
|
||||
### Spreading the word
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ and learn about the [Github workflow](http://try.github.io/).
|
||||
(3) Open an Issue
|
||||
-----------------
|
||||
|
||||
Before you want to implement your service, you may want to [open an issue](https://github.com/badges/shields/issues/new) and describe what you have in mind:
|
||||
Before you want to implement your service, you may want to [open an issue](https://github.com/badges/shields/issues/new?template=2_Badge_request.md) and describe what you have in mind:
|
||||
- What is the badge for?
|
||||
- Which API do you want to use?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user