From 5f571f17b8a5c37fef3bc6edf7666a629b0c2e10 Mon Sep 17 00:00:00 2001 From: Charlotte Spencer Date: Sat, 18 Feb 2017 23:24:34 +0000 Subject: [PATCH 1/2] docs(contributing): document 'refactor' label --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 78cf083..b445f5a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -179,6 +179,7 @@ Label | Apply When | Notes `help wanted` | Applied by [Committers](#join-the-project-team) to issues and PRs that they would like to get outside help for. Generally, this means it's lower priority for the maintainer team to itself implement, but that the community is encouraged to pick up if they so desire | Never applied on first-pass labeling. `in-progress` | Applied by [Committers](#join-the-project-team) to PRs that are pending some work before they're ready for review. | The original PR submitter should @mention the team member that applied the label once the PR is complete. `performance` | This issue or PR is directly related to improving performance. | +`refactor` | Added to issues or PRs that deal with cleaning up or modifying the project for the betterment of it. | `starter` | Applied by [Committers](#join-the-project-team) to issues that they consider good introductions to the project for people who have not contributed before. These are not necessarily "easy", but rather focused around how much context is necessary in order to understand what needs to be done for this project in particular. | Existing project members are expected to stay away from these unless they increase in priority. `support` | This issue is either asking a question about how to use the project, clarifying the reason for unexpected behavior, or possibly reporting a `bug` but does not have enough detail yet to determine whether it would count as such. | The label should be switched to `bug` if reliable reproduction steps are provided. Issues primarily with unintended configurations of a user's environment are not considered bugs, even if they cause crashes. `tests` | This issue or PR either requests or adds primarily tests to the project. | If a PR is pending tests, that will be handled through the [PR review process](#review-pull-requests) From 50412f57eb12956a7d3e72ec1c9c64da78fdf790 Mon Sep 17 00:00:00 2001 From: Charlotte Spencer Date: Sat, 18 Feb 2017 23:32:02 +0000 Subject: [PATCH 2/2] docs(contributing): fix spelling mistake --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b445f5a..ef676be 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ The [Project Team](#join-the-project-team) looks forward to your contributions.~ * Make Something πŸ€“πŸ‘©πŸ½β€πŸ’»πŸ“œπŸ³ * [Project Setup](#project-setup) * [Contribute Documentation](#contribute-documentation) - * [Contibute Code](#contribute-code) + * [Contribute Code](#contribute-code) * Manage Something βœ…πŸ™†πŸΌπŸ’ƒπŸ‘” * [Provide Support on Issues](#provide-support-on-issues) * [Label Issues](#label-issues)