-
Notifications
You must be signed in to change notification settings - Fork 20
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
1 changed file
with
25 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,25 @@ | ||
### Issue / feature description | ||
|
||
`Quick description of the issue or the feature that is implemented in the pr ie: add new transitions between screens` | ||
|
||
### Changes | ||
|
||
`quick list regarding the related changes within the pr` | ||
|
||
ie: | ||
|
||
- add new connector | ||
- fix injected connector | ||
- ... | ||
|
||
### Checklist | ||
|
||
- [ ] Rebased to the last commit of the target branch (or merged) | ||
- [ ] Code self-reviewed | ||
- [ ] Code self-tested | ||
- [ ] Tests updated (if needed) | ||
- [ ] All tests are passing locally | ||
|
||
Please keep your pull request as small as possible. If you need to make multiple changes, please create separate pull requests for each change. Create a draft pull request if you need early feedback. This will mark the pull request as a work in progress and prevent it from being reviewed or merged until you are ready. | ||
|
||
Please move drafts to the ready for review (regular PR) when you are ready to start the review process and other developers will pick it up from there. |