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

adding one main PR template for FEATURE/IMPROVEMENT/BUG FIX #327

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
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
39 changes: 39 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!--
Thanks for submitting a pull request to Consul.NET! Please provide the following information to help us review and merge
your changes effectively.
-->

<!-- PR Title format
Please use one of the following formats for the title of your pull request above:
- [FEATURE]: <a one-liner summary of the changes>
- [ENHANCEMENT]: <a one-liner summary of the changes>
- [BUG FIX]: <a one-liner summary of the changes>
-->

## Description

<!-- (required)
A clear and concise description of the changes made in this pull request
-->

## Related Issues

<!-- (optional)
List any related issues, if applicable, using the format `#issue_number`
Example: #123
-->

## Additional Context

<!-- (optional)
Add any additional context or information about this pull request
-->

## Checklist

<!-- (required) -->
Please make sure to check the following before submitting your pull request:

- [ ] Did you read the [contributing guidelines](https://consuldot.net/docs/contributing/guidelines)?
- [ ] Did you update the docs?
- [ ] Did you write any tests to validate this change?