diff options
author | Saleem Rashid <dev@saleemrashid.com> | 2017-02-15 16:32:17 +0100 |
---|---|---|
committer | nailyk <nailyk_git@nailyk.fr> | 2018-01-20 14:22:46 +0100 |
commit | 2530da84c70689771174717ced4e5f9cb0919eee (patch) | |
tree | d39d07810fe1a5c5e61ac450233203e5d06fc4ef /.github | |
parent | Merge up to android-8.1.0_r1 and fix conflicts (diff) | |
download | android_bootable_recovery-2530da84c70689771174717ced4e5f9cb0919eee.tar android_bootable_recovery-2530da84c70689771174717ced4e5f9cb0919eee.tar.gz android_bootable_recovery-2530da84c70689771174717ced4e5f9cb0919eee.tar.bz2 android_bootable_recovery-2530da84c70689771174717ced4e5f9cb0919eee.tar.lz android_bootable_recovery-2530da84c70689771174717ced4e5f9cb0919eee.tar.xz android_bootable_recovery-2530da84c70689771174717ced4e5f9cb0919eee.tar.zst android_bootable_recovery-2530da84c70689771174717ced4e5f9cb0919eee.zip |
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 23 | ||||
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 7 |
2 files changed, 30 insertions, 0 deletions
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**: <!-- Device codename --> +**TWRP version**: <!-- TWRP version installed --> + +#### WHAT STEPS WILL REPRODUCE THE PROBLEM? +<!-- Explain the steps necessary to reproduce the problem, as completely as possible --> + +#### WHAT IS THE EXPECTED RESULT? +<!-- Explain what the expected result is, as completely as possible --> + +#### WHAT HAPPENS INSTEAD? +<!-- Explain what happens instead, as completely as possible --> + +#### ADDITIONAL INFORMATION +<!-- Add any additional information you know about the issue, such as possible causes and solutions --> + +<!-- Use https://paste.omnirom.org/ and upload `/tmp/recovery.log` and the output of `dmesg` --> +`/tmp/recovery.log`: <!-- Link here --> +`dmesg`: <!-- Link here --> 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 |