]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
pull_request_template.md: remove again
authorDaniel Stenberg <daniel@haxx.se>
Mon, 28 Apr 2025 15:07:13 +0000 (17:07 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 28 Apr 2025 15:15:51 +0000 (17:15 +0200)
It was just super annoying and bad

Closes #17212

.github/pull_request_template.md [deleted file]

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
deleted file mode 100644 (file)
index 8cc2ed7..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<!--
-Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
-
-SPDX-License-Identifier: curl
--->
-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.