Skip to content

Commit afef95f

Browse files
authored
docs(contributing): highlight the importance of following the PR template (#3471)
1 parent 24dcdb8 commit afef95f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ The following sources can give you an idea of whether your request is likely to
4343
8. Prior to opening a Pull Request, ensure the build is fully working by locally running `npm run all` (build, check and
4444
test everything).
4545

46-
9. Open a [GitHub Pull Request](./docs/contributors/pull-request.md#open-a-pull-request) with your patches. (**1** pull request = **1** feature or bug)
46+
9. Open a [GitHub Pull Request](./docs/contributors/pull-request.md#open-a-pull-request) with your patches. (**1** pull request = **1** feature or bug).
47+
Always follow and fill the [Pull Request template](./.github/pull_request_template.md). It is generally proposed to you when you open a Pull Request.
48+
Not following this template may result in a delay in processing your Pull Request as we may need to ask you for more information prior to reviewing your contribution.
4749
We will review your contribution and respond as quickly as possible. Keep in mind that this is an open source project, and it may take us some time to get back to you. Your patience is very much appreciated.
4850

4951
10. If this is your 1st Pull Request, sign the [Contributor License Agreement](./docs/contributors/pull-request.md#sign-the-contributor-license-agreement).

0 commit comments

Comments
 (0)