From 2530da84c70689771174717ced4e5f9cb0919eee Mon Sep 17 00:00:00 2001 From: Saleem Rashid Date: Wed, 15 Feb 2017 15:32:17 +0000 Subject: GitHub: Add issue and pull request templates Change-Id: I5b4ad0e2b1c5c6d886b8355c167ef9e137d1c349 --- .github/ISSUE_TEMPLATE.md | 23 +++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 7 +++++++ 2 files changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..540e14934 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,23 @@ +- [ ] I am running an official build of TWRP, downloaded from https://twrp.me/Devices/ +- [ ] I am running the latest version of TWRP +- [ ] I have read the FAQ (https://twrp.me/FAQ/) +- [ ] I have searched for my issue and it does not already exist + +**Device codename**: +**TWRP version**: + +#### WHAT STEPS WILL REPRODUCE THE PROBLEM? + + +#### WHAT IS THE EXPECTED RESULT? + + +#### WHAT HAPPENS INSTEAD? + + +#### ADDITIONAL INFORMATION + + + +`/tmp/recovery.log`: +`dmesg`: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..d04c212b6 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,7 @@ +# WE DO NOT MERGE PULL REQUESTS SUBMITTED HERE + +You will need to submit it through [OmniRom Gerrit](https://gerrit.omnirom.org/#/admin/projects/android_bootable_recovery/) + +For changes to device trees, use [TWRP Gerrit](https://gerrit.twrp.me/) + +This guide explani how to use [Gerrit code review](https://forum.xda-developers.com/general/xda-university/guide-using-gerrit-code-review-t3720802) \ No newline at end of file -- cgit v1.2.3