Skip to content

Commit 2530da8

Browse files
saleemrashidnailyk-fr
authored andcommitted
GitHub: Add issue and pull request templates
Change-Id: I5b4ad0e2b1c5c6d886b8355c167ef9e137d1c349
1 parent ecbd3e8 commit 2530da8

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

.github/ISSUE_TEMPLATE.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
- [ ] I am running an official build of TWRP, downloaded from https://twrp.me/Devices/
2+
- [ ] I am running the latest version of TWRP
3+
- [ ] I have read the FAQ (https://twrp.me/FAQ/)
4+
- [ ] I have searched for my issue and it does not already exist
5+
6+
**Device codename**: <!-- Device codename -->
7+
**TWRP version**: <!-- TWRP version installed -->
8+
9+
#### WHAT STEPS WILL REPRODUCE THE PROBLEM?
10+
<!-- Explain the steps necessary to reproduce the problem, as completely as possible -->
11+
12+
#### WHAT IS THE EXPECTED RESULT?
13+
<!-- Explain what the expected result is, as completely as possible -->
14+
15+
#### WHAT HAPPENS INSTEAD?
16+
<!-- Explain what happens instead, as completely as possible -->
17+
18+
#### ADDITIONAL INFORMATION
19+
<!-- Add any additional information you know about the issue, such as possible causes and solutions -->
20+
21+
<!-- Use https://paste.omnirom.org/ and upload `/tmp/recovery.log` and the output of `dmesg` -->
22+
`/tmp/recovery.log`: <!-- Link here -->
23+
`dmesg`: <!-- Link here -->

.github/PULL_REQUEST_TEMPLATE.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# WE DO NOT MERGE PULL REQUESTS SUBMITTED HERE
2+
3+
You will need to submit it through [OmniRom Gerrit](https://gerrit.omnirom.org/#/admin/projects/android_bootable_recovery/)
4+
5+
For changes to device trees, use [TWRP Gerrit](https://gerrit.twrp.me/)
6+
7+
This guide explani how to use [Gerrit code review](https://forum.xda-developers.com/general/xda-university/guide-using-gerrit-code-review-t3720802)

0 commit comments

Comments
 (0)