Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Pull request templates

- `pull_request_template.md`: The default pull request template. Used for PRs.
- `../pull_request_template.md`: The default pull request template. Used for PRs.
- `release.md`: Special template used for releasing a new version of NDSL.
- `release-patch.md`: Special template used for patch releases.

Note: GitHub has limited support for multiple pull request templates. Most notably, templates can only be [selected by an URL query parameter](https://github.com/orgs/community/discussions/4620) and there's currently [no way to set a title](https://github.com/orgs/community/discussions/63965).

Note: GitHub does not support having the default pull request template in this folder. All templates in this folder can only be used with the `template=` URL parameter (see note above).