From d38c16d6b2de26cf0276873a9aa2e437b03776dc Mon Sep 17 00:00:00 2001 From: Aman Chhabra <17457975+achhabra2@users.noreply.github.com> Date: Sat, 18 Dec 2021 22:30:49 -0800 Subject: [PATCH 1/2] Update readme --- .DS_Store | Bin 8196 -> 8196 bytes README.md | 19 ++++++++++++++----- appicon.png | Bin 887467 -> 887467 bytes 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.DS_Store b/.DS_Store index 7ddefac8632758523711b2cad17d1ad8cadb67fd..38693ab89c7f1538517e34eedfd000bc6800c36e 100644 GIT binary patch delta 79 zcmV-V0I>grK!iY$PXQURP`eKS8M6!!8UY6~GBPY6G&hqG6hD(}5mpfm0Av7d0A~O# l0CNCv0A&DUlaUn|1^}-B009oOw-FWwvj-UW1hd2x1_K4Q6FmR` delta 48 zcmV-00MGw~K!iY$PXQRQP`eKS7_$rz8Ud575=N735mvMO5eo*9fI71W821FTI2F$V Gk$^XX;t)>& diff --git a/README.md b/README.md index 7db50c9..486e05b 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,19 @@ # RiftShare +

+ + icon + +

+ ![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 +Selecting Files +Sending Files + -Receiving Files -![Receiving Files](./docs/screenshots/riftshare-receive-1.png) +### Receiving Files +Receiving Files TODO diff --git a/appicon.png b/appicon.png index d12e66145300b0e8d61e8f62221a401c380ad78e..48a948835f05395fd079300555b02ae498378a1e 100644 GIT binary patch delta 79 zcmZ2I)ok@tvkeQGnM{o~FJ{(aWSQdSJG=QJOZ!C@Mj&PaVrC!)@mYbG4T#x+m;;D8 SftU-3xq+Bx`$ZPsTde?zGaTjs delta 79 zcmZ2I)ok@tvkeQGnM_PJFJ{(aWLY@%VPNw`miCJ*j6lo;#LPep; Date: Sat, 18 Dec 2021 22:38:48 -0800 Subject: [PATCH 2/2] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 31 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 +++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md 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.