From bcaf759f55890bd645d45a2a2e16ebe201debd60 Mon Sep 17 00:00:00 2001 From: Dan Braghis Date: Wed, 23 Mar 2022 10:06:16 +0000 Subject: [PATCH] Updated New contributor FAQ (markdown) --- New-contributor-FAQ.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/New-contributor-FAQ.md b/New-contributor-FAQ.md index 54e0dfd..af3b787 100644 --- a/New-contributor-FAQ.md +++ b/New-contributor-FAQ.md @@ -1,3 +1,14 @@ ### Do I need to ask for permission to work on an issue? -No. However, check if there is an existing pull request (PR). If there is nothing, you can optionally add a comment mentioning that you're starting work on it. \ No newline at end of file +No. However, check if there is an existing pull request (PR). If there is nothing, you can optionally add a comment mentioning that you're starting work on it. + +### Where can I find more information about setting up? + +See the [Contributing](https://docs.wagtail.org/en/stable/contributing/index.html) section of the Wagtail documentation. + +### What should I include in my pull requests + +0. The fix or feature you are working on +1. Tests +2. Linted code (we make use of [pre-commit](https://pre-commit.com/). You can run all formatting with `make format`) +3. Updated documentation where relevant (e.g. when adding a new feature) \ No newline at end of file