dikhan / terraform-provider-openapi

OpenAPI Terraform Provider that configures itself at runtime with the resources exposed by the service provider (defined in a swagger file)
Apache License 2.0
275 stars 48 forks source link

Update PR template to include issue closing keyword #250

Closed lillchan closed 4 years ago

lillchan commented 4 years ago

Is your feature request related to a problem?

As an OpenAPI Terraform user submitting a PR to the repo
I want to have the PR automatically close the linked issue when merged to master
So that I don't have to remember to go back and manually close the issue

Please see the Github docs for more info on issue closing keywords: https://docs.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue

Describe the solution you'd like

Merging the PR into master should close the linked issue.

Acceptance criteria

What's required to consider this feature request complete?

Scenario:
Given a user submitting changes to this repo
When creating a new PR
Then the PR template should include a closing keyword that will auto close the linked issue

Checklist (for admin only)

Don't forget to go through the checklist to make sure the issue is created properly: