Skip to content

Commit abe3241

Browse files
authored
Setup issue templates
1 parent edc4faf commit abe3241

2 files changed

Lines changed: 38 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve termux-api-package
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!-- Important note: Refusing to provide needed information may result in issue closing. -->
11+
12+
**Problem description**
13+
A clear and concise description of what the problem with termux-api-package is. You may post screenshots or paste error messages in addition to description.
14+
15+
**Steps to reproduce**
16+
Please post all steps that are needed to reproduce the issue.
17+
18+
**Expected behavior**
19+
A clear and concise description of what you expected to happen.
20+
21+
**Additional information**
22+
Post output of command `termux-info`.
23+
If you are rooted or have access to adb then capture a logcat with `logcat -d "*:W"`, from a adb or root shell.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Feature request
3+
about: Suggest a new feature in termux-api-package
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Feature description**
11+
Describe the feature and why you want it.
12+
13+
**Background information**
14+
Have you checked if the feature is accessible through the android API?
15+
Do you know of other open-source apps that has a similar feature as the one you want? (Provide links)

0 commit comments

Comments
 (0)