Thank you so much for helping on MediaFetchBot!
Here are a few guidelines to help make sure your contribution goes as smoothly as possible.
This is project written by noobie, and bugs are sure to be hiding everywhere. If you found one, great!
- Mention the operating system you are using. If you have other env details, please mention these as well.
- Try to provide "simple" (if possible) code to reproduce the bug. If you can't simplify your code, a complete code is better than a simple, but incomplete one.
- If relevant, you can post a screenshot describing the problem.
If you have an idea you think would make this project better, we're all ears!
- Describe your use-case: what do you want to achieve with this improvement?
If you feel like digging in the code, thank you again! We're very grateful for your work.
- Format your code with
rustfmt
. - Only use stable rust features. This project should compile on rust stable.
- Do one thing at a time. Split a large change into a series of smaller, standalone changes. Don't start a refactor while adding a feature.