Thanks for your interest in the xlget-client project!
Please note that the issue tracker is meant for:
- Bug reports
- Feature requests
If you have problems using or installing the software which stem from bugs in the software or a lack of documentation, we are always happy to help out! However, for ordinary usage questions, please consider asking elsewhere, for instance on StackOverflow.
Before submitting an issue, please carefully look through the following places to make sure your problem is not already addressed:
- The issue tracker
- The README
- The project's documentation
- The project's samples
Lastly, please consider helping out by opening a Pull Request!
Pull Requests fixing bugs, implementing new features, or updating documentation and dependencies are all very welcome! If you would like to help out with the project, you can pick an open issue from the issue tracker. We're more than happy to help you get started! Here's how you can proceed:
- Fork and clone xlget-client
- Create a thoughtfully named topic branch to contain your changes
- Hack away
- Add your own tests and make sure they're all still passing
- If some of your changes deserve a mention on xlget-client's home page, edit the README accordingly
- If necessary, rebase your commits into logical chunks, without errors
- Push the branch to your fork on GitHub
- Create a pull request for xlget-client
Notes:
- Do not change xlget-client's version numbers, we will do that on our own.