diff --git a/.DS_Store b/.DS_Store index 7ddefac..38693ab 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..cbeebf7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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. + +**Desktop (please complete the following information):** + - OS: [e.g. Windows 11, macOS Monterey] + - Version [e.g. v1.0.0] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..bbcbbe7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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. diff --git a/README.md b/README.md index 7db50c9..486e05b 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,19 @@ # RiftShare +
+ + + +
+ ![GitHub all releases](https://img.shields.io/github/downloads/achhabra2/riftshare/total) ![GitHub](https://img.shields.io/github/license/achhabra2/riftshare) ![GitHub Release Date](https://img.shields.io/github/release-date/achhabra2/riftshare) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/achhabra2/riftshare) ![GitHub Repo stars](https://img.shields.io/github/stars/achhabra2/riftshare?style=social) +NOTE - Please see the gh-pages site at [riftshare.app](https://riftshare.app) for the up to date Readme and FAQ. + ## About RiftShare is an app inspired by a few amazing Github projects. @@ -40,12 +48,13 @@ Frontend Built Using: ## Using it -Sending Files -![Selecting Files](./docs/screenshots/riftshare-send-1.png) -![Sending Files](./docs/screenshots/riftshare-send-2.png) +### Sending Files + + + -Receiving Files -![Receiving Files](./docs/screenshots/riftshare-receive-1.png) +### Receiving Files + TODO diff --git a/appicon.png b/appicon.png index d12e661..48a9488 100644 Binary files a/appicon.png and b/appicon.png differ