diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..7816354c --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,95 @@ + + + + + + + + +## Type of Change + +_Please check the relevant option._ + +- [ ] ๐Ÿš€ Feature +- [ ] ๐Ÿ› Bug Fix +- [ ] ๐Ÿ“ Documentation +- [ ] ๐Ÿงน Refactor / Chore + +--- + +## Feature + +_If this is a feature, please complete this section. Otherwise, delete it._ + +### What is this feature? + +_Provide a clear and concise description of the feature._ + +### Why is this feature needed? + +_Explain the problem this feature solves or the value it provides._ + +### Who is this feature for? + +_Describe the target users or use cases for this feature._ + +### How to test this feature + +_Provide step-by-step instructions for reviewers to test the feature._ + +1. +2. +3. + +--- + +## Bug Fix + +_If this is a bug fix, please complete this section. Otherwise, delete it._ + +### What is the bug? + +_Provide a clear and concise description of the bug._ + +### How to reproduce + +_Provide step-by-step instructions to reproduce the bug._ + +1. +2. +3. + +### Related Issues + +_Link to any open issues this PR will close. Use "Closes #123" or "Fixes #123" syntax._ + +Closes # + +### Environment (if no related issue) + +_If there is no open issue, please specify the versions where the bug occurs._ + +- **GitHub version**: +- **Grafana version**: +- **Plugin version**: + +--- + +## Screenshots / Videos + +_Please provide screenshots or videos demonstrating the bug or the feature working. This helps reviewers understand the change visually and speeds up the review process._ + +| Before | After | +| ------ | ----- | +| | | + +--- + +## Please check that: + +- [ ] Tests for this change have been added/updated. +- [ ] Documentation has been added/updated (where applicable). + +## Special notes for your reviewer + +_Use this section for any additional information that may help the reviewer, such as implementation decisions, areas of concern, or context that doesn't fit elsewhere. If you'd like to request review or feedback on a specific part of your changes, please note that here._