Skip to content

Commit 9e098cd

Browse files
chore: Add mention of support ticket when opening a pull request (#2507)
* Add mention of creating support ticket when opening PR * rephrasing to avoid mention of priority * including suggestion
1 parent 83f6601 commit 9e098cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Link to any related issue(s):
2020
- [ ] I have added tests that prove my fix is effective or that my feature works per HashiCorp requirements
2121
- [ ] I have added any necessary documentation (if appropriate)
2222
- [ ] I have run make fmt and formatted my code
23-
- [ ] If changes include deprecations or removals, I defined an isolated PR with a relevant title as it will be used in the auto-generated changelog.
23+
- [ ] If changes include deprecations or removals I have added appropriate changelog entries.
2424
- [ ] If changes include removal or addition of 3rd party GitHub actions, I updated our internal document. Reach out to the APIx Integration slack channel to get access to the internal document.
2525

2626
## Further comments

contributing/development-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ For more explained information about plugin override check [Development Override
5151
- Make sure that the PR title follows [*Conventional Commits*](https://www.conventionalcommits.org/).
5252
- Add comments around your new code that explain what's happening.
5353
- Commit and push your changes to your branch then submit a pull request against the `master` branch.
54-
- A repo maintainer will review your pull request.
54+
- A repo maintainer will review your pull request. **Note**: If you have an active [MongoDB Atlas Support](https://www.mongodb.com/services/support/atlas-support-plans) contract, we recommend also creating a support ticket for any questions related to this process.
5555

5656
### Merging a Pull Request
5757
Due to security reasons, there are restrictions on how external contributions can be handled, especially concerning the use of repository secrets and running tests from forks.

0 commit comments

Comments
 (0)