Skip to content

Commit

Permalink
update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
newhinton committed Apr 26, 2023
1 parent f918564 commit 98e2b3f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 19 deletions.
23 changes: 7 additions & 16 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Bug report
about: Report an error in RCX
about: Report an error for this app
---

---
Expand All @@ -10,9 +10,9 @@ about: Report an error in RCX

<!--
If you just have a question around RCX usage, you might find something in the documentation:
If you just have a question around extRact usage, you might find something in the documentation:
https://x0b.github.io/docs/
https://github.com/newhinton/extRact/discussions
If you have a question regarding rclone functionality (e.g. config files), the forum is a good place to ask:
Expand All @@ -22,8 +22,8 @@ If you still think you have found a bug, please fill out the following questions
-->

#### What version of RCX are you using (About -> App version)?
<!-- Example: 1.12.0 -->
#### What version of extRact are you using (About -> App version)?
<!-- Example: 2.1.0 -->


#### What is your Android version, phone model and manufacturer?
Expand All @@ -36,7 +36,7 @@ If you still think you have found a bug, please fill out the following questions
Example:
1. Open a remote
2. Select "Delete" on a folder
3. RCX crashes
3. extRact crashes
Please also enable rclone logging (Settings > Logging > Log Rclone errors). You're going to need the log for the last question.
-->
Expand All @@ -45,13 +45,4 @@ Example:
<!-- REDACT any pass =, token =, key =, secret = etc. before posting! -->

#### Does the same issue also occur when using the same configuration on a PC or in Termux?
<!-- Export your configuration and test if the problem also happens elsewhere. -->

#### What are the contents of ```Android/data/io.github.x0b.rcx/files/logs/log.txt```?
<details><summary><code>log.txt</code> (click to expand) </summary><br><pre>
<!-- Paste the log below this line. Remove anything that contains private/personal information -->



<!-- Keep everything after this line -->
</pre></details>
<!-- Export your configuration and test if the problem also happens elsewhere. -->
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Feature request
about: Suggest a new feature or enhancement for RCX
about: Suggest a new feature or enhancement for extRact
---

---
Expand All @@ -15,13 +15,13 @@ about: Suggest a new feature or enhancement for RCX
- [ ] The feature already exists in rclone (on your PC or in Termux)
- [ ] I am prepared to help make this feature

#### What version of RCX are you using (About -> App version)?
#### What version of extRact are you using (About -> App version)?



#### What problem are you trying to solve?
<!-- describe your goals or problems, save the solution for the next question -->


#### What should RCX be able to do differently to help with this problem?
#### What should extRact be able to do differently to help with this problem?
<!-- describe your ideas: how would you solve this problem? -->

0 comments on commit 98e2b3f

Please sign in to comment.