🧹 chore: cleanup & update all parts of project

This commit is contained in:
Inter 2024-05-14 18:23:48 +01:00
parent 7d71c4bb97
commit 3718e7d3b1
15 changed files with 226 additions and 181 deletions

View file

@ -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 |
|---------|---------------|
| [![GitHub](https://img.shields.io/badge/GitHub-%23121011.svg?logo=github&logoColor=white)](#) | `[![GitHub](https://img.shields.io/badge/GitHub-%23121011.svg?logo=github&logoColor=white)](#)` |

View file

@ -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:

View 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. !-->