From 5583907b5b96b73819d836e937a5fd969fd19f59 Mon Sep 17 00:00:00 2001 From: it33 Date: Fri, 18 Sep 2015 05:55:02 -0700 Subject: Adding template for contributor list request --- doc/developer/code-contribution.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'doc/developer/code-contribution.md') diff --git a/doc/developer/code-contribution.md b/doc/developer/code-contribution.md index c796a82a5..e9b088beb 100644 --- a/doc/developer/code-contribution.md +++ b/doc/developer/code-contribution.md @@ -31,7 +31,12 @@ git checkout -b ## Submitting a Pull Request -1. Please add yourself to the contributor list prior to submitting by completing the [contributor license agreement](http://www.mattermost.org/mattermost-contributor-agreement/). +1. Please add yourself to the Mattermost [approved contributor list](https://docs.google.com/spreadsheets/d/1NTCeG-iL_VS9bFqtmHSfwETo5f-8MQ7oMDE5IUYJi_Y/pubhtml?gid=0&single=true) prior to submitting by completing the [contributor license agreement](http://www.mattermost.org/mattermost-contributor-agreement/). + + For pull requests made by contributors not yet added to the approved contributor list, a reviewer may respond: + + ```Thanks @[username] for the pull request! Before we can review, we need to add you to the list of [approved contributors](https://docs.google.com/spreadsheets/d/1NTCeG-iL_VS9bFqtmHSfwETo5f-8MQ7oMDE5IUYJi_Y/pubhtml?gid=0&single=true). Please help complete the Mattermost [contribution license agreement](http://www.mattermost.org/mattermost-contributor-agreement/), which is a standard procedure for many open source projects. More information is in the above link. Please let us know if you have any questions. We are very happy to have you join our growing community!``` + 2. When you submit your pull request please include the Ticket ID at the beginning of your pull request comment, followed by a colon. -- cgit v1.2.3-1-g7c22 From 86429c7bd5bc16e3e7c868650e350f6469efeea1 Mon Sep 17 00:00:00 2001 From: it33 Date: Sat, 19 Sep 2015 21:27:13 -0700 Subject: Adjusting CLA request template --- doc/developer/code-contribution.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'doc/developer/code-contribution.md') diff --git a/doc/developer/code-contribution.md b/doc/developer/code-contribution.md index e9b088beb..325a67546 100644 --- a/doc/developer/code-contribution.md +++ b/doc/developer/code-contribution.md @@ -35,7 +35,16 @@ git checkout -b For pull requests made by contributors not yet added to the approved contributor list, a reviewer may respond: - ```Thanks @[username] for the pull request! Before we can review, we need to add you to the list of [approved contributors](https://docs.google.com/spreadsheets/d/1NTCeG-iL_VS9bFqtmHSfwETo5f-8MQ7oMDE5IUYJi_Y/pubhtml?gid=0&single=true). Please help complete the Mattermost [contribution license agreement](http://www.mattermost.org/mattermost-contributor-agreement/), which is a standard procedure for many open source projects. More information is in the above link. Please let us know if you have any questions. We are very happy to have you join our growing community!``` + ``` + Thanks @[username] for the pull request! + + Before we can review, we need to add you to the list of [approved contributors](https://docs.google.com/spreadsheets/d/1NTCeG-iL_VS9bFqtmHSfwETo5f-8MQ7oMDE5IUYJi_Y/pubhtml?gid=0&single=true). + Please help complete the Mattermost [contribution license agreement](http://www.mattermost.org/mattermost-contributor-agreement/), which is a standard procedure for many open source projects. More information is in the above link. + + Please let us know if you have any questions. + + We are very happy to have you join our growing community! +``` 2. When you submit your pull request please include the Ticket ID at the beginning of your pull request comment, followed by a colon. -- cgit v1.2.3-1-g7c22 From aca720eb944618f08619b14ca8fcf7c257d29fab Mon Sep 17 00:00:00 2001 From: it33 Date: Sat, 19 Sep 2015 21:40:44 -0700 Subject: Adjust CLA request template --- doc/developer/code-contribution.md | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'doc/developer/code-contribution.md') diff --git a/doc/developer/code-contribution.md b/doc/developer/code-contribution.md index 325a67546..b0849cdb4 100644 --- a/doc/developer/code-contribution.md +++ b/doc/developer/code-contribution.md @@ -36,14 +36,19 @@ git checkout -b For pull requests made by contributors not yet added to the approved contributor list, a reviewer may respond: ``` - Thanks @[username] for the pull request! - - Before we can review, we need to add you to the list of [approved contributors](https://docs.google.com/spreadsheets/d/1NTCeG-iL_VS9bFqtmHSfwETo5f-8MQ7oMDE5IUYJi_Y/pubhtml?gid=0&single=true). - Please help complete the Mattermost [contribution license agreement](http://www.mattermost.org/mattermost-contributor-agreement/), which is a standard procedure for many open source projects. More information is in the above link. - - Please let us know if you have any questions. - - We are very happy to have you join our growing community! +Thanks @[GITHUB_USERNAME] for the pull request! + +Before we can review, we need to add you to the list of approved contributors for the Mattermost project. + +**Please help complete the Mattermost [contribution license agreement](http://www.mattermost.org/mattermost-contributor-agreement/)?** + +This is a standard procedure for many open source projects. You can view of list of past contributors who have completed the form [here](https://docs.google.com/spreadsheets/d/1NTCeG-iL_VS9bFqtmHSfwETo5f-8MQ7oMDE5IUYJi_Y/pubhtml?gid=0&single=true). + +After completing the form, it should be processed within 24 hours and reviewers for your pull request will be able to proceed. + +Please let us know if you have any questions. + +We are very happy to have you join our growing community! ``` -- cgit v1.2.3-1-g7c22 From 00f7fdbfc685378808c88d3dfcd341f785d9cd06 Mon Sep 17 00:00:00 2001 From: it33 Date: Mon, 21 Sep 2015 15:27:32 -0700 Subject: Correcting typo --- doc/developer/code-contribution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/developer/code-contribution.md') diff --git a/doc/developer/code-contribution.md b/doc/developer/code-contribution.md index b0849cdb4..708b324a0 100644 --- a/doc/developer/code-contribution.md +++ b/doc/developer/code-contribution.md @@ -42,7 +42,7 @@ Before we can review, we need to add you to the list of approved contributors fo **Please help complete the Mattermost [contribution license agreement](http://www.mattermost.org/mattermost-contributor-agreement/)?** -This is a standard procedure for many open source projects. You can view of list of past contributors who have completed the form [here](https://docs.google.com/spreadsheets/d/1NTCeG-iL_VS9bFqtmHSfwETo5f-8MQ7oMDE5IUYJi_Y/pubhtml?gid=0&single=true). +This is a standard procedure for many open source projects. You can view a list of past contributors who have completed the form [here](https://docs.google.com/spreadsheets/d/1NTCeG-iL_VS9bFqtmHSfwETo5f-8MQ7oMDE5IUYJi_Y/pubhtml?gid=0&single=true). After completing the form, it should be processed within 24 hours and reviewers for your pull request will be able to proceed. -- cgit v1.2.3-1-g7c22