Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Deprecate manual changelog #707

Merged
merged 5 commits into from
Mar 29, 2022
Merged
Show file tree
Hide file tree
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
Prev Previous commit
Next Next commit
Remove references to updating the changelog
  • Loading branch information
fepegar committed Mar 24, 2022
commit 23086ec34869bf1e6994550a98e4b5a499e21c1c
1 change: 0 additions & 1 deletion docs/pull_requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ AzureML workspace. A member of the InnerEye team will be happy to assist then.
by pressing Ctrl+Alt+L, or selecting "Reformat code" in the context menu of the file(s) in the project explorer window.
Alternatively, you should tick all of "Reformat code", "Rearrange code", "Optimize imports", "Cleanup", "Scan with mypy"
in the PyCharm version control check-in dialog.
* Ensure that you modified [CHANGELOG.md](../CHANGELOG.md) and described your PR there.
* Only publish your PR for review once you have a build that is passing. You can make use of the "Create as Draft"
feature of GitHub.
* Link the correct Github issue.
Expand Down
2 changes: 0 additions & 2 deletions pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@ Please follow the guidelines for PRs contained [here](docs/pull_requests.md). Ch
- [ ] Add unit tests for all functions that you introduced or modified.
- [ ] Run PyCharm's code cleanup tools on your Python files.
- [ ] Link the correct GitHub issue for tracking.
- [ ] Update the [Changelog](CHANGELOG.md) file: Describe your change in terms of
Added/Changed/Removed/... in the "Upcoming" section.
- [ ] When merging your PR, replace the default merge message with a description of your PR,
and if needed a motivation why that change was required.