Skip to content

Commit

Permalink
GitHub: Add issue and pull request templates
Browse files Browse the repository at this point in the history
Change-Id: I5b4ad0e2b1c5c6d886b8355c167ef9e137d1c349
  • Loading branch information
saleemrashid authored and nailyk-fr committed Jan 20, 2018
1 parent ecbd3e8 commit 2530da8
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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 -->
7 changes: 7 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 2530da8

Please sign in to comment.