Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default Labels #1

Open
nathanrice opened this issue Jul 12, 2019 · 2 comments
Open

Default Labels #1

nathanrice opened this issue Jul 12, 2019 · 2 comments

Comments

@nathanrice
Copy link
Collaborator

We need a common list of default labels all our repositories will use for project management.

Let's use this issue to discuss what labels are right for us.

@nickcernis
Copy link
Contributor

nickcernis commented Jul 15, 2019

For reference, these are the labels we currently have in SP repos (pulled from the command line using jq):

Atomic Blocks

curl https://api.github.com/repos/studiopress/atomic-blocks/labels | jq -r ".[] | .name" | sed 's/.*/- &/'

  • bug
  • chore
  • coding standards
  • dependencies
  • duplicate
  • enhancement
  • good first issue
  • has pr
  • help wanted
  • invalid
  • question
  • wontfix

Genesis

curl https://api.github.com/repos/studiopress/genesis/labels -u username:access-token https://api.github.com/username | jq -r ".[] | .name" | sed 's/.*/- &/' (with both instances of username replaced by your GitHub username and access-token generated from your personal access tokens page).

  • Focus: Gutenberg
  • Focus: Onboarding
  • Focus: accessibility
  • Status: Awaiting Feedback
  • Status: Confirmed
  • Status: Duplicate
  • Status: Has PR
  • Status: Invalid
  • Status: Investigation
  • Status: Maybe Later
  • Status: Needs Docs
  • Status: Needs Inline Docs
  • Status: Needs KB Docs
  • Status: Needs PR
  • Status: Needs Refresh
  • Status: Needs Testing
  • Status: Needs Tests
  • Status: Review Ready
  • Status: Wontfix
  • Type: Bug
  • Type: Chore
  • Type: Code Standards
  • Type: Documentation
  • Type: Enhancement
  • Type: External
  • Type: Maintenance
  • Type: Question

Genesis Sample

curl https://api.github.com/repos/studiopress/atomic-blocks/labels | jq -r ".[] | .name" | sed 's/.*/- &/'

  • Gutenberg
  • beta
  • bug
  • confirmed
  • dependencies
  • duplicate
  • enhancement
  • further info needed
  • good first issue
  • has-pr
  • help wanted
  • invalid
  • needs Genesis change
  • needs dev
  • needs discussion
  • needs docs
  • needs investigation
  • needs review
  • needs styling
  • needs testing
  • question
  • task
  • third party
  • wontfix

It looks like we could add this label to the Genesis repo, and then those might work for all repos:

  • Status: Needs Third Party (issue is awaiting upstream changes)

We could also drop the Focus labels from Genesis as they are repo-specific and don't cover all possible focus areas anyway.

We may also want to look at any standards from other WPE engineering teams.

@nickcernis
Copy link
Contributor

A “Good First Issue” label might be a nice addition for the Genesis labels.

I wanted to tag this issue with that label today but we don't seem to have anything similar.

https://github.com/studiopress/genesis/issues/2403

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants