Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: move pr template to lower directory #145

Merged
merged 1 commit into from
Aug 18, 2024
Merged

Conversation

maciejmajek
Copy link
Member

@maciejmajek maciejmajek commented Aug 18, 2024

What

This PR fixes the pull request template- it currently is not used automatically when a PR is created.

Why

Storing the pull request template inside the PULL_REQUEST_TEMPLATE folder forces the user to provide a query parameter to actually use the template.

docs.github.com

To create multiple pull request templates and use the template query parameter to specify a template to fill the pull request body, type .github/PULL_REQUEST_TEMPLATE/, then the name of your pull request template. For example, .github/PULL_REQUEST_TEMPLATE/pull_request_template.md. You can also store multiple pull request templates in a PULL_REQUEST_TEMPLATE subdirectory within the root or docs/ directories. For more information, see "Using query parameters to create a pull request."

@maciejmajek maciejmajek requested a review from adamdbrw August 18, 2024 12:50
@maciejmajek maciejmajek merged commit c80422b into development Aug 18, 2024
2 checks passed
@maciejmajek maciejmajek deleted the fix/pr-template branch August 18, 2024 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants