From 56cfc933dd6dac3ff921e6d03a7755bd92a0719a Mon Sep 17 00:00:00 2001 From: Olmo Gallegos Date: Thu, 26 Mar 2020 12:51:40 +0100 Subject: [PATCH] Add Pull Request template --- .../pull_request_template.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..87bc519 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -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 \ No newline at end of file