tunnckoCore / x-dotfiles

Maintained, latest as of Q4 2018. Much updates compared to the `arckos` repo.
MIT License
1 stars 0 forks source link

Standard Open Source Labels #4

Open tunnckoCore opened 5 years ago

tunnckoCore commented 5 years ago

Name, color, description.

Thanks to:

labels:
  - name: duplicate
    color: #a3a3a3
    description: This issue or pull request topic/problem already exists

  - name: good first issue
    color: #1d76db
    description: Good for newcomers and first-time contributors.

  - name: Priority: Critical
    color: #ee0701
    description: This should be dealt with ASAP. Not fixing this issue would be a serious error.

  - name: Priority: High
    color: #d93f0b
    description: After critical issues are fixed, these should be dealt with before any further issues.

  - name: Priority: Medium
    color: #fbca04
    description: This issue may be useful, and needs some attention.

  - name: Priority: Low
    color: #0e8a16
    description: This issue can probably be picked up by anyone looking to contribute to the project, as an entry fix.

  - name: Status: Available
    color: #c2e0c6
    description: No one has claimed responsibility for resolving this issue. Generally this will be applied to bugs and enhancement issues, but may be applied to others.

  - name: Status: Accepted
    color: #78cc35
    description: It's clear what the subject of the issue is about, and what the resolution should be.

  - name: Status: Blocked
    color: #d73a4a
    description: There is another issue that needs to be resolved first, or a specific person is required to comment or reply to progress. There may also be some external blocker.

  - name: Status: Abandoned
    color: #000000
    description: It's believed that this issue is no longer important to the requestor and no one else has shown an interest in it.

  - name: Status: In Progress
    color: #cccccc
    description: This issue is being worked on, and has someone assigned.

  - name: Status: On Hold
    color: #e99695
    description: Similar to blocked, but is assigned to someone. May also be assigned to someone because of their experience, but it's recognised they are unable to process the issue at this time.

  - name: Status: Completed
    color: #adff60
    description: Issue with steps to reproduce the bug that’s been verified by at least one reviewer.

  - name: Status: Review Needed
    color: #fbca04
    description: The issue has a PR attached to it which needs to be reviewed. Should receive review by others in the community, and at least one member / comitter. Specifics on when merging PRs is allowed is still up for debate.

  - name: Status: Revision Needed
    color: #006b75
    description: At least two people have seen issues in the PR that makes them uneasy. Submitter of PR needs to revise the PR related to the issue.

  - name: Type: Bug
    color: #ee0701
    description: Inconsistencies or issues which will cause an issue or problem for users or implementors.

  - name: Type: Maintenance
    color: #fbca04
    description: Updating phrasing or wording to make things clearer or removing ambiguity, without changing the functionality.

  - name: Type: Enhancement
    color: #d4c5f9
    description: Most issues will probably ask for additions or changes. It's expected that this type of issue will result in a Pull Request.

  - name: Type: Question
    color: #cc317c
    description: A query or seeking clarification on parts of the spec. Probably doesn't need the attention of everyone, just a few to help bring clarification or explain intent.

  - name: Type: Documentation
    color: #5319e7
    description: An Issue or Pull Request for improving or updating documentation.

  - name: Status: Proposal
    color: #d4c5f9