https://github.com/minecake147e/label-templates
Having many Label templates for convinience.
https://github.com/minecake147e/label-templates
github github-labels label labels template
Last synced: 2 months ago
JSON representation
Having many Label templates for convinience.
- Host: GitHub
- URL: https://github.com/minecake147e/label-templates
- Owner: MineCake147E
- License: apache-2.0
- Created: 2019-07-01T10:43:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-01T12:09:09.000Z (almost 6 years ago)
- Last Synced: 2025-01-23T07:25:22.223Z (4 months ago)
- Topics: github, github-labels, label, labels, template
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cake's Label Templates
Many Issue/PullRequest Label templates for convinience.## Labels
The labels are classified into the types below:
+ Kind
+ Status
+ Priority
+ Tag### Kind labels
+ Kind: Bug
+ Represents that something isn't working.
+ Use it to describe about some unexpected behaviours that occurs logically in the representation code.
+ Use `Kind: Glitch` to describe about some unexpected behaviours that occurs visually / acoustically in the representation code.
+ Kind: Glitch
+ Represents that something isn't working properly.
+ Use it to describe about some unexpected behaviours that occurs visually / acoustically in the representation code.
+ Use `Kind: Bug` instead to describe about some unexpected behaviours that occurs logically in the representation code.
+ Kind: Vulnerability
+ Represents that something isn't secure.
+ Use it to describe about some insecure behaviours.
+ Arbitrary code execution
+ Buffer overrun
+ Cross site scripting
+ SQL injection
+ etc...
+ Kind: Enhancement
+ Represents some request of improvements for existing features.
+ Use it to describe about some improvement.
+ Use `Kind: Feature Request` instead for requesting new features.
+ Kind: Feature Request
+ Represents some request of new features.
+ Use it to describe about some new features.
+ Kind: Documentation
+ Represents something about documents.
+ Use it to describe about some document improvements.
+ Kind: Question
+ Represents some questions.
+ Use it to ask about something not clear.