From 830a37f237ef784a05929bec519af4d78b5475b3 Mon Sep 17 00:00:00 2001 From: Sannidhya Dubey Date: Fri, 11 Oct 2024 14:54:37 +0530 Subject: [PATCH 1/2] Updated README.md --- README.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index d61a712..719e8a1 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,21 @@ # Freelexity Freelexity is an open-source answer engine built with Flutter. It leverages the power of Brave Search API and Groq API to provide users with comprehensive answers to their queries. +![Freelexity-Ghub](https://github.com/user-attachments/assets/0c144f8d-5844-41eb-b703-dadf410b36c4) -## Table of Contents - -1. [Features](#features) -2. [Prerequisites](#prerequisites) -3. [Installation](#installation) -4. [API Keys](#api-keys) -5. [How It Works](#how-it-works) -6. [File Structure](#file-structure) -7. [Workflow](#workflow) -8. [License](#license) -9. [Contributing](#contributing) -10. [Contact](#contact) +### Don't forget to :star: the repo + +[![GitHub stars](https://img.shields.io/github/stars/TheGuyDangerous/Freelexity.svg?style=social&label=Star)](https://github.com/TheGuyDangerous/Freelexity) ![GitHub forks](https://img.shields.io/github/forks/TheGuyDangerous/Freelexity.svg?style=social&label=Forks) ![GitHub followers](https://img.shields.io/github/followers/TheGuyDangerous.svg?style=social&label=Follow) [![Static Badge](https://img.shields.io/badge/Emoji%20Status-grey?logo=HuggingFace)](https://github.com/TheGuyDangerous/Freelexity/releases) [![Android CI](https://github.com/TheGuyDangerous/Freelexity/actions/workflows/build_and_release.yml/badge.svg)](https://github.com/TheGuyDangerous/Freelexity/actions/workflows/build_and_release.yml) [![Release](https://img.shields.io/github/v/release/TheGuyDangerous/Freelexity?include_prereleases)](https://github.com/TheGuyDangerous/Freelexity/releases/latest) [![Made with Flutter](https://img.shields.io/badge/Made%20with-flutter-61DAFB.svg)](https://flutter.dev/) + +# Download +| Download the app | Badges | +| ------- | ------------------ | +| Google Play | ![Google Play](https://img.shields.io/badge/Google%20Play-Coming%20Soon-green?logo=GooglePlay&logoColor=%239fd900) | +| Preview | ![Preview](https://img.shields.io/badge/Preview-Released-green?logo=Android&logoColor=%239fd900&label=Preview) | +| Beta | ![Beta](https://img.shields.io/badge/Beta-Released-green?logo=Android&logoColor=%239fd900) | +| Stable | ![Stable](https://img.shields.io/badge/Stable-Released-green?logo=Android&logoColor=%239fd900) | +| GitHub | ![Static Badge](https://img.shields.io/badge/GitHub-Released-green?logo=GitHub&logoColor=%239fd900) | +| F-Droid | ![F-Droid](https://img.shields.io/badge/FDroid-Coming%20Soon-green?logo=F-Droid&logoColor=%239fd900&label=F-Droid) | ## Features From 5dce45dca594a61fd3b0a249d30489450f88ca47 Mon Sep 17 00:00:00 2001 From: TheGuyDangerous Date: Fri, 11 Oct 2024 15:07:12 +0530 Subject: [PATCH 2/2] Added support tools --- .github/FUNDING.yml | 6 ++++ .../workflows/ISSUE_TEMPLATE/bug_report.md | 32 +++++++++++++++++++ .github/workflows/ISSUE_TEMPLATE/custom.md | 0 .../ISSUE_TEMPLATE/feature_request.md | 0 4 files changed, 38 insertions(+) create mode 100644 .github/FUNDING.yml create mode 100644 .github/workflows/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/workflows/ISSUE_TEMPLATE/custom.md create mode 100644 .github/workflows/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..c39d031 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,6 @@ + +# These are supported funding model platforms + +github: [ TheGuyDangerous] +patreon: Sannidhya +buy_me_a_coffee: sannidhyada diff --git a/.github/workflows/ISSUE_TEMPLATE/bug_report.md b/.github/workflows/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..be66e3b --- /dev/null +++ b/.github/workflows/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +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. + +**Smartphone (please complete the following information):** + - Device: [e.g. Nothing Phone 2] + - OS: [e.g. Nothing OS] + - Version [e.g. Android 12] + +**Additional context** +Add any other context about the problem here. \ No newline at end of file diff --git a/.github/workflows/ISSUE_TEMPLATE/custom.md b/.github/workflows/ISSUE_TEMPLATE/custom.md new file mode 100644 index 0000000..e69de29 diff --git a/.github/workflows/ISSUE_TEMPLATE/feature_request.md b/.github/workflows/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..e69de29