bullet03 commented on a change in pull request #17136: URL: https://github.com/apache/beam/pull/17136#discussion_r833473591
########## File path: website/www/site/content/en/contribute/get-started-contributing.md ########## @@ -0,0 +1,383 @@ +--- +title: "Beam Contribution Guide" +type: "contribute" +layout: "arrow_template" +--- + +<!-- +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> + +# Contribution guide + +<a class="arrow-list-header" data-toggle="collapse" href="#collapseOverview" role="button" aria-expanded="false" aria-controls="collapseOverview"> + {{< figure src="/images/arrow-icon_list.svg">}} + +## Overview + +</a> + +<div class="collapse dont-collapse-sm" id="collapseOverview"> + +There are lots of opportunities to contribute. You can for example: + +- ask or answer questions on [[email protected]](/community/contact-us/) or + [stackoverflow](https://stackoverflow.com/questions/tagged/apache-beam) +- review proposed design ideas on [[email protected]](/community/contact-us/) Review comment: done -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
