Skip to content

Commit 79713e6

Browse files
committed
docs: Updating contributing documentation
1 parent f49027a commit 79713e6

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CONTRIBUTING.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,27 @@ can build and all tests pass, as well as follow the current coding guidelines.
6969
When submitting a pull request, please use our [pull request
7070
template](.github/PULL_REQUEST_TEMPLATE.md).
7171

72+
**How to use the pull request template**
73+
74+
Proposed Changes:
75+
Check the item in the list that corresponds to the type of change you're making. This should align with your conventional commit message.
76+
77+
Description:
78+
Add a quick description of your changes.
79+
80+
Impact on version:
81+
Please check the impact of your changes on the version. This should align with the changes made to the changelog file.
82+
83+
PR Checklist:
84+
This list is a reminder of things that are often forgotten when making a pull request. Put an `x` in all the boxes that apply to your changes.
85+
Don't forget to fill the Contextual section below it.
86+
87+
Other information:
88+
Add any other information that is relevant to your pull request.
89+
90+
Internal Issue:
91+
If your pull request is related to an internal issue, please add the issue number here.
92+
7293
Pull requests should all be done to the **main** branch.
7394

7495
---

0 commit comments

Comments
 (0)