Skip to content

Commit ce87706

Browse files
authored
Update PULL_REQUEST_TEMPLATE.md (Azure#27704)
1 parent 0665580 commit ce87706

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@
1616
- [ ] Check this box to confirm: **I have read the [_Submitting Changes_](../blob/main/CONTRIBUTING.md#submitting-changes) section of [`CONTRIBUTING.md`](../blob/main/CONTRIBUTING.md) and reviewed the following information:**
1717

1818
* **SHOULD** update `ChangeLog.md` file(s) appropriately
19-
* For SDK-based development mode, update `src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md`.
19+
* Update `src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md`.
2020
* A snippet outlining the change(s) made in the PR should be written under the `## Upcoming Release` header in the past tense.
21-
* For autorest-based development mode, include the changelog in the PR description.
2221
* Should **not** change `ChangeLog.md` if no new release is required, such as fixing test case only.
2322
* **SHOULD** regenerate markdown help files if there is cmdlet API change. [Instruction](../blob/main/documentation/development-docs/help-generation.md#updating-all-markdown-files-in-a-module)
2423
* **SHOULD** have proper test coverage for changes in pull request.

0 commit comments

Comments
 (0)