Skip to content
Merged
Changes from 1 commit
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
19 changes: 19 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## Description

<!-- Provide a summary of what the PR does and why it is being submitted. -->

## Related Issue

<!-- If this PR is linked to any issue, provide the issue number or description here. -->

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be a good idea to suggest adding a link to the internal Jira issue, for PRs from HashiCorp employees (they should know to do this anyways, but...)


## Type of Change

- [ ] Bug fix
- [ ] New feature
- [ ] Breaking change
- [ ] Documentation update
- [ ] Other (Please specify):

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dunno about this section... if "what kind of change is this?" isn't obvious from the Description section, then it's a poorly written description.

@mukeshjc mukeshjc Apr 10, 2025

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

Sometimes bug fixes go along-with a documentation update. Additionally, I'm unsure if this categorization would help the reviewer by huge margin.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

makes sense, removed


## How Has This Been Tested?

<!-- Describe how the changes have been tested. Provide test instructions or details. -->