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: docs/git/pull-request-guidelines.md
+32-45Lines changed: 32 additions & 45 deletions
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,8 @@ id: pull-request-guidelines
3
3
title: Pull Request Guidelines
4
4
---
5
5
6
-
7
6
# Generic Pull Request Guidelines
8
7
9
-
10
8
## Consider the following points while submitting and reviewing a pull request.
11
9
12
10
**1. Small and focused changes:** Break down the code into small and manageable units.
@@ -24,12 +22,8 @@ title: Pull Request Guidelines
24
22
25
23
**7. Follow PR standard practices:** Use clear and descriptive titles. Provide detailed description of the changes and include screenshots and documentations.
**1. Performance and Scalability:** Consider the performance implications of the code changes. Assess whether the code might introduce bottlenecks or negatively impact system performance. Ensure that scalability concerns are addressed if applicable.
45
40
46
-
**2. Feature breakdown:** Make sure the features and PR are broken into meaningful chunks during sprint planning.
41
+
**2. Feature Breakdown:** Make sure the features and PR are broken into meaningful chunks during sprint planning.
47
42
48
43
**3. Architecture and Design:** Check if the code changes align with the overall system architecture and design. Ensure that the proposed changes fit into the existing structure and don't introduce architectural conflicts.
49
44
50
-
**4. Repository maintainer:** Ultimately, the team lead may need to make a decision on whether to approve, request changes, or reject the PR. This decision should be based on the code's quality, alignment with project goals, and any necessary improvements.
51
-
52
-
53
-
## Things to keep in mind
45
+
**4. Ownership:** Ultimately, the code owner or a team lead may need to make a decision on whether to approve, request changes, or reject the PR. This decision should be based on the code's quality, alignment with project goals, and any necessary improvements.
0 commit comments