You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/01/18 11:03:56 UTC

[GitHub] [airflow] potiuk opened a new pull request #7202: [AIRFLOW-XXXX] Add mentoring information to contributing docs

potiuk opened a new pull request #7202: [AIRFLOW-XXXX] Add mentoring information to contributing docs
URL: https://github.com/apache/airflow/pull/7202
 
 
   ---
   Issue link: WILL BE INSERTED BY [boring-cyborg](https://github.com/kaxil/boring-cyborg)
   
   Make sure to mark the boxes below before creating PR: [x]
   
   - [x] Description above provides context of the change
   - [x] Commit message/PR title starts with `[AIRFLOW-NNNN]`. AIRFLOW-NNNN = JIRA ID<sup>*</sup>
   - [x] Unit tests coverage for changes (not needed for documentation changes)
   - [x] Commits follow "[How to write a good git commit message](http://chris.beams.io/posts/git-commit/)"
   - [x] Relevant documentation is updated including usage instructions.
   - [x] I will engage committers as explained in [Contribution Workflow Example](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#contribution-workflow-example).
   
   <sup>*</sup> For document-only changes commit message can start with `[AIRFLOW-XXXX]`.
   
   ---
   In case of fundamental code change, Airflow Improvement Proposal ([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvements+Proposals)) is needed.
   In case of a new dependency, check compliance with the [ASF 3rd Party License Policy](https://www.apache.org/legal/resolved.html#category-x).
   In case of backwards incompatible changes please leave a note in [UPDATING.md](https://github.com/apache/airflow/blob/master/UPDATING.md).
   Read the [Pull Request Guidelines](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#pull-request-guidelines) for more information.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] Fokko commented on a change in pull request #7202: [AIRFLOW-XXXX] Add mentoring information to contributing docs

Posted by GitBox <gi...@apache.org>.
Fokko commented on a change in pull request #7202: [AIRFLOW-XXXX] Add mentoring information to contributing docs
URL: https://github.com/apache/airflow/pull/7202#discussion_r368900963
 
 

 ##########
 File path: CONTRIBUTING.rst
 ##########
 @@ -23,6 +23,22 @@ Contributions
 Contributions are welcome and are greatly appreciated! Every little bit helps,
 and credit will always be given.
 
+Get Mentoring Support
+---------------------
+
+If you are new to the project, you might need some help in understanding how the dynamics
+of the community works and you might need to get some mentorship from other members of the
+community - mostly committers. Mentoring new members of the community is part of committers
+job so do not be afraid of asking committers to help you. You can do it
+via comments in your Pull Request, asking on a devlist or via Slack. For your convenience,
+we have a dedicated #newbie-questions Slack channel where you can ask any questions
+you want - it's a safe space where it is expected that people asking questions do not know
+a lot about Airflow (yet!).
+
+If you look for more structured mentoring experience, you can apply to Apache Software Foundation's
+`Official Mentoring Programme <http://community.apache.org/mentoringprogramme.html>`_. Feel free
 
 Review comment:
   Thanks Jarek!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] potiuk commented on a change in pull request #7202: [AIRFLOW-XXXX] Add mentoring information to contributing docs

Posted by GitBox <gi...@apache.org>.
potiuk commented on a change in pull request #7202: [AIRFLOW-XXXX] Add mentoring information to contributing docs
URL: https://github.com/apache/airflow/pull/7202#discussion_r368892117
 
 

 ##########
 File path: CONTRIBUTING.rst
 ##########
 @@ -23,6 +23,22 @@ Contributions
 Contributions are welcome and are greatly appreciated! Every little bit helps,
 and credit will always be given.
 
+Get Mentoring Support
+---------------------
+
+If you are new to the project, you might need some help in understanding how the dynamics
+of the community works and you might need to get some mentorship from other members of the
+community - mostly committers. Mentoring new members of the community is part of committers
+job so do not be afraid of asking committers to help you. You can do it
+via comments in your Pull Request, asking on a devlist or via Slack. For your convenience,
+we have a dedicated #newbie-questions Slack channel where you can ask any questions
+you want - it's a safe space where it is expected that people asking questions do not know
+a lot about Airflow (yet!).
+
+If you look for more structured mentoring experience, you can apply to Apache Software Foundation's
+`Official Mentoring Programme <http://community.apache.org/mentoringprogramme.html>`_. Feel free
 
 Review comment:
   Sure!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] efedotova commented on a change in pull request #7202: [AIRFLOW-XXXX] Add mentoring information to contributing docs

Posted by GitBox <gi...@apache.org>.
efedotova commented on a change in pull request #7202: [AIRFLOW-XXXX] Add mentoring information to contributing docs
URL: https://github.com/apache/airflow/pull/7202#discussion_r368231744
 
 

 ##########
 File path: CONTRIBUTING.rst
 ##########
 @@ -23,6 +23,22 @@ Contributions
 Contributions are welcome and are greatly appreciated! Every little bit helps,
 and credit will always be given.
 
+Mentoring
 
 Review comment:
   I would change it to 'Get Mentoring Support' since according to the doc structure all sub-topics should start with action verbs:)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] potiuk commented on a change in pull request #7202: [AIRFLOW-XXXX] Add mentoring information to contributing docs

Posted by GitBox <gi...@apache.org>.
potiuk commented on a change in pull request #7202: [AIRFLOW-XXXX] Add mentoring information to contributing docs
URL: https://github.com/apache/airflow/pull/7202#discussion_r368248691
 
 

 ##########
 File path: CONTRIBUTING.rst
 ##########
 @@ -23,6 +23,22 @@ Contributions
 Contributions are welcome and are greatly appreciated! Every little bit helps,
 and credit will always be given.
 
+Mentoring
 
 Review comment:
   Updated!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] Fokko commented on a change in pull request #7202: [AIRFLOW-XXXX] Add mentoring information to contributing docs

Posted by GitBox <gi...@apache.org>.
Fokko commented on a change in pull request #7202: [AIRFLOW-XXXX] Add mentoring information to contributing docs
URL: https://github.com/apache/airflow/pull/7202#discussion_r368871383
 
 

 ##########
 File path: CONTRIBUTING.rst
 ##########
 @@ -23,6 +23,22 @@ Contributions
 Contributions are welcome and are greatly appreciated! Every little bit helps,
 and credit will always be given.
 
+Get Mentoring Support
+---------------------
+
+If you are new to the project, you might need some help in understanding how the dynamics
+of the community works and you might need to get some mentorship from other members of the
+community - mostly committers. Mentoring new members of the community is part of committers
+job so do not be afraid of asking committers to help you. You can do it
+via comments in your Pull Request, asking on a devlist or via Slack. For your convenience,
+we have a dedicated #newbie-questions Slack channel where you can ask any questions
+you want - it's a safe space where it is expected that people asking questions do not know
+a lot about Airflow (yet!).
+
+If you look for more structured mentoring experience, you can apply to Apache Software Foundation's
+`Official Mentoring Programme <http://community.apache.org/mentoringprogramme.html>`_. Feel free
 
 Review comment:
   Can we make this https?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] potiuk merged pull request #7202: [AIRFLOW-XXXX] Add mentoring information to contributing docs

Posted by GitBox <gi...@apache.org>.
potiuk merged pull request #7202: [AIRFLOW-XXXX] Add mentoring information to contributing docs
URL: https://github.com/apache/airflow/pull/7202
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services