Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8d41253

Browse files
colebowfindepi
authored andcommitted
Update pull request template
1 parent e8d8fbd commit 8d41253

File tree

1 file changed

+7
-29
lines changed

1 file changed

+7
-29
lines changed

.github/pull_request_template.md

+7-29
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,20 @@
11
<!-- Thank you for submitting a pull request! Find more information in our development guide at https://github.com/trinodb/trino/blob/master/.github/DEVELOPMENT.md and contact us on #dev in Slack. -->
2-
2+
<!-- Provide an overview of the PR for maintainers and reviewers. -->
33
## Description
44

5-
<!-- Elaborate beyond the title of the PR as necessary to help the reviewers and maintainers.-->
6-
7-
<!-- Answer the following questions to help reviewers and maintainers
8-
understand this PR's scope at a glance:
9-
-->
10-
11-
> Is this change a fix, improvement, new feature, refactoring, or other?
12-
13-
> Is this a change to the core query engine, a connector, client library, or the SPI interfaces? (be specific)
14-
15-
> How would you describe this change to a non-technical end user or system administrator?
16-
17-
## Related issues, pull requests, and links
185

19-
<!-- List any issues fixed by this PR, and provide links to other related PRs, upstream release notes, and other useful resources. For example:
20-
* Fixes #issuenumber
21-
* Related documentation in #issuenumber
22-
* [Some release notes](http://usefulinfo.example.com)
23-
-->
246

25-
<!-- The following sections are filled in by the maintainer with input from the contributor:
26-
Use :white_check_mark: or (x) to signal selection.
27-
-->
7+
<!-- Provide a user-friendly explanation, keep it brief if it isn't user-visible. -->
8+
## Non-technical explanation
289

29-
## Documentation
3010

31-
( ) No documentation is needed.
32-
( ) Sufficient documentation is included in this PR.
33-
( ) Documentation PR is available with #prnumber.
34-
( ) Documentation issue #issuenumber is filed, and can be handled later.
3511

12+
<!-- Mark the appropriate option with an (x). Propose a release note if you can. -->
3613
## Release notes
3714

38-
( ) No release notes entries required.
39-
( ) Release notes entries required with the following suggested text:
15+
( ) This is not user-visible and no release notes are required.
16+
( ) Release notes are required, please propose a release note for me.
17+
( ) Release notes are required, with the following suggested text:
4018

4119
```markdown
4220
# Section

0 commit comments

Comments
 (0)