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
+19-1
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ You have several templates available:
29
29
30
30
## Pull Requests
31
31
32
+
### Create a good PR in this project
32
33
Here are some recommendations for creating PRs in this project.
33
34
34
35
Creating a high-quality Pull Request (PR) helps maintainers review your contribution efficiently and ensures it aligns with the project's standards. Follow these steps to make your PR outstanding:
@@ -82,6 +83,23 @@ Before submitting your PR:
82
83
83
84
By following these steps, you'll create a high-quality PR that is easier to review and more likely to be accepted. Thank you for contributing!
84
85
86
+
### Additional Support
87
+
88
+
This project provides automatic comments in PRs when certain conditions are met. These comments include checklists to guide contributors through the required steps. Here are some examples:
89
+
90
+
**When a compliance check is added/modified**
91
+
92
+
The bot provides this checklist to ensure the updated compliance checks meet all project requirements.
93
+
94
+

95
+
96
+
**When a migration is added/modified**
97
+
98
+
This checklist ensures that contributors validate schema generation and rollback behavior while avoiding edits to existing migrations.
99
+
100
+

101
+
102
+
85
103
## Current Initiatives
86
104
87
105
Here you can find the best ways to make meaningful contributions to the project.
@@ -156,4 +174,4 @@ By making a contribution to this project, I certify that:
156
174
personal information I submit with it, including my sign-off) is
157
175
maintained indefinitely and may be redistributed consistent with
158
176
this project or the open source license(s) involved.
0 commit comments