mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Add label images
This commit is contained in:
parent
3ed2ac00dc
commit
2468f9172c
26
.github/CONTRIBUTING.md
vendored
26
.github/CONTRIBUTING.md
vendored
@ -82,14 +82,26 @@ Below is a guideline for the maintainers and anyone else who is interested
|
|||||||
in what the various labels mean.
|
in what the various labels mean.
|
||||||
|
|
||||||
### Type
|
### Type
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
Every issue should be assigned one of these.
|
Every issue should be assigned one of these.
|
||||||
|
|
||||||
- **enhancement**: A feature request
|
- **enhancement**: A feature request
|
||||||
- **bug**: A bug report
|
- **bug**: A bug report
|
||||||
- **docs**: An issue about documentation
|
- **docs**: An issue about documentation
|
||||||
- **question**: A question about how to use Marko
|
- **question**: A question about how to use Marko
|
||||||
|
|
||||||
### Scope
|
### Scope
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
What part of the Marko stack does this issue apply to? In most cases there should only be one of these.
|
What part of the Marko stack does this issue apply to? In most cases there should only be one of these.
|
||||||
|
|
||||||
- **parser**: Relates to `htmljs-parser`
|
- **parser**: Relates to `htmljs-parser`
|
||||||
@ -100,12 +112,23 @@ What part of the Marko stack does this issue apply to? In most cases there shoul
|
|||||||
- **tools**: Relates to editor plugins, commandline tools, etc.
|
- **tools**: Relates to editor plugins, commandline tools, etc.
|
||||||
|
|
||||||
### Difficulty
|
### Difficulty
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
Indicates a very large or very small issue. Not required.
|
Indicates a very large or very small issue. Not required.
|
||||||
|
|
||||||
- **bite-sized**: An issue that would be great for new contributors to tackle
|
- **bite-sized**: An issue that would be great for new contributors to tackle
|
||||||
- **epic**: A large change that will take some time and likely have sub-issues
|
- **epic**: A large change that will take some time and likely have sub-issues
|
||||||
|
|
||||||
### Status
|
### Status
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
In many cases, additional *actions* should be taken when applying one of these.
|
In many cases, additional *actions* should be taken when applying one of these.
|
||||||
|
|
||||||
- **resolved**: The question was answered, the bug was fixed, or the feature was implemented. *Close the issue.*
|
- **resolved**: The question was answered, the bug was fixed, or the feature was implemented. *Close the issue.*
|
||||||
@ -115,4 +138,3 @@ In many cases, additional *actions* should be taken when applying one of these.
|
|||||||
- **duplicate**: Someone has already posted the same or a very similar issue. *Reference the original issue and close this issue.*
|
- **duplicate**: Someone has already posted the same or a very similar issue. *Reference the original issue and close this issue.*
|
||||||
- **wontfix**: This is not a bug, but intended behavior, or this feature will not be implemented. *Close the issue.*
|
- **wontfix**: This is not a bug, but intended behavior, or this feature will not be implemented. *Close the issue.*
|
||||||
- **needs-clarifying**: More information is needed to reproduce the bug. *Ask for more information. If no reply is received within a week, the issue should be closed.*
|
- **needs-clarifying**: More information is needed to reproduce the bug. *Ask for more information. If no reply is received within a week, the issue should be closed.*
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user