Skip to content

Commit

Permalink
Added linked issues to PR template (#793)
Browse files Browse the repository at this point in the history
This PR adds linked issues section to PR description
  • Loading branch information
nfx authored Jan 16, 2024
1 parent 4f005d7 commit 9c425e9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
## Changes

<!-- Summary of your changes that are easy to understand. Add screenshots when necessary -->

### Linked issues
<!-- DOC: Link issue with a keyword: close, closes, closed, fix, fixes, fixed, resolve, resolves, resolved. See https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword -->

Resolves #..

### Functionality

- [ ] added relevant user documentation
- [ ] added new CLI command
- [ ] modified existing command: `databricks labs ucx ...`
- [ ] added a new workflow
- [ ] modified existing workflow: `...`
- [ ] added new table
- [ ] added a new table
- [ ] modified existing table: `...`

### Tests
Expand Down

0 comments on commit 9c425e9

Please sign in to comment.