mirror of
https://github.com/inttter/md-badges.git
synced 2026-05-06 10:26:57 +02:00
🧹 chore: cleanup & update all parts of project
This commit is contained in:
parent
7d71c4bb97
commit
3718e7d3b1
15 changed files with 226 additions and 181 deletions
5
.github/FUNDING.yml
vendored
5
.github/FUNDING.yml
vendored
|
|
@ -1,3 +1,2 @@
|
|||
ko_fi: intter
|
||||
custom: ["https://www.buymeacoffee.com/intter"]
|
||||
github: inttter
|
||||
ko_fi: intter
|
||||
github: inttter
|
||||
|
|
|
|||
25
.github/ISSUE_TEMPLATE/badge-request.md
vendored
25
.github/ISSUE_TEMPLATE/badge-request.md
vendored
|
|
@ -1,13 +1,26 @@
|
|||
---
|
||||
name: Badge Request
|
||||
about: Request a badge to add.
|
||||
title: 'Badge Request:'
|
||||
labels: 'badge request'
|
||||
assignees: 'inttter'
|
||||
about: Request a badge that you would like to see be added to the current badge list.
|
||||
title: '[Request]:'
|
||||
labels: '📛 badge request'
|
||||
---
|
||||
|
||||
Name:
|
||||
## Information
|
||||
|
||||
<!-- Replace [NAME] with the name of your badge. -->
|
||||
<!-- Replace [CATEGORY] with the category your badge goes into. -->
|
||||
|
||||
| Name | Category |
|
||||
|--------|------------|
|
||||
| [NAME] | [CATEGORY] |
|
||||
|
||||
Description:
|
||||
## Description
|
||||
|
||||
<!-- Short description of the badge goes here. !-->
|
||||
|
||||
## Preview
|
||||
|
||||
<!-- Replace both with your badge. -->
|
||||
| Preview | Markdown Code |
|
||||
|---------|---------------|
|
||||
| [](#) | `[](#)` |
|
||||
14
.github/ISSUE_TEMPLATE/issue-report.md
vendored
14
.github/ISSUE_TEMPLATE/issue-report.md
vendored
|
|
@ -1,14 +0,0 @@
|
|||
---
|
||||
name: Issue Report
|
||||
about: Report an inconsistency or bug.
|
||||
title: ''
|
||||
labels: 'bug'
|
||||
assignees: 'inttter'
|
||||
---
|
||||
<!-- Describe what the inconsistency/bug/etc was. !-->
|
||||
Description:
|
||||
|
||||
|
||||
|
||||
<!-- Leave anything else in this area. !-->
|
||||
Additional Context:
|
||||
18
.github/ISSUE_TEMPLATE/report-an-issue.md
vendored
Normal file
18
.github/ISSUE_TEMPLATE/report-an-issue.md
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
name: Report an issue
|
||||
about: Report something which is bugged or not right within the repository.
|
||||
title: '[Bug]:'
|
||||
labels: '🐛 bug'
|
||||
---
|
||||
|
||||
## Description
|
||||
|
||||
<!-- Enter a short description of what the problem is here. -->
|
||||
|
||||
## Example
|
||||
|
||||
<!-- Leave any code examples here. If this is not applicable for the issue, you can delete this section. -->
|
||||
|
||||
## Additional Context
|
||||
|
||||
<!-- Leave anything else, such as screenshots, in this area. If this is not applicable for this issue, you can delete this section. !-->
|
||||
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -1,4 +1,3 @@
|
|||
## Preview:
|
||||
|
||||
<!-- insert a preview of the badge here !-->
|
||||
<!-- make sure it is implemented in your PR !-->
|
||||
<!-- insert a preview of the badge here !-->
|
||||
Loading…
Add table
Add a link
Reference in a new issue