|
1 | | -## Description |
| 1 | +<!-- markdownlint-disable MD041 --> |
| 2 | +#### What this PR does / why we need it |
2 | 3 |
|
3 | | -<!-- |
4 | | -Please do not leave this blank |
5 | | -This PR [adds/removes/fixes/replaces] the [feature/bug/etc]. |
| 4 | +#### Which issue(s) this PR fixes |
| 5 | +<!-- |
| 6 | +Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. |
6 | 7 | --> |
7 | | - |
8 | | -Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. |
9 | | - |
10 | | - |
11 | | -## What type of PR is this? (check all applicable) |
12 | | - |
13 | | -- [ ] 🍕 Feature |
14 | | -- [ ] 🐛 Bug Fix |
15 | | -- [ ] 📝 Documentation Update |
16 | | -- [ ] 🎨 Style |
17 | | -- [ ] 🧑💻 Code Refactor |
18 | | -- [ ] 🔥 Performance Improvements |
19 | | -- [ ] ✅ Test |
20 | | -- [ ] 🤖 Build |
21 | | -- [ ] 🔁 CI |
22 | | -- [ ] 📦 Chore (Release) |
23 | | -- [ ] ⏩ Revert |
24 | | - |
25 | | -## Related Tickets & Documents |
26 | | - |
27 | | -<!-- |
28 | | -Please use this format link issue numbers: Fixes #123 |
29 | | -https://docs.github.com/en/free-pro-team@latest/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword |
30 | | ---> |
31 | | -- Related Issue # (issue) |
32 | | -- Closes # (issue) |
33 | | -- Fixes # (issue) |
34 | | -> Remove if not applicable |
35 | | -
|
36 | | -## Screenshots |
37 | | - |
38 | | -<!-- Visual changes require screenshots --> |
39 | | - |
40 | | - |
41 | | -## Added tests? |
42 | | - |
43 | | -- [ ] 👍 yes |
44 | | -- [ ] 🙅 no, because they aren't needed |
45 | | -- [ ] 🙋 no, because I need help |
46 | | - |
47 | | -Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration |
48 | | - |
49 | | - |
50 | | -## Added to documentation? |
51 | | - |
52 | | -- [ ] 📜 README.md |
53 | | -- [ ] 🙅 no documentation needed |
54 | | - |
55 | | -## Checklist: |
56 | | - |
57 | | -- [ ] My code follows the style guidelines of this project |
58 | | -- [ ] I have performed a self-review of my code |
59 | | -- [ ] I have commented my code, particularly in hard-to-understand areas |
60 | | -- [ ] I have made corresponding changes to the documentation |
61 | | -- [ ] My changes generate no new warnings |
62 | | -- [ ] I have added tests that prove my fix is effective or that my feature works |
63 | | -- [ ] New and existing unit tests pass locally with my changes |
64 | | -- [ ] Any dependent changes have been merged and published in downstream modules |
0 commit comments