This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
forked from badges/shields
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from meetcircle/rebase
Rebase
- Loading branch information
Showing
1,634 changed files
with
88,988 additions
and
63,405 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ shields.env | |
.git/ | ||
.gitignore | ||
.vscode/ | ||
fly.toml | ||
|
||
# Improve layer cacheability. | ||
Dockerfile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,6 @@ | |
/build | ||
/coverage | ||
/__snapshots__ | ||
/public | ||
gh-badges/node_modules/ | ||
public | ||
badge-maker/node_modules/ | ||
!.github/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
name: '🐛 Bug Report' | ||
description: Report errors and problems | ||
labels: [question] | ||
body: | ||
- type: dropdown | ||
id: product | ||
attributes: | ||
label: Are you experiencing an issue with... | ||
options: | ||
- shields.io | ||
- My own instance of shields | ||
- badge-maker NPM package | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: '🐞 Description' | ||
description: A clear and concise description of the problem. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: link | ||
attributes: | ||
label: '🔗 Link to the badge' | ||
description: If you are reporting a problem with a specific badge on shields.io, provide a link to a badge demonstrating the error | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: possible-solution | ||
attributes: | ||
label: '💡 Possible Solution' | ||
description: 'Optional: only if you have suggestions on a fix/reason for the bug' | ||
validations: | ||
required: false | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
## :heart: Love Shields? | ||
Please consider donating $10 to sustain our activities: [https://opencollective.com/shields](https://opencollective.com/shields) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
name: '💡 Badge Request' | ||
description: Ideas for new badges | ||
labels: ['service-badge'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: > | ||
## Ideas for new badges | ||
This issue template is for suggesting new badges which | ||
**fetch and display data from an upstream service**. | ||
If your suggestion is for a static badge | ||
(which shows the same information every time it is requested), it is | ||
[already possible to make these](https://shields.io/docs/static-badges). | ||
We don't add specific routes for badges which only show static information. | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: '📋 Description' | ||
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/badges/static-badge ) | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: data | ||
attributes: | ||
label: '🔗 Data' | ||
description: | | ||
Where can we get the data from? | ||
Please consider and cover details like: | ||
- Is there a public API? | ||
- Does the API require authentication or an API key? | ||
If so, please review our documentation on [Badges Requiring Authentication](https://github.com/badges/shields/blob/master/doc/authentication.md) | ||
- Link to the API documentation. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: motivation | ||
attributes: | ||
label: '🎤 Motivation' | ||
description: | | ||
Please explain why this feature should be implemented and how it would be used. | ||
- What is the specific use case? | ||
validations: | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
## :heart: Love Shields? | ||
Please consider donating $10 to sustain our activities: [https://opencollective.com/shields](https://opencollective.com/shields) |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.