-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
309dccc
commit eb5fbbd
Showing
2 changed files
with
45 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
**IMPORTANT**: | ||
|
||
Please do not create a Pull Request without creating an issue first. | ||
A similar PR may already be submitted! | ||
Please search among the [Pull request](../) before creating one. | ||
|
||
For more information, see the `CONTRIBUTING` guide. | ||
|
||
## Summary | ||
|
||
This PR fixes the following **problems**: | ||
|
||
- Bug 1 | ||
- Bug 2 | ||
|
||
## Testing | ||
|
||
Please describe how the fix can be tested | ||
|
||
## Related isssues | ||
|
||
Put _closes #XXXX_ in your comment to auto-close the issue that your PR implements. |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
**IMPORTANT**: | ||
|
||
Please do not create a Pull Request without creating an issue first. | ||
A similar PR may already be submitted! | ||
Please search among the [Pull request](../) before creating one. | ||
|
||
For more information, see the `CONTRIBUTING` guide. | ||
|
||
## Summary | ||
|
||
This PR implements / improves the following **features**: | ||
|
||
- Feature 1 | ||
- Feature 2 | ||
|
||
**Breaking changes:** | ||
|
||
- Breaking change 1 | ||
- Breaking change 2 | ||
|
||
## Related isssues | ||
|
||
Put _closes #XXXX_ in your comment to auto-close the issue that your PR implements. |