diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml
index 94106240..0a23da4e 100644
--- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml
+++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml
@@ -1,6 +1,6 @@
-name: Bug report
+name: Bug Report
description: Create a report to help us improve existing features
-labels: ["type: possible bug"]
+labels: ['type: possible bug']
body:
- type: markdown
attributes:
@@ -56,6 +56,7 @@ body:
id: steps
attributes:
label: Steps to reproduce
+ description: Do not forget to always add example posts, links, markdown...
placeholder: |
1. This
2. Then that
diff --git a/.gitignore b/.gitignore
index 5614bb96..5bfaa113 100644
--- a/.gitignore
+++ b/.gitignore
@@ -83,6 +83,9 @@ Thumbs.db
# Mobile Tools for Java (J2ME)
.mtj.tmp/
+# Visual Studio Code
+.vscode/
+
# Package Files #
*.war
*.ear
diff --git a/README.md b/README.md
index ffc4af95..470b6ebd 100644
--- a/README.md
+++ b/README.md
@@ -1,46 +1,84 @@
-# Infinity-For-Reddit [](https://www.patreon.com/docile_alligator)
+
+ Infinity For Reddit
+
-[](https://raw.githubusercontent.com/Wladefant/Infinity-For-Reddit/master/fastlane/metadata/android/en-US/images/icon.png)
+
-Infinity For Reddit is a Reddit client on Android written in Java. It does not have any ads and it features clean UI and smooth browsing experience.
+A Reddit client on Android written in Java. It does not have any ads and it features a clean UI and smooth browsing experience
-Infinity for Reddit is available on the Google Play Store and F-Droid.
+
-
-
-
-
-
-
-
-
+
-## Donation
-Patreon: https://www.patreon.com/docile_alligator
+
-Bitcoin: bc1qxtkd5ap9na7uy8nr9qpt6jny6tdwaj4v43ddle
+
+
+Infinity for Reddit is available on Google Play and F-Droid
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+[![release](https://img.shields.io/github/v/release/Docile-Alligator/Infinity-For-Reddit)](https://github.com/Docile-Alligator/Infinity-For-Reddit/releases)
+[![license](https://img.shields.io/github/license/Docile-Alligator/Infinity-For-Reddit)](LICENSE)
+[![GitHub issues](https://img.shields.io/github/issues/Docile-Alligator/Infinity-For-Reddit)](https://github.com/Docile-Alligator/Infinity-For-Reddit/issues)
+
+
+
+
+ Table of Contents
+
+- [About](#about)
+ - [Built With](#built-with)
+- [Getting Started](#getting-started)
+ - [Prerequisites](#prerequisites)
+ - [Usage](#usage)
+ - [Cookiecutter template](#cookiecutter-template)
+ - [Manual setup](#manual-setup)
+ - [Variables reference](#variables-reference)
+- [Roadmap](#roadmap)
+- [Contributing](#contributing)
+- [Support](#support)
+- [License](#license)
+- [Acknowledgements](#acknowledgements)
+
+
+
+---
## About The Project
-[](https://raw.githubusercontent.com/Wladefant/Infinity-For-Reddit/master/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png)
-[](https://raw.githubusercontent.com/Wladefant/Infinity-For-Reddit/master/fastlane/metadata/android/en-US/images/phoneScreenshots/6.png)
-[](https://raw.githubusercontent.com/Wladefant/Infinity-For-Reddit/master/fastlane/metadata/android/en-US/images/phoneScreenshots/7.png)
+
+
+
+
+Key features of **Infinity For Reddit**:
-### Highlighted feature
- Lazy mode: Automatic scrolling of posts enables you to enjoy amazing posts without moving your thumb.
-
-### Features
- Browsing posts
- View comments
- Expand and collapse comments section
@@ -55,13 +93,47 @@ width="200"
- Get notifications of unread messages
- etc...
+ |
+
+
+
+
+
+
+
+
+
+
+
(back to top)
## Contributing
-Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
+First off, thanks for taking the time to contribute! Contributions are what makes the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
+
+If you have a suggestion that would make this better, please fork the repo and create a pull request.
-If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
1. Fork the Project
@@ -72,22 +144,25 @@ Don't forget to give the project a star! Thanks again!
Here are other ways you can help:
-* [Report bugs and make suggestions](https://github.com/Docile-Alligator/Infinity-For-Reddit/issues)
- * [Translate the app](https://poeditor.com/join/project?hash=b2IRyfaJv6)
+- [Report Bugs](https://github.com/Docile-Alligator/Infinity-For-Reddit/issues)
+- [Make Suggestions](https://github.com/Docile-Alligator/Infinity-For-Reddit/discussions)
+- [Translate The App](https://poeditor.com/join/project?hash=b2IRyfaJv6)
(back to top)
## License
-Distributed under the AGPL-3.0 License. See `LICENSE` for more information.
+Distributed under the AGPL-3.0 License. See LICENSE for more information.
(back to top)
## Contact
-[u/Hostilenemy](https://www.reddit.com/user/Hostilenemy) -
-docilealligator.app@gmail.com
+[u/Hostilenemy](https://www.reddit.com/user/Hostilenemy) -
+docilealligator.app@gmail.com (Owner)
+
+or [u/Wladefant](https://www.reddit.com/user/Wladefant) - wladefant@gmail.com (Collaborator)
Project Link: [https://github.com/Docile-Alligator/Infinity-For-Reddit](https://github.com/Docile-Alligator/Infinity-For-Reddit)
-(back to top)
\ No newline at end of file
+(back to top)