From: Daniel Stenberg Date: Mon, 28 Apr 2025 08:28:55 +0000 (+0200) Subject: pull_request_template.md: provide basic instructions X-Git-Tag: curl-8_14_0~192 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e008f71f435a39875d86885a96b2eb8968a60fd4;p=thirdparty%2Fcurl.git pull_request_template.md: provide basic instructions This should appear on GitHub for pull-requests and asks users to submit their PRs as draft to begin with, to help us know when PRs are ready. Closes #17205 --- diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000000..31ab3b9407 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,9 @@ +Welcome to curl, thanks for contributing! + +1. Please submit your PR in *draft mode* and mark it *ready* once the CI jobs + are green, you are happy with the PR and want a review and merge. +2. Expect a few problems in your first submission that need fixing. +3. When your PR is ready for merge, mark it ready and ask for a review. +4. If your PR takes a while to complete, be prepared to rebase and force-push + it along the way to fix conflicts with things that are merged into master + while your PR is developed.