summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJason Blais <jason@spinpunch.com>2017-05-03 08:37:18 -0400
committerJoram Wilander <jwawilander@gmail.com>2017-05-03 08:37:18 -0400
commitb53335614fdf67549e81e9b443b61b1ccdcfcf25 (patch)
treedb4a3a60404759326b25db7b600e16eb309a5816 /CONTRIBUTING.md
parent042052aec61b8c51751cb3aeb27c6c21ecf16416 (diff)
downloadchat-b53335614fdf67549e81e9b443b61b1ccdcfcf25.tar.gz
chat-b53335614fdf67549e81e9b443b61b1ccdcfcf25.tar.bz2
chat-b53335614fdf67549e81e9b443b61b1ccdcfcf25.zip
Update CONTRIBUTING.md for "Major Change" label (#6309)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 43be7ce79..b9430acfe 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -15,6 +15,7 @@ After a PR is submitted, a core committer applies labels and notifies product ma
Then, one or more of the labels is applied:
- `Awaiting PR`: Applied if the PR is awaiting another to be merged. For example, when a client PR is awaiting a server PR to be merged first. Once the PR is no longer blocked, the core committer removes the `Awaiting PR` label
- `1: PM Review`: Applied if the PR has UI changes or functionality that PMs can test on test servers called "spinmints"
+ - `Major Change`: Applied if the PR is a major feature or affects large areas of the code base, e.g. [moving channel store and actions to Redux](https://github.com/mattermost/platform/pull/6235)
- `Setup Test Server`: Applied if the PR is queued for PM testing
- `Work in Progress`: Applied if the PR is unfinished and needs further work before it's ready for review