mirror of
https://github.com/curl/curl.git
synced 2026-06-03 17:14:15 +03:00
pull_request_template.md: REUSE compliance
Plus move it to .github Closes #17208
This commit is contained in:
parent
e008f71f43
commit
1589898b4a
1 changed files with 5 additions and 0 deletions
14
.github/pull_request_template.md
vendored
Normal file
14
.github/pull_request_template.md
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<!--
|
||||
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue