-
Notifications
You must be signed in to change notification settings - Fork 331
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #153 from voghDev/olmo/add-pr-template
Add Pull Request template
- Loading branch information
Showing
1 changed file
with
26 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,26 @@ | ||
### What is being implemented? | ||
|
||
Provide an overall description about what you are implementing. | ||
E.g. "new feature to display pages with better quality" | ||
|
||
### 💻🖼🖼🖼How is it being implemented? | ||
|
||
Provide deeper technical details about your implementation, such as the library you have used, | ||
which versions, or why you chose this way instead of others | ||
|
||
### Screenshots or gifs | ||
|
||
Provide screenshots or gifs showing the behaviour you implemented, working on device or emulator | ||
|
||
### Steps to reproduce this new behaviour | ||
|
||
Provide some details to run a test execution through the code you propose to include, for example: | ||
|
||
- Open samples app | ||
- Click on options menu and select "PdfViewPager with Zoom" | ||
- Swipe right some pages, then pinch zoom in and out | ||
- etc. | ||
|
||
### Additional information | ||
|
||
Any other information that you want to provide about your Pull Request |