Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
92 changes: 92 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
> [!IMPORTANT]
> Thanks for your effort and interest 💛 in improving the project. It's very appreciated.

## Description

<!-- Describe the purpose and main changes of this Pull Request (PR), including the problem it solves or the improvement it brings. -->

#### 🔗 Linked GitHub Issues

<!-- In case this addresses a GitHub issue, please link it here. -->

Closes #\<number>

#### 📋 What is the current behavior?

<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. -->

#### 🚀 What is the new behavior?

<!-- Please describe the behavior or changes that are being added by this PR. -->

<br>

## Type of changes

- [ ] 🪲 Bugfix (change which fixes an issue)
- [ ] ⭐ New Feature (change which adds functionality)
- [ ] ⭐ New Example (this PR adds a new example)
- [ ] 🔒 Security fix (change which improves security)
- [ ] 🔮 Code style update (formatting, renaming)
- [ ] 🔨 Refactoring (code optimization without functional change)
- [ ] 📚 Documentation (updates to README or docs)
- [ ] ⚙️ Build or CI related changes
- [ ] 🧿 Other type <!-- please describe -->

<br>

## Breaking changes 🔥

<!-- Does this PR introduce breaking changes to existing functionality? If yes, please describe what will break and what users need to do to adapt. -->

- [ ] Yes <!-- please describe -->
- [ ] No

<br>

## How and where was this tested?

#### 🖥️ Describe where you tested your changes

*System:*

- [ ] Windows 11 (x64)
- [ ] Windows 10 (x64)
- [ ] Windows 10 (x86)
- [ ] Windows Server ......

*Context:*

- [ ] ....
- [ ] with ...

#### 🔬 Describe how you tested your changes

- [ ] Manually tested in system and context shown above
- [ ] Ran automatic tests (unit tests, integration tests, etc.)
- [ ] Other ways <!-- please describe -->

<br>

## Checklist

- [ ] I have read and understood the available contributing guidelines.
- [ ] I have ensured my code follows the available code conventions.
- [ ] I have reviewed my changes.
- [ ] I have made corresponding changes to the documentation (if applicable).
- [ ] I have added/updated necessary tests to cover the changes (if applicable).
- [ ] I have checked for potential security implications.

<br>

## Additional context

<!-- Add any other context about the problem or improvement here, if relevant. -->

#### Screenshots

<!-- If relevant, provide before/after comparisons or GIFs of UI changes. -->

#### Note to reviewers

<!-- Add any notes for reviewers here. -->