Skip to content

Commit

Permalink
Create pull_request_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iht authored Jan 1, 2025
1 parent 446faf4 commit 4de25c1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Thanks for sending your first pull request. Please remove this text before submitting the pull request.

Make sure that:
* Read 📰
* You have read the [CONTRIBUTING.md]([url](https://github.com/GoogleCloudPlatform/dataflow-solution-guides/blob/main/CONTRIBUTING.md)) file.
* Run in the cloud ☁️
* You have run all your code in Google Cloud and it is working (even if it is not complete yet)
* Code style 🎩
* You have check the code style and quality commands given in the CONTRIBUTING.md file, and your code passess those checks.
* Using Python? 🔍
* If you are submitting a Python pipeline, it needs to have a `setup.py` file in the top level directory of your pipeline.
* Using Java? 🔍
* If you are submitting a Java pipeline, please use Gradle with `spotless` and `errorprone`. Use the `etl_integration_java` pipeline as an example (the `CONTRIBUTING.md` file has the details of the files you can copy to use as a template for your pipeline build).

Please remove all this text before sending your pull request.

Thanks for your contribution!

0 comments on commit 4de25c1

Please sign in to comment.