Skip to content

Commit 5d7ed1d

Browse files
authored
Merge pull request #541 from Adez017/blogs
Refine pull request template for better guidance
2 parents bc5e23d + 719dbcb commit 5d7ed1d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/pull_request_template.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
## Description
22

3+
<!--
34
Provide a brief summary of the changes made to the website and the motivation behind them. Include any relevant issues or tickets.
45
This helps fast tracking your PR and merge it, Check the respective box below.
5-
6+
-->
67
Fixes # (issue)
78

89
## Type of Change
@@ -16,7 +17,9 @@ Fixes # (issue)
1617

1718
## Changes Made
1819

19-
- Describe the key changes (e.g., new sections, updated components, responsive fixes).
20+
<!--
21+
Describe the key changes (e.g., new sections, updated components, responsive fixes).
22+
-->
2023

2124
## Dependencies
2225

@@ -26,6 +29,7 @@ Fixes # (issue)
2629
## Checklist
2730

2831
- [ ] My code follows the style guidelines of this project.
29-
- [ ] I have tested my changes across major browsers/devices
30-
- [ ] My changes do not generate new console warnings or errors , I ran `npm run build` and attached scrrenshot in this PR.
32+
- [ ] I have tested my changes across major browsers and devices
33+
- [ ] My changes do not generate new console warnings or errors .
34+
- [ ] I ran `npm run build` and attached screenshot(s) in this PR.
3135
- [ ] This is already assigned Issue to me, not an unassigned issue.

0 commit comments

Comments
 (0)