-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,14 @@ | ||
### Main improvements in this PR: | ||
<!-- Pointwise mention what changes were made in what function. Examples: | ||
- fix bug where `functionName` failed to do function X | ||
- updated all documentation --> | ||
- Fixes: | ||
- `functionName` failed to do action X | ||
- Documentation: | ||
- Updated all documentation | ||
- Features: | ||
- Introduced option to do function Y (issue #12345) --> | ||
|
||
**I hereby confirm that I have:** | ||
<!-- Note: replace [ ] with [X] to check the box --> | ||
- [ ] Selected `develop` as a target branch | ||
#### Instructions on merging this PR: | ||
<!-- Chose ONE of the following two options | ||
and replace [ ] with [X] to check the box.--> | ||
- [ ] This PR has `develop` as target branch, and will be resolved with a *squash-merge*. | ||
- [ ] This PR has `main` as target branch, and will be resolved with a *merge commit*. |