You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,9 @@ The following sources can give you an idea of whether your request is likely to
43
43
8. Prior to opening a Pull Request, ensure the build is fully working by locally running `npm run all` (build, check and
44
44
test everything).
45
45
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.
47
49
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.
48
50
49
51
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