Skip to content

Commit f73e948

Browse files
Merge pull request #319 from JiyaGupta-cs/PR_Template
Fix: pull_request_template
2 parents 274b6ed + 81d367f commit f73e948

File tree

1 file changed

+32
-10
lines changed

1 file changed

+32
-10
lines changed

.github/pull_request_template.md

Lines changed: 32 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,39 @@
1-
**Description**
1+
## Pull Request Title
22

3-
This PR fixes #
3+
<!-- Provide a concise, meaningful title that summarizes the change. -->
44

5-
<!--
6-
Thank you for contributing to Robyn!
5+
## Description
76

8-
Contributing Conventions:
7+
<!-- Describe the changes made in this pull request in detail. Include any context, background, or reasons for the changes. -->
98

10-
1. Include descriptive PR titles.
11-
2. Build and test your changes before submitting a PR.
9+
## Related Issues
1210

13-
Pre-Commit Instructions:
11+
<!-- List any related issues or pull requests here by referencing the issue number. Use the format: Fixes #123 or Closes #456. -->
1412

15-
Please ensure that you have run the [pre-commit hooks](https://github.com/sansyrox/robyn#%EF%B8%8F-to-develop-locally) on your PR.
13+
## Changes Made
14+
15+
- **Feature 1**: Description of feature 1 changes.
16+
- **Feature 2**: Description of feature 2 changes.
17+
- **Bugfix**: Description of any bug fixes.
18+
19+
## How to Test
20+
21+
<!-- Provide step-by-step instructions on how to test this change. Include any setup or configuration required. -->
22+
23+
24+
## Screenshots (if applicable)
25+
26+
<!-- If the pull request involves visual changes, include before and after screenshots to illustrate the change. -->
27+
28+
## Checklist
29+
30+
- [ ] I have verified that all tests pass.
31+
- [ ] I have added or updated documentation (if applicable).
32+
- [ ] I have added or updated relevant tests (if applicable).
33+
- [ ] I have ensured that this PR adheres to the coding standards of this project.
34+
- [ ] I have ensured that this PR does not introduce any breaking changes.
35+
36+
## Additional Notes
37+
38+
<!-- Add any additional information or context about the pull request here. -->
1639

17-
-->

0 commit comments

Comments
 (0)