Hi Archit, The procedure is:
1. Fork the flink repo 2. Implement your change and push to your fork 3. Create a pull request from your fork 4. Wait for reviews You can refer to https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork for more details. [https://github.githubassets.com/images/modules/open_graph/github-logo.png]<https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork> Creating a pull request from a fork - GitHub Docs<https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork> You can create a pull request to propose changes you've made to a fork of an upstream repository. docs.github.com Best, Zhanghao Chen ________________________________ From: Archit Goyal <argo...@linkedin.com.INVALID> Sent: Wednesday, May 3, 2023 1:50 To: dev@flink.apache.org <dev@flink.apache.org> Subject: Permission issue : Flink Code Push Hi, I am new to the Flink community and am working on the FLINK-12869<https://issues.apache.org/jira/browse/FLINK-12869>. I have a PR to be uploaded but I am unable to do push. I get a 403 error: argoyal@argoyal flink % git push --set-upstream origin YarnAcl remote: Permission to apache/flink.git denied to architgyl. fatal: unable to access 'https://github.com/apache/flink.git/': The requested URL returned error: 403 Looks like it is a permission issue. Can someone please grant me access so that I can raise a PR. Thanks, Archit Goyal