|
| 1 | +> [!IMPORTANT] |
| 2 | +> Thanks for your effort and interest 💛 in improving the project. It's very appreciated. |
| 3 | +
|
| 4 | +## Description |
| 5 | + |
| 6 | +<!-- Describe the purpose and main changes of this Pull Request (PR), including the problem it solves or the improvement it brings. --> |
| 7 | + |
| 8 | +#### 🔗 Linked GitHub Issues |
| 9 | + |
| 10 | +<!-- In case this addresses a GitHub issue, please link it here. --> |
| 11 | + |
| 12 | +Closes #\<number> |
| 13 | + |
| 14 | +#### 📋 What is the current behavior? |
| 15 | + |
| 16 | +<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. --> |
| 17 | + |
| 18 | +#### 🚀 What is the new behavior? |
| 19 | + |
| 20 | +<!-- Please describe the behavior or changes that are being added by this PR. --> |
| 21 | + |
| 22 | +<br> |
| 23 | + |
| 24 | +## Type of changes |
| 25 | + |
| 26 | +- [ ] 🪲 Bugfix (change which fixes an issue) |
| 27 | +- [ ] ⭐ New Feature (change which adds functionality) |
| 28 | +- [ ] 🔒 Security fix (change which improves security) |
| 29 | +- [ ] 🔮 Code style update (formatting, renaming) |
| 30 | +- [ ] 🔨 Refactoring (code optimization without functional change) |
| 31 | +- [ ] 📚 Documentation (updates to README or docs) |
| 32 | +- [ ] ⚙️ Build or CI related changes |
| 33 | +- [ ] 🧿 Other type <!-- please describe --> |
| 34 | + |
| 35 | +<br> |
| 36 | + |
| 37 | +## Breaking changes 🔥 |
| 38 | + |
| 39 | +<!-- Does this PR introduce breaking changes to existing functionality? If yes, please describe what will break and what users need to do to adapt. --> |
| 40 | + |
| 41 | +- [ ] Yes <!-- please describe --> |
| 42 | +- [ ] No |
| 43 | + |
| 44 | +<br> |
| 45 | + |
| 46 | +## How and where was this tested? |
| 47 | + |
| 48 | +#### 🖥️ Describe where you tested your changes |
| 49 | + |
| 50 | +*System:* |
| 51 | + |
| 52 | +- [ ] Windows 11 (x64) |
| 53 | +- [ ] Windows 10 (x64) |
| 54 | +- [ ] Windows 10 (x86) |
| 55 | +- [ ] other Windows version |
| 56 | +- [ ] other operating system |
| 57 | + |
| 58 | +*Context:* |
| 59 | + |
| 60 | +- [ ] in Browser \<name and version> |
| 61 | +- [ ] with Go \<version> |
| 62 | +- [ ] with Node.js \<version> |
| 63 | +- [ ] with AutoIt \<version> |
| 64 | +- [ ] with .NET (C#) \<version> |
| 65 | +- [ ] with ... |
| 66 | + |
| 67 | +#### 🔬 Describe how you tested your changes |
| 68 | + |
| 69 | +- [ ] Manually tested in system and context shown above |
| 70 | +- [ ] Ran automatic tests (unit tests, integration tests, etc.) |
| 71 | +- [ ] Other ways <!-- please describe --> |
| 72 | + |
| 73 | +<br> |
| 74 | + |
| 75 | +## Checklist |
| 76 | + |
| 77 | +- [ ] I have read and understood the available contributing guidelines. |
| 78 | +- [ ] I have ensured my code follows the available code conventions. |
| 79 | +- [ ] I have reviewed my changes. |
| 80 | +- [ ] I have made corresponding changes to the documentation (if applicable). |
| 81 | +- [ ] I have added/updated necessary tests to cover the changes (if applicable). |
| 82 | +- [ ] I have checked for potential security implications. |
| 83 | + |
| 84 | +<br> |
| 85 | + |
| 86 | +## Additional context |
| 87 | + |
| 88 | +<!-- Add any other context about the problem or improvement here, if relevant. --> |
| 89 | + |
| 90 | +#### Screenshots |
| 91 | + |
| 92 | +<!-- If relevant, provide before/after comparisons or GIFs of UI changes. --> |
| 93 | + |
| 94 | +#### Note to reviewers |
| 95 | + |
| 96 | +<!-- Add any notes for reviewers here. --> |
0 commit comments