From 79c9ce266c082fccbd5e6181bd48b804de067b2a Mon Sep 17 00:00:00 2001 From: ankit02327 Date: Wed, 27 Nov 2024 22:26:34 +0530 Subject: [PATCH] Update community guidelines link in first contribution guide --- CHANGELOG.txt | 1 + docs/contributing/first_contribution_guide.md | 4 ++-- docs/releases/6.4.md | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e0863af695..6cca39864c 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -46,6 +46,7 @@ Changelog * Docs: Update tutorial to reflect the move of the "Add child page" action to a top-level button in the header as a '+' icon (Clifford Gama) * Docs: Fix link to `HTTPMethod` in `Page.handle_options_request()` docs (Sage Abdullah) * Docs: Improve the Pages Theory page with added & more consistent section headings and admonitions to aid in readability (Clifford Gama) + * Docs: Fix non-functional link to the community guidelines in the Your first contribution page (Ankit Kumar) * Maintenance: Close open files when reading within utils/setup.py (Ataf Fazledin Ahamed) * Maintenance: Avoid redundant `ALLOWED_HOSTS` check in `Site.find_for_request` (Jake Howard) * Maintenance: Update `CloneController` to ensure that `added`/`cleared` events are not dispatched as cancelable (LB (Ben) Johnston) diff --git a/docs/contributing/first_contribution_guide.md b/docs/contributing/first_contribution_guide.md index 4b3f517a21..b03b966ef7 100644 --- a/docs/contributing/first_contribution_guide.md +++ b/docs/contributing/first_contribution_guide.md @@ -49,12 +49,12 @@ Below is a checklist. There are many like these you can copy for yourself as you Make an account on [Wagtail Slack](https://github.com/wagtail/wagtail/wiki/Slack) server, this is the way many of the community interact day to day. Introduce yourself on `#new-contributors` and join some of the other channels, remember to keep your intro short and be nice to others. After this, join [GitHub](https://github.com/) and set up your profile. It's really helpful to the community if your name can be added to your profiles in both communities and an image. It does not have to be your public name or a real image if you want to keep that private but please avoid it staying as the 'default avatar'. -You may also want to join StackOverflow and [follow the Wagtail tag](https://stackoverflow.com/questions/tagged/wagtail), this way you can upvote great answers to questions you have or maybe consider contributing answers yourself. +You may also want to join StackOverflow and [follow the Wagtail tag](https://stackoverflow.com/questions/tagged/wagtail), this way you can upvote great answers to questions you have or maybe consider contributing answers yourself. Before you dive in, take a moment to review the [community guidelines](https://github.com/wagtail/wagtail/blob/main/CODE_OF_CONDUCT.md) to get a grasp on the expectations for participation. #### Checklist ```markdown -- [ ] Read the [community guidelines](https://github.com/wagtail/wagtail/blob/main/CODE_OF_CONDUCT.md) +- [ ] Read the community guidelines - [ ] Join GitHub - [ ] Add your preferred name and image to your GitHub profile - [ ] Join Slack diff --git a/docs/releases/6.4.md b/docs/releases/6.4.md index 5bd0225b13..26159dfb2d 100644 --- a/docs/releases/6.4.md +++ b/docs/releases/6.4.md @@ -62,6 +62,7 @@ depth: 1 * Update tutorial to reflect the move of the "Add child page" action to a top-level button in the header as a '+' icon (Clifford Gama) * Fix link to `HTTPMethod` in `Page.handle_options_request()` docs (Sage Abdullah) * Improve [](pages_theory) with added & more consistent section headings and admonitions to aid in readability (Clifford Gama) + * Fix non-functional link to the community guidelines in the [Your first contribution](../contributing/first_contribution_guide.md) page (Ankit Kumar) ### Maintenance