mirror of
https://gitverse.ru/ot/DownOnSpot
synced 2025-12-18 17:34:19 +00:00
Fix formatting and add badges to readme
This commit is contained in:
parent
bead5bf2dc
commit
e1a76abcb4
3 changed files with 37 additions and 26 deletions
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
|
@ -12,6 +12,7 @@ A clear and concise description of what the bug is.
|
||||||
|
|
||||||
**To Reproduce**
|
**To Reproduce**
|
||||||
Steps to reproduce the behavior:
|
Steps to reproduce the behavior:
|
||||||
|
|
||||||
1. Go to '...'
|
1. Go to '...'
|
||||||
2. Click on '....'
|
2. Click on '....'
|
||||||
3. Scroll down to '....'
|
3. Scroll down to '....'
|
||||||
|
|
@ -24,7 +25,8 @@ A clear and concise description of what you expected to happen.
|
||||||
If applicable, add screenshots to help explain your problem.
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
|
||||||
**Desktop (please complete the following information):**
|
**Desktop (please complete the following information):**
|
||||||
- OS: [e.g. iOS]
|
|
||||||
|
- OS: [e.g. iOS]
|
||||||
|
|
||||||
**Additional context**
|
**Additional context**
|
||||||
Add any other context about the problem here.
|
Add any other context about the problem here.
|
||||||
|
|
|
||||||
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
|
|
@ -17,7 +17,6 @@ jobs:
|
||||||
build_and_test:
|
build_and_test:
|
||||||
name: DownOnSpot
|
name: DownOnSpot
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: sudo apt install -y libasound2-dev libmp3lame-dev
|
- run: sudo apt install -y libasound2-dev libmp3lame-dev
|
||||||
|
|
|
||||||
14
README.md
14
README.md
|
|
@ -1,12 +1,22 @@
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
# DownOnSpot
|
# DownOnSpot
|
||||||
### A Spotify downloader written in Rust
|
|
||||||
|
A Spotify downloader written in Rust
|
||||||
|
|
||||||
<img src="assets/icon.svg" alt="drawing" width="500"/>
|
<img src="assets/icon.svg" alt="drawing" width="500"/>
|
||||||
</div>
|
|
||||||
|
<br>
|
||||||
|
|
||||||
[](https://github.com/oSumAtrIX/DownOnSpot/actions/workflows/rust.yml)
|
[](https://github.com/oSumAtrIX/DownOnSpot/actions/workflows/rust.yml)
|
||||||
|
[](https://www.codacy.com/gh/oSumAtrIX/DownOnSpot/dashboard?utm_source=github.com&utm_medium=referral&utm_content=oSumAtrIX/DownOnSpot&utm_campaign=Badge_Grade)
|
||||||
|
[](https://github.com/oSumAtrIX/DownOnSpot/blob/main/LICENSE)
|
||||||
|
[](https://github.com/oSumAtrIX/DownOnSpot/issues)
|
||||||
|
[](https://github.com/oSumAtrIX/DownOnSpot/network)
|
||||||
|
[](https://github.com/oSumAtrIX/DownOnSpot/stargazers)
|
||||||
|
[](https://masterminds.github.io/stability/experimental.html)
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
## Disclaimer
|
## Disclaimer
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue