File tree Expand file tree Collapse file tree 1 file changed +32
-10
lines changed Expand file tree Collapse file tree 1 file changed +32
-10
lines changed Original file line number Diff line number Diff line change 1
- ** Description **
1
+ ## Pull Request Title
2
2
3
- This PR fixes #
3
+ <!-- Provide a concise, meaningful title that summarizes the change. -->
4
4
5
- <!--
6
- Thank you for contributing to Robyn!
5
+ ## Description
7
6
8
- Contributing Conventions:
7
+ <!-- Describe the changes made in this pull request in detail. Include any context, background, or reasons for the changes. -->
9
8
10
- 1. Include descriptive PR titles.
11
- 2. Build and test your changes before submitting a PR.
9
+ ## Related Issues
12
10
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. -->
14
12
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. -->
16
39
17
- -->
You can’t perform that action at this time.
0 commit comments