From 908d98e7d52212cb00e52307821ff29f44de35a4 Mon Sep 17 00:00:00 2001 From: Viktor Date: Thu, 1 Dec 2022 00:54:20 +0100 Subject: [PATCH] :memo: Add a pull request template --- .github/pull_request_template.md | 49 ++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..2999b6ec --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,49 @@ +# Pull Request Details + + + +## Description + + + +## Related Issue + + + + + + +## Motivation and Context + + + +## How Has This Been Tested + + + + + +## Types of changes + + + +- [ ] Docs change / refactoring / dependency upgrade +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to change) + +## Checklist + + + + +- [ ] I have read the [**CONTRIBUTING**](https://github.com/JetBrains/qodana-action/blob/master/CONTRIBUTING.md) document. +- [ ] My code follows the code style of this project. +- [ ] My commit messages are styled with [gitmoji](https://gitmoji.dev) +- [ ] My change requires a change to the [documentation](https://jetbrains.com/help/qodana). + - [ ] [Qodana for GitHub](https://www.jetbrains.com/help/qodana/github.html) + - [ ] [Qodana for Azure Pipelines](https://www.jetbrains.com/help/qodana/azure-pipelines.html) + - [ ] [Qodana for CircleCI](https://www.jetbrains.com/help/qodana/circleci.html) +- [ ] I have updated the documentation accordingly. +- [ ] I have added tests to cover my changes. +- [ ] All new and existing tests passed.