mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-09 14:11:55 -04:00
Add Contributions section to README
This commit is contained in:
parent
c04938fe22
commit
a689541a4b
1 changed files with 21 additions and 2 deletions
23
README.md
23
README.md
|
@ -118,7 +118,9 @@ rip discover --list 'best-sellers'
|
|||
|
||||
|
||||
|
||||
For more help and examples
|
||||
## Troubleshooting
|
||||
|
||||
First, consult the help pages and their example commands.
|
||||
|
||||
```bash
|
||||
rip --help
|
||||
|
@ -140,7 +142,24 @@ rip discover --help
|
|||
rip config --help
|
||||
```
|
||||
|
||||
**This tool is still in development. If there are any features you would like to see, please open an issue.**
|
||||
Second, try resetting the config file with `rip config —reset`. Config errors often arise after an update where a new feature was added.
|
||||
|
||||
|
||||
|
||||
If that doesn't work, open an issue on GitHub. Please include the traceback and the command you used.
|
||||
|
||||
|
||||
|
||||
## Contributions
|
||||
|
||||
All contributions are appreciated! If you're new to Git, follow these steps to open your first Pull Request (PR):
|
||||
|
||||
- Fork this repository
|
||||
- Clone the new repository
|
||||
- Commit your changes
|
||||
- Open a pull request to the `dev` branch
|
||||
|
||||
Please document any functions or obscure lines of code.
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue