https://github.com/mustafaabobakr/github-labels
๐ท A list of GitHub labels for reuse across projects
https://github.com/mustafaabobakr/github-labels
github github-issues github-labels labels
Last synced: 10 months ago
JSON representation
๐ท A list of GitHub labels for reuse across projects
- Host: GitHub
- URL: https://github.com/mustafaabobakr/github-labels
- Owner: mustafaabobakr
- Created: 2023-12-21T10:20:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-25T15:12:52.000Z (over 1 year ago)
- Last Synced: 2025-01-14T06:08:06.871Z (12 months ago)
- Topics: github, github-issues, github-labels, labels
- Homepage:
- Size: 471 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GitHub Labels
Make your GitHub README stand out with a collection of technology badges.
## Common Badges



```markdown

```
```markdown

```
```markdown

```



```markdown

```
```markdown

```
```markdown

```
## FrontEnd Badges





```markdown

```
```markdown

```
```markdown

```
```markdown

```
```markdown

```






```markdown

```
```markdown

```
```markdown

```
```markdown

```
```markdown

```
```markdown

```




```markdown

```
```markdown

```
```markdown

```
```markdown

```



```markdown

```
```markdown

```
```markdown

```
## Backend Badges








```markdown

```
```markdown

```
```markdown

```
```markdown

```
```markdown

```
```markdown

```
```markdown

```
```markdown

```
## Mobile Badges






```markdown

```
```markdown

```
```markdown

```
```markdown

```
```markdown

```
```markdown

```
## Testing and CI/CD Badges





```markdown

```
```markdown

```
```markdown

```
```markdown

```
```markdown

```
## Tools Badges







```markdown

```
```markdown

```
```markdown

```
```markdown

```
```markdown

```
```markdown

```
```markdown

```
## [Table of Contents](#table-of-contents)
- [Shared Labels](#shared-labels)
- [Frontend Labels](#frontend-labels)
- Backend Labels (coming soon)
## [Shared Labels](#shared-labels)
Label
Description
Color
Preview
```
Bug ๐
```
```
Something isn't working
```
```
#d73a4a
```
```
fix ๐ ๏ธ
```
```
bug fixes
```
```
#0E8A16
```
```
DON'T Merge โ
```
```
there is a better approach
```
```
#B60205
```
```
assets ๐ฆ
```
```
assets related changes
```
```
#FFE5CF
```
```
Refactor ๐ก
```
```
any Refactor related PRs
```
```
#FBCA04
```
```
workaround ๐ก
```
```
Temporary fix to avoid a known issue
```
```
#FBCA04
```
```
Validation ๐
```
```
any Validation related changes
```
```
#E480BB
```
```
documentation ๐
```
```
add/improve the documentation
```
```
#0075ca
```
```
Performance โก๏ธ
```
```
for Improving performance
or slow performance issues
```
```
#F2D6B8
```
```
Testing ๐งช
```
```
add remove update testing
```
```
#61E98A
```
```
Setup Tools ๐ ๏ธ
```
```
for Changes related to setup tools
```
```
#FBCA04
```
```
Release ๐
```
```
for Release related changes
```
```
#0E8A16
```
```
upgrade packages โฌ๏ธ
```
```
Upgrading dependencies.
```
```
#BFD4F2
```
```
HIGH Priority ๐ฉ
```
```
any critical BUG Issues
```
```
#B60205
```
```
New Behavior ๐
```
```
any change in component
or function Behavior
```
```
#006B75
```
```
New Feature โจ
```
```
Whenever a new Feature is created
```
```
#78500E
```
```
API changes ๐ก
```
```
any HTTP related change
```
```
#D93F0B
```
```
Auth ๐
```
```
any Authentication related changes
```
```
#ECD414
```
```
Error Handling ๐จ
```
```
any Error Handling related changes.
```
```
#FFD9E5
```
```
Static Data ๐พ
```
```
any static data change.
```
```
#eee
```
## [Frontend Labels](#frontend-labels)
[To top](#table-of-contents)
Label
Description
Color
Preview
```
UI ๐จ
```
```
UI related changes
```
```
#FBCA04
```
```
animation ๐ช
```
```
Animation related changes
```
```
#FFD9E5
```
```
Store ๐ฆ
```
```
any global state related changes
```
```
#5319e7
```
```
Types ๐
```
```
any Type related changes
```
```
#2b7489
```