A .github/FUNDING.yml => .github/FUNDING.yml +12 -0
@@ 0,0 1,12 @@
+# These are supported funding model platforms
+
+github: ["yang991178"] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
+patreon: # Replace with a single Patreon username
+open_collective: # "fluent-reader"
+ko_fi: # Replace with a single Ko-fi username
+tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
+community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
+liberapay: # Replace with a single Liberapay username
+issuehunt: # Replace with a single IssueHunt username
+otechie: # Replace with a single Otechie username
+custom: ["https://www.paypal.me/yang991178", "https://hyliu.me/fluent-reader/imgs/alipay.jpg"]
A .github/ISSUE_TEMPLATE/bug_report.md => .github/ISSUE_TEMPLATE/bug_report.md +31 -0
@@ 0,0 1,31 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**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.
+
+**Platform (please complete the following information):**
+ - OS: [e.g. Windows 10 2004]
+ - Version [e.g. 0.6.1]
+
+**Additional context**
+Add any other context about the problem here.
A .github/ISSUE_TEMPLATE/feature_request.md => .github/ISSUE_TEMPLATE/feature_request.md +20 -0
@@ 0,0 1,20 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**Is your feature request related to a problem? Please describe.**
+A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
+
+**Describe the solution you'd like**
+A clear and concise description of what you want to happen.
+
+**Describe alternatives you've considered**
+A clear and concise description of any alternative solutions or features you've considered.
+
+**Additional context**
+Add any other context or screenshots about the feature request here.
M README.md => README.md +17 -3
@@ 1,5 1,5 @@
<p align="center">
- <img width="120" height="120" src="https://github.com/yang991178/rss-reader/raw/master/build/icon.png">
+ <img width="120" height="120" src="https://github.com/yang991178/fluent-reader/raw/master/build/icon.png">
</p>
<h3 align="center">Fluent Reader Lite</h3>
<p align="center">A simplistic mobile RSS client</p>
@@ 7,11 7,25 @@
## Download
-Fluent Reader Lite will first be available through TestFlight on iOS and as an APK download through GitHub Releases on Android.
-Eventually, the app will be released on App Store and Google Play Store.
+### Stable Version
+
+The stable version of the app will be released on App Store and Google Play Store when it is ready.
+
+### Beta Version
+
+- iOS: [Download from TestFlight](https://testflight.apple.com/join/9fwRtH8C)
+- Android: [Download from GitHub Releases](https://github.com/yang991178/fluent-reader-lite/releases)
+
+### Desktop App
+
+The repo of the full-featured desktop app [can be found here](https://github.com/yang991178/fluent-reader).
## Features
+<p align="center">
+ <img src="https://github.com/yang991178/fluent-reader-lite/raw/master/assets/demo/demo.png">
+</p>
+
Fluent Reader Lite is a simplistic, cross-platform, and open-source RSS client.
The following self-hosted or commercial RSS services are supported.
A assets/demo/demo.png => assets/demo/demo.png +0 -0