Skip to content

Commit

Permalink
Merge pull request #56 from Erb3/main
Browse files Browse the repository at this point in the history
Docs: misc non-code contributions
  • Loading branch information
EmmaKnijn authored Oct 30, 2022
2 parents 3c407fe + 8c2dc28 commit c9453e3
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 17 deletions.
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
name: Bug report
about: Create a bug report to help us improve
title: "[BUG]"
about: Create a bug report to help us improve!
title: '[BUG]'
labels: bug
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 '....'
Expand All @@ -24,9 +24,9 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.

**Setup (please complete the following information):**
- Type of Computer: [e.g. Advanced Computer]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

- Type of Computer: [e.g. Advanced Computer]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: Discussions
url: https://github.com/RubenHetKonijn/musicify/discussions
url: https://github.com/knijn/musicify/discussions
about: Please ask and answer questions here.
9 changes: 5 additions & 4 deletions .github/ISSUE_TEMPLATE/song_request.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
name: Song Request
about: Use this if you wanna request a song
title: "[SONG REQUEST] Artist - Song Name"
title: '[SONG REQUEST] Artist - Song Name'
labels: Song Request
assignees: ''

---

## The song name and artist:
## The song name and artist

For example: Rick Astley - Never Gonna Give You Up

## Links to the song
For example: https://www.youtube.com/watch?v=dQw4w9WgXcQ

For example: `https://www.youtube.com/watch?v=dQw4w9WgXcQ`
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
start.bat
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
# Musicify

[![License badge](https://img.shields.io/github/license/RubenHetKonijn/musicify?style=flat-square)](https://github.com/knijn/musicify/blob/main/LICENSE)
[![Mentioned in Awesome ComputerCraft](https://awesome.re/mentioned-badge-flat.svg)](https://github.com/tomodachi94/awesome-computercraft)
[![CC: Tweaked Version: 1.100+](https://img.shields.io/badge/CC:%20tweaked-1.100+-green?style=flat-square&logo=GNOME%20Terminal)](https://tweaked.cc/)

# Musicify

Musicify is a command line utility for ComputerCraft:Tweaked to stream* songs in game.
Musicify is a command line utility for ComputerCraft:Tweaked to stream\* songs in game.

## Install

To install, run

```shell
wget run https://raw.githubusercontent.com/knijn/musicify/main/install.lua
```

It should only take 13kB of data on your ComputerCraft computer.

## License
Expand All @@ -20,7 +22,7 @@ Musicify is licensed under the [GNU General Public License v3.0](LICENSE).

## Confused?

If you are confused about how to setup Musicify, please [check the wiki page](https://github.com/RubenHetKonijn/musicify/wiki/Setup-Musicify) for further help.
If you are confused about how to setup Musicify, please [check the wiki page](https://github.com/knijn/musicify/wiki/Setup-Musicify) for further help.

`* Disclaimer: Musicify does not stream from a server. It reads files from a local Tape Drive.`

Expand All @@ -32,5 +34,5 @@ If you want to support the program, please make a pull request. It helps out a t
If you want to run the development version of Musicify, run

```shell
wget run https://raw.githubusercontent.com/RubenHetKonijn/musicify/mian/git_install.lua
wget run https://raw.githubusercontent.com/knijn/musicify/mian/git_install.lua
```
1 change: 0 additions & 1 deletion start.bat

This file was deleted.

0 comments on commit c9453e3

Please sign in to comment.