pull_request_template.md: remove again

It was just super annoying and bad

Closes #17212
This commit is contained in:
Daniel Stenberg 2025-04-28 17:07:13 +02:00
parent 69ce9a7feb
commit b4c8d19c6a
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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.