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
24
.github/CONTRIBUTING.md
vendored
24
.github/CONTRIBUTING.md
vendored
@ -82,6 +82,11 @@ Below is a guideline for the maintainers and anyone else who is interested
|
||||
in what the various labels mean.
|
||||
|
||||
### Type
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
Every issue should be assigned one of these.
|
||||
|
||||
- **enhancement**: A feature request
|
||||
@ -90,6 +95,13 @@ Every issue should be assigned one of these.
|
||||
- **question**: A question about how to use Marko
|
||||
|
||||
### Scope
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
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`
|
||||
@ -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.
|
||||
|
||||
### Difficulty
|
||||

|
||||

|
||||
|
||||
Indicates a very large or very small issue. Not required.
|
||||
|
||||
- **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
|
||||
|
||||
### Status
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
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.*
|
||||
@ -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.*
|
||||
- **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.*
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user