Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ClashForAndroid
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
many-archive
ClashForAndroid
Commits
5b6d04d5
There was an error fetching the commit references. Please try again later.
Commit
5b6d04d5
authored
3 years ago
by
Kr328
Browse files
Options
Downloads
Patches
Plain Diff
Chore: replace bug report with issues forms
parent
791794f5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/ISSUE_TEMPLATE/01-bug-report-en.md
+0
-57
0 additions, 57 deletions
.github/ISSUE_TEMPLATE/01-bug-report-en.md
.github/ISSUE_TEMPLATE/01-bug-report-en.yml
+94
-0
94 additions, 0 deletions
.github/ISSUE_TEMPLATE/01-bug-report-en.yml
with
94 additions
and
57 deletions
.github/ISSUE_TEMPLATE/01-bug-report-en.md
deleted
100644 → 0
+
0
−
57
View file @
791794f5
---
name
:
"
[English]
Bug
report"
about
:
Create a report to help us improve
title
:
"
[BUG]
"
labels
:
'
'
assignees
:
'
'
---
<!-- Be sure to put a clear title after [BUG] in the text box above -->
<!-- Be sure to put a clear title after [BUG] in the text box above -->
<!-- Be sure to put a clear title after [BUG] in the text box above -->
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1.
Go to '...'
2.
Click on '....'
3.
Scroll down to '....'
4.
See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Device Info (please complete the following information):**
-
Device: [e.g. Pixel 4]
-
ROM: [e.g: AOSP]
-
ROM Version:
-
Android Version [e.g. 10]
**Application Info (please complete the following information):**
-
Version: [e.g. 1.1.10]
-
Apk File Name: [e.g. app-release-arm64-v8a.apk]
-
Distribution Channel: [e.g. Google Play]
**Additional context**
Add any other context about the problem here.
**Configure**
Paste configure file which
**removed server info**
```
yaml
# paste here
```
**Logs**
Paste logs to help detect problem
```
<paste here>
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.
.github/ISSUE_TEMPLATE/01-bug-report-en.yml
0 → 100644
+
94
−
0
View file @
5b6d04d5
name
:
"
[English]
Bug
Report"
description
:
"
Create
a
report
to
help
us
debug
bugs"
title
:
"
[BUG]
"
body
:
-
type
:
markdown
attributes
:
value
:
|
Thanks for taking the time to fill out this bug report!
NOTE: We do not provide any services such as proxies, DO NOT feedback any problems not caused by this application here.
<!-- template -->
-
type
:
textarea
id
:
description
attributes
:
label
:
"
Describe
the
bug"
description
:
"
A
clear
and
concise
description
of
what
the
bug
is."
validations
:
required
:
true
-
type
:
textarea
id
:
reproduce
attributes
:
label
:
"
To
Reproduce"
description
:
"
Steps
to
reproduce
the
behavior:"
value
:
|
Step 1: ...
Step 2: ...
Step 3: ...
...
validations
:
required
:
true
-
type
:
textarea
id
:
device-info
attributes
:
label
:
"
Device
Info"
description
:
|
Input your device information according to the following format:
- Device: [e.g Pixel 4]
- ROM: [e.g AOSP]
- Android Version: [e.g 10]
placeholder
:
|
- Device: [e.g Pixel 4]
- ROM: [e.g AOSP]
- Android Version: [e.g 10]
validations
:
required
:
true
-
type
:
textarea
id
:
app-info
attributes
:
label
:
"
Application
Info"
description
:
|
Input application you are using information according to the following format:
- Version: [e.g 2.5.4-premium]
- APK filename: [e.g cfa-2.5.4-premium-arm64-v8a-release.apk]
- Distribution Channel: [e.g. Google Play]
placeholder
:
|
- Version: [e.g 2.5.4-premium]
- APK filename: [e.g cfa-2.5.4-premium-arm64-v8a-release.apk]
- Distribution Channel: [e.g. Google Play]
validations
:
required
:
true
-
type
:
textarea
id
:
configure
attributes
:
label
:
"
Configure
File"
description
:
|
Please paste or upload the configuration file here.
TIPS: If you only have a subscription link, please use your browser to download it.
NOTE: Please remove proxies from the configuration file before uploading it.
placeholder
:
|
port: 1080
render
:
YAML
validations
:
required
:
true
-
type
:
textarea
id
:
logs
attributes
:
label
:
"
Logs"
description
:
|
Please paste or upload the log file here.
TIPS: Please use the `Logcat` in application or `adb logcat`. `adb logcat` would be better.
validations
:
required
:
true
-
type
:
textarea
id
:
screenshot
attributes
:
label
:
"
Screenshot"
description
:
"
If
applicable,
add
screenshots
to
help
explain
your
problem."
placeholder
:
"
Optional"
-
type
:
textarea
id
:
additional
attributes
:
label
:
"
Additional"
description
:
"
Add
any
other
context
about
the
problem
here."
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment