diff options
author | 2023-08-21 15:24:41 +0200 | |
---|---|---|
committer | 2023-08-21 15:27:49 +0200 | |
commit | f99f0a3644108579566b8eacf47edf653870b1d2 (patch) | |
tree | 9724870c962424925ac8dc6382be5e18481f2e6c /.github | |
parent | c31a63c1cc7191507beca451bcb391656a13e974 (diff) | |
download | iced-f99f0a3644108579566b8eacf47edf653870b1d2.tar.gz iced-f99f0a3644108579566b8eacf47edf653870b1d2.tar.bz2 iced-f99f0a3644108579566b8eacf47edf653870b1d2.zip |
Create `PULL_REQUEST_TEMPLATE`
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..c4e22460 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +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! + +Read the contributing guide for more details: https://github.com/iced-rs/iced/blob/master/CONTRIBUTING.md |