diff options
author | 2023-08-21 15:29:22 +0200 | |
---|---|---|
committer | 2023-08-21 15:29:22 +0200 | |
commit | 7e5be8680b997aa10062617763c49f4497d95908 (patch) | |
tree | 6d075ec31b2db2bc4122145a997b3d1222b20475 /.github | |
parent | fb02040b39b5be5125c1ed2e0f14b92479ba3fdb (diff) | |
download | iced-7e5be8680b997aa10062617763c49f4497d95908.tar.gz iced-7e5be8680b997aa10062617763c49f4497d95908.tar.bz2 iced-7e5be8680b997aa10062617763c49f4497d95908.zip |
Replace `guide` with `guidelines` in `PULL_REQUEST_TEMPLATE`
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 84668d7b..224bb8f3 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 reduce the likelihood of this! -Read the contributing guide for more details: https://github.com/iced-rs/iced/blob/master/CONTRIBUTING.md +Read the contributing guidelines for more details: https://github.com/iced-rs/iced/blob/master/CONTRIBUTING.md |