Skip to content

Commit 52d00ae

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 79db9ed commit 52d00ae

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

.github/pull_request_template.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
## 📝 Description of Changes
22

3-
Hello! 👋 Please provide a detailed description of what your pull request does.
3+
Hello! 👋 Please provide a detailed description of what your pull request does.
44
Explain the problem you’re solving, the motivation behind your changes, and any context that might help the maintainers understand your work.
55

66
For example:
7-
- What issue or bug does this PR address?
8-
- Why is this change important or helpful?
7+
- What issue or bug does this PR address?
8+
- Why is this change important or helpful?
99
- Are there any design decisions or trade-offs to note?
1010

1111
Fixes #(issue number) if applicable.
@@ -14,19 +14,19 @@ Fixes #(issue number) if applicable.
1414

1515
## 🌟 Motivation & Context
1616

17-
Give a little background to help reviewers understand your thought process.
18-
This is your chance to explain *why* you approached the problem the way you did.
17+
Give a little background to help reviewers understand your thought process.
18+
This is your chance to explain *why* you approached the problem the way you did.
1919

2020
For example:
21-
- Did you find a more efficient solution?
22-
- Are you adding new functionality that didn’t exist before?
21+
- Did you find a more efficient solution?
22+
- Are you adding new functionality that didn’t exist before?
2323
- Did you improve documentation, readability, or testing?
2424

2525
---
2626

2727
## 📸 Screenshots / Output (if applicable)
2828

29-
If your PR changes visuals, algorithm output, or logs, please add screenshots, gifs, or text samples here.
29+
If your PR changes visuals, algorithm output, or logs, please add screenshots, gifs, or text samples here.
3030
This makes it easier for maintainers to review and understand your work.
3131

3232
---
@@ -35,34 +35,34 @@ This makes it easier for maintainers to review and understand your work.
3535

3636
Please select one or more options that apply:
3737

38-
- [ ] 🐛 Bug fix – Non-breaking change that fixes an issue
39-
- [ ] ✨ New feature – Adds new functionality
40-
- [ ] ⚡ Enhancement / Refactor – Improves or optimizes existing code
41-
- [ ] 📝 Documentation update – Improves instructions, examples, or guides
38+
- [ ] 🐛 Bug fix – Non-breaking change that fixes an issue
39+
- [ ] ✨ New feature – Adds new functionality
40+
- [ ] ⚡ Enhancement / Refactor – Improves or optimizes existing code
41+
- [ ] 📝 Documentation update – Improves instructions, examples, or guides
4242

4343
---
4444

4545
## 📋 Checklist
4646

4747
Before submitting your PR, please check off the following:
4848

49-
- [ ] I have read and understood the [CONTRIBUTING.md](CONTRIBUTING.md) guide
50-
- [ ] This PR is my own work and not copied from elsewhere
51-
- [ ] My code follows the project’s coding style, naming conventions, and best practices
52-
- [ ] I have added or updated tests/doctests where necessary
53-
- [ ] All automated tests, linting, and formatting pass successfully
54-
- [ ] I have added links or references to relevant issues, documentation, or sources
55-
- [ ] I have provided screenshots, output, or examples if applicable
56-
- [ ] I have explained the motivation and context clearly above
49+
- [ ] I have read and understood the [CONTRIBUTING.md](CONTRIBUTING.md) guide
50+
- [ ] This PR is my own work and not copied from elsewhere
51+
- [ ] My code follows the project’s coding style, naming conventions, and best practices
52+
- [ ] I have added or updated tests/doctests where necessary
53+
- [ ] All automated tests, linting, and formatting pass successfully
54+
- [ ] I have added links or references to relevant issues, documentation, or sources
55+
- [ ] I have provided screenshots, output, or examples if applicable
56+
- [ ] I have explained the motivation and context clearly above
5757

5858
---
5959

6060
## 🔗 Related Issues / References
6161

62-
List any related issues, discussions, or external references here.
62+
List any related issues, discussions, or external references here.
6363
Use the GitHub closing keywords if your PR resolves issues automatically (e.g., `Fixes #123`).
6464

6565
---
6666

67-
💡 **Tip for contributors:**
67+
💡 **Tip for contributors:**
6868
Try to make your PR description as clear as possible. Imagine you’re explaining your changes to someone seeing the project for the first time — this helps maintainers review faster and increases the chances your PR will be merged smoothly.

0 commit comments

Comments
 (0)