some issue label tweaks and updates from having gone through all 'needslabels'
This commit is contained in:
parent
42d2f657fe
commit
f364a5864a
1 changed files with 15 additions and 13 deletions
|
@ -122,10 +122,6 @@ For now, here are the various labels and their purpose:
|
||||||
|
|
||||||
### Meta
|
### Meta
|
||||||
|
|
||||||
- needslabels: Temporary label to help me work through labelling all current
|
|
||||||
open issues and PR.
|
|
||||||
See [#335](https://github.com/trentm/node-bunyan/issues/335)
|
|
||||||
where I'm working through this.
|
|
||||||
- needstriage: Temporary label to help me do a single triage pass through all
|
- needstriage: Temporary label to help me do a single triage pass through all
|
||||||
current open issues and PRs.
|
current open issues and PRs.
|
||||||
See [#335](https://github.com/trentm/node-bunyan/issues/335)
|
See [#335](https://github.com/trentm/node-bunyan/issues/335)
|
||||||
|
@ -135,21 +131,27 @@ For now, here are the various labels and their purpose:
|
||||||
|
|
||||||
Color: green
|
Color: green
|
||||||
|
|
||||||
- Type-Question
|
- Type-Question: Asking a question on Bunyan usage, about the project, etc.
|
||||||
- Type-Bug
|
Sometimes if it is unclear if an issue is an intended feature (perhaps
|
||||||
- Type-Feature
|
arguing for better docs or examples to avoid confusion) or a bug, I will
|
||||||
- Type-Doc
|
use this category.
|
||||||
- Type-Task
|
- Type-Bug: A bug in Bunyan's behaviour.
|
||||||
|
- Type-Feature: A new feature or other improvement.
|
||||||
|
- Type-Doc: Issues with Bunyan's documentation.
|
||||||
|
- Type-Task: A project task to be done.
|
||||||
|
|
||||||
### Component
|
### Component
|
||||||
|
|
||||||
Color: blue
|
Color: blue
|
||||||
|
|
||||||
|
- Component-Project: Project meta stuff like testing, linting, build, install,
|
||||||
|
etc.
|
||||||
- Component-CLI: The `bunyan` command-line tool.
|
- Component-CLI: The `bunyan` command-line tool.
|
||||||
- Component-Rotation: The bunyan library's log rotation support.
|
- Component-Lib: catch-all for other library stuff
|
||||||
- Component-Browser: Bunyan's handling/support for running in the browser.
|
- Component-LibRotation: The bunyan library's log rotation support.
|
||||||
- Component-Library: catch-all for other library stuff
|
- Component-LibBrowser: Bunyan's handling/support for running in the browser.
|
||||||
- Component-Project: Project meta stuff like testing, linting, etc.
|
- Component-LibFlush: A separate component for collecting the tickets related
|
||||||
|
to closing/flushing bunyan streams on process shutdown.
|
||||||
|
|
||||||
The point of components is to find like issues to help with reference, search
|
The point of components is to find like issues to help with reference, search
|
||||||
and resolving them. If no component fits an issue/PR, then don't add a label.
|
and resolving them. If no component fits an issue/PR, then don't add a label.
|
||||||
|
|
Loading…
Reference in a new issue