Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

πŸ“š Modify the PR template #1611

Merged
merged 1 commit into from
Jan 10, 2024
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
38 changes: 15 additions & 23 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,23 @@
## Description
## πŸ“ Description

Provide a summary of the modification as well as the issue that has been resolved.
Provide a clear summary of the changes and the issue that has been addressed.

- Fixes # (issue)
πŸ› οΈ Fixes # (issue number)

## Changes
## ✨ Changes

<details>
<summary>Describe the changes you made</summary>
Select what type of change your PR is:

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] Refactor (non-breaking change which refactors the code base)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation update
- [ ] 🐞 Bug fix (non-breaking change which fixes an issue)
- [ ] πŸ”¨ Refactor (non-breaking change which refactors the code base)
- [ ] πŸš€ New feature (non-breaking change which adds functionality)
- [ ] πŸ’₯ Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] πŸ“š Documentation update

</details>
## βœ… Checklist

## Checklist
Before you submit your pull request, please make sure you have completed the following steps:

<details>
<summary>Ensure that you followed the following</summary>

- [ ] I have added a summary of my changes to the [CHANGELOG](https://github.com/openvinotoolkit/anomalib/blob/main/CHANGELOG.md) (not for minor changes, docs and tests).
- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas (If applicable)
- [ ] I have made corresponding changes to the documentation (If applicable)
- [ ] I have added tests that prove my fix is effective or that my feature works (If applicable)

</details>
- [ ] πŸ“‹ I have summarized my changes in the [CHANGELOG](https://github.com/openvinotoolkit/anomalib/blob/main/CHANGELOG.md) and followed the guidelines for my type of change (skip for minor changes, documentation updates, and test enhancements).
- [ ] πŸ“š I have made the necessary updates to the documentation (if applicable).
- [ ] πŸ§ͺ I have written tests that support my changes and prove that my fix is effective or my feature works (if applicable).
Loading