Skip to content

Commit c3eefba

Browse files
author
NullPointerException
committed
update template, workflow, readme
1 parent 4e8077e commit c3eefba

File tree

6 files changed

+121
-91
lines changed

6 files changed

+121
-91
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 26 deletions
This file was deleted.
Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
name: Bug Report
2+
description: Create a report to help us improve
3+
title: "[Bug] "
4+
labels: ["bug"]
5+
assignees: []
6+
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thanks for taking the time to fill out this bug report! Please make sure to fill out all required fields.
12+
13+
- type: checkboxes
14+
id: checklist
15+
attributes:
16+
label: Checklist
17+
options:
18+
- label: I make sure that there are no existing issues - open or closed - which I could contribute my information to
19+
required: true
20+
- label: I understand that issues with limited impact, such as those occurring on specific devices or under specific network conditions, will not be fixed
21+
required: true
22+
- label: I am able to reproduce the bug with the latest version given here - [CLICK THIS LINK](https://github.com/InfinityLoop1308/PipePipe/releases/latest)
23+
required: true
24+
- label: I have attached the error report in the issue
25+
required: true
26+
27+
- type: textarea
28+
id: bug-description
29+
attributes:
30+
label: Describe the bug
31+
description: A clear and concise description of what the bug is
32+
placeholder: Tell us what happened
33+
validations:
34+
required: true
35+
36+
- type: dropdown
37+
id: frequency
38+
attributes:
39+
label: Frequency
40+
description: How often does this bug occur?
41+
options:
42+
- Always (100% of the time)
43+
- Often (80-90% of the time)
44+
- Sometimes (40-60% of the time)
45+
- Rarely (10-30% of the time)
46+
- Only once (single occurrence)
47+
validations:
48+
required: true
49+
50+
- type: input
51+
id: device
52+
attributes:
53+
label: Device
54+
description: What device and Android Version are you using?
55+
placeholder: e.g. Pixel 9 Pro, Android 16
56+
validations:
57+
required: false
58+
59+
- type: textarea
60+
id: reproduction-steps
61+
attributes:
62+
label: Steps to reproduce the bug
63+
description: Please provide detailed steps to reproduce the issue
64+
placeholder: |
65+
1. Go to '...'
66+
2. Click on '...'
67+
3. Scroll down to '...'
68+
4. See error
69+
validations:
70+
required: false
71+
72+
- type: textarea
73+
id: error-report
74+
attributes:
75+
label: Error report
76+
description: Please paste the full error report here
77+
placeholder: Paste your error report here
78+
render: text
79+
validations:
80+
required: false
81+
82+
- type: textarea
83+
id: additional-context
84+
attributes:
85+
label: Additional context
86+
description: Add any other context about the problem here
87+
placeholder: Any additional information that might help us understand the issue
88+
validations:
89+
required: false

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 16 deletions
This file was deleted.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: Feature Request
2+
description: Suggest an idea for this project
3+
title: "[Feature request] "
4+
labels: ["feature-request"]
5+
assignees: []
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thanks for taking the time to suggest a new feature! Please fill out this form to help us understand your request.
11+
12+
- type: checkboxes
13+
id: checklist
14+
attributes:
15+
label: Checklist
16+
description: Please confirm the following before submitting your feature request
17+
options:
18+
- label: I have searched for existing issues (open and closed) and confirmed this feature hasn't been requested before
19+
required: true
20+
- label: I believe this feature request will benefit more than 10% of users, not just myself
21+
required: true
22+
23+
- type: textarea
24+
id: description
25+
attributes:
26+
label: Feature Description
27+
description: Please provide a clear and detailed description of the feature you'd like to see added
28+
placeholder: Describe your feature request here...
29+
validations:
30+
required: true

.github/workflows/close-issues.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<h2 align="center"><b>PipePipe</b></h2>
44
<h4 align="center">
55
NewPipe, reimagined: faster, more stable, and packed with more features.</h4>
6-
<p align="center"><a href="https://f-droid.org/packages/InfinityLoop1309.NewPipeEnhanced/"><img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" height=80/></a>
7-
<a href="https://apt.izzysoft.de/fdroid/index/apk/InfinityLoop1309.NewPipeEnhanced"><img src="assets/IzzyOnDroid.png" alt="Get it on IzzyOnDroid" height=80/></a></p>
6+
<p align="center"><a href="https://f-droid.org/packages/InfinityLoop1309.NewPipeEnhanced/"><img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" width="207" /></a>
7+
<a href="https://apt.izzysoft.de/fdroid/index/apk/InfinityLoop1309.NewPipeEnhanced"><img src="assets/IzzyOnDroid.png" alt="Get it on IzzyOnDroid" width="207" /></a></p>
88
<hr>
99

1010
## Features

0 commit comments

Comments
 (0)