Skip to content

Commit c805b48

Browse files
authored
Merge pull request #3640 from github/nora/update-pr-template
Update vscode-codeql PR template
2 parents e1b95c2 + 15fa23a commit c805b48

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/pull_request_template.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,4 @@
55

66
Replace this with a description of the changes your pull request makes.
77

8-
## Checklist
9-
10-
- [ ] [CHANGELOG.md](https://github.com/github/vscode-codeql/blob/main/extensions/ql-vscode/CHANGELOG.md) has been updated to incorporate all user visible changes made by this pull request.
11-
- [ ] Issues have been created for any UI or other user-facing changes made by this pull request.
12-
- [ ] _[Maintainers only]_ If this pull request makes user-facing changes that require documentation changes, open a corresponding docs pull request in the [github/codeql](https://github.com/github/codeql/tree/main/docs/codeql/codeql-for-visual-studio-code) repo and add the `ready-for-doc-review` label there.
8+
Remember to update the [changelog](https://github.com/github/vscode-codeql/blob/main/extensions/ql-vscode/CHANGELOG.md) if there have been user-facing changes!

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Here are a few things you can do that will increase the likelihood of your pull
2828
- [Integration tests that do require the VS Code API are located here](extensions/ql-vscode/src/vscode-tests).
2929
- Keep your change as focused as possible. If there are multiple changes you would like to make that are not dependent upon each other, consider submitting them as separate pull requests.
3030
- Write a [good commit message](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
31+
- Update the [changelog](https://github.com/github/vscode-codeql/blob/main/extensions/ql-vscode/CHANGELOG.md) if you are making user-facing changes.
3132

3233
## Setting up a local build
3334

0 commit comments

Comments
 (0)