diff options
author | 2023-08-21 15:26:49 +0200 | |
---|---|---|
committer | 2023-08-21 15:27:49 +0200 | |
commit | fb02040b39b5be5125c1ed2e0f14b92479ba3fdb (patch) | |
tree | 4fbb25382c42cb08e62ab0ca9d1e6b5f968a63c7 /.github | |
parent | f99f0a3644108579566b8eacf47edf653870b1d2 (diff) | |
download | iced-fb02040b39b5be5125c1ed2e0f14b92479ba3fdb.tar.gz iced-fb02040b39b5be5125c1ed2e0f14b92479ba3fdb.tar.bz2 iced-fb02040b39b5be5125c1ed2e0f14b92479ba3fdb.zip |
Clarify the `CONTRIBUTING` guidelines a bit
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c4e22460..84668d7b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,3 @@ -The core team is busy and does not have time to mentor nor babysit new contributors. If a member of the core team thinks that reviewing and understanding your work will take more time and effort than writing it from scratch by themselves, your contribution will be dismissed. It is your responsibility to communicate and figure out how to help us! +The core team is busy and does not have time to mentor nor babysit new contributors. If a member of the core team thinks that reviewing and understanding your work will take more time and effort than writing it from scratch by themselves, your contribution will be dismissed. It is your responsibility to communicate and figure out how to reduce the likelihood of this! Read the contributing guide for more details: https://github.com/iced-rs/iced/blob/master/CONTRIBUTING.md |