Skip to content

Commit

Permalink
Merge pull request #153 from voghDev/olmo/add-pr-template
Browse files Browse the repository at this point in the history
Add Pull Request template
  • Loading branch information
voghDev authored Apr 8, 2020
2 parents a0e5ea5 + 56cfc93 commit a555d30
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
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

0 comments on commit a555d30

Please sign in to comment.