summaryrefslogtreecommitdiffstats
path: root/doc/process/accepting-pull-request.md
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-02-18 09:25:10 -0500
committerChristopher Speller <crspeller@gmail.com>2016-02-18 09:25:10 -0500
commita7fae6e62fbddc5565b10995f0eaeaca0af6c818 (patch)
treed34a4bfbf53e52d48cefbd699fbcac1e8032c879 /doc/process/accepting-pull-request.md
parent8b9ff64881aae5694f616612f994991b2a3d7c59 (diff)
downloadchat-a7fae6e62fbddc5565b10995f0eaeaca0af6c818.tar.gz
chat-a7fae6e62fbddc5565b10995f0eaeaca0af6c818.tar.bz2
chat-a7fae6e62fbddc5565b10995f0eaeaca0af6c818.zip
Moving tests to /tests and removing /doc folder. Docs are now in seperate repository
Diffstat (limited to 'doc/process/accepting-pull-request.md')
-rw-r--r--doc/process/accepting-pull-request.md28
1 files changed, 0 insertions, 28 deletions
diff --git a/doc/process/accepting-pull-request.md b/doc/process/accepting-pull-request.md
deleted file mode 100644
index f2bbb3f05..000000000
--- a/doc/process/accepting-pull-request.md
+++ /dev/null
@@ -1,28 +0,0 @@
-# Accepting Pull Requests (APRs)
-
-Per the [Contributor Guide](https://github.com/mattermost/platform/blob/master/CONTRIBUTING.md), only PRs that reference Jira tickets with the "accepting pull requests" label should be submitted to this repo. This system ensures:
-
-1. Proposed changes have been thoughtfully reviewed
-2. Proposed changes can be tested, documented, and supported by volunteers
-3. The change meets the [fast, obvious, forgiving](http://www.mattermost.org/design-principles/) design principle for the project.
-4. The change [aligns to the stated purpose of the project](http://www.mattermost.org/vision/#mattermost-teams-v1)
-
-Key contributors and core team members are responsible opening Jira tickets that meet the above requirements, which are then reviewed in triage meetings.
-
-When opening Jira tickets for accepting-pull-requests, please:
-
-1. Use titles that clearly describe the needed change and its value
-2. Include (Proposed APR) in title, so triage team knows to add the APR tag if appropriate
-3. Provide unambiguous description so that feature can be tested by any volunteer
-4. Link back to community discussions related to this change
-5. Apply "accepting-pull-requests", and optionally as "good-first-contribution".
-6. Post link back to community channels
-
-Example of post back to the community:
-
-```
-Thanks @[USERNAME],
-
-I created a ticket [for accepting pull requests on this issue](http://link). It will be reviewed in the triage meeting for addition to [the Accepting Pull Requests issues list](https://mattermost.atlassian.net/browse/PLT-797?filter=10101). [Code Contribution Guidelines](https://github.com/mattermost/platform/blob/master/CONTRIBUTING.md) are available for anyone interested in contributing to this project.
-```
-