Skip to content

Latest commit

 

History

History
146 lines (107 loc) · 4.51 KB

File metadata and controls

146 lines (107 loc) · 4.51 KB
id title
labels
Label Guide
<style> .label { font-size: 16px; font-weight: 600; line-height: 2; color: #ffffff; padding: 8px; border-radius: 3px; box-shadow: inset 0 -1px 0 rgba(27, 31, 35, 0.12); } .label.bug { background-color: #ee0701; } .label.bug-fix { background-color: #B4433B; } .label.help { background-color: #3F8729; } .label.question { background-color: #C65C8E; } .label.reply { background-color: #1F54C5; } .label.docs { color: #000; background-color: #5C97BE; } .label.enhancement { background-color: #1F54C5; } .label.first { background-color: #464EBA; } .label.v1 { background-color: #F3CB46; color: #000; } .label.fixed { background-color: #CEE3CE; color: #000; } .label.response { background-color: #C84B25; } .label.new { background-color: #3E872D; } .label.release { background-color: #6749E3; } .label.thoughts { background-color: #F3CB46; color: #000; } .label.types { background-color: #E1C2F5; color: #000; } .label.wip { background-color: #578ADA; } </style>

This page explains how we use labels throughout the repo to tag issues and pull requests. Knowing our label structure will help you to be able to triage issues easier and know how to contribute to open issues and pull requests.

Issues

Good First Issue

A well documented issue explaining the tasks needed to accomplish it, that should be suitable for a new contributor to the project

Bug

The problem reported has been tested and the effect replicated by a maintainer

Help Wanted

My code is broken and I don't know why. I need help!

Question

Seeking information that doesn't include code. e.g “can I use react navigation with react-native-elements?”

Awaiting Reply

Maintainer has replied to the user and there's been no response. After 2 weeks any issues with this label should be closed as inactive.

Fixed Next Released

Issue or feature has been implemented and will be apart of the next npm release


Pull Requests

Bug Fix

Fixes a bug reported in an issue

Needs Response From Author

Maintainer has left feedback on the pull request and it needs a response or a revision made from the author

RELEASE

Pull request for the next version to be released

WIP

Work In Progress. Author is still working on this PR and it shouldn't be merged or reviewed as yet


Both

Thoughts?

Requires discussion for decisions that are unsure

Docs

Issues or pull requests surrounding documentation

Enhancement

Suggests and implements improvements or additions to existing components

New Component

Suggests or implements a new component

Types

Issues and pull requests around typescript definitions

v1

Temporary tag associated with the release of version 1.0.0