Skip to content

Commit

Permalink
Update overview.md
Browse files Browse the repository at this point in the history
  • Loading branch information
it33 committed Dec 8, 2015
1 parent a686bcc commit a2f8c4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/process/overview.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Development Process Overview

This document describes the process through which feedback and design discussions flow into community systems, then into tickets, then into merge requests, then into monthly releases based on the purpose of the product.
This document describes the process through which feedback and design discussions flow into community systems, then into tickets, then into pull requests, then into monthly releases based on the purpose of the product.

## Purpose

Expand Down Expand Up @@ -44,7 +44,7 @@ Please consider using more mainstream processes for [filing feature ideas to be

### GitHub Pull Requests

A system for submitting merge requests for changes to Mattermost. See [Merge Requests](https://github.com/mattermost/platform/blob/master/doc/process/overview.md#merge-requests) section below.
A system for submitting pull requests for changes to Mattermost. See [Pull Requests](https://github.com/mattermost/platform/blob/master/doc/process/overview.md#merge-requests) section below.

### General Forum

Expand Down Expand Up @@ -80,7 +80,7 @@ Release planning sets the "Fix Version" of tickets to one of the upcoming monthl

Tickets to be completed in the upcoming two weeks are organized on Tuesdays, with input from developers, and finalized on Fridays.

## Merge Requests
## Pull Requests

### Core Team Weekly Rhythm

Expand All @@ -92,7 +92,7 @@ Key contributors might also pick up tickets, or through conversations with the c

### Community Contributions

Community members following the Contribution Guidelines might also submit pull requests.
Community members following the Contribution Guidelines might also submit pull requests. Pull requests should not disable existing functionality without a Jira ticket, which are opened [via the feature ideas process](http://www.mattermost.org/feature-requests/).

#### Bug Fixes

Expand Down

0 comments on commit a2f8c4c

Please sign in to comment.