Thanks for your interest in contributing to nexus-collection-dl.
Use the Bug Report issue template. Include steps to reproduce, your OS, Python version, and any error output. The more detail, the faster we can fix it.
Use the Feature Request issue template. Describe the feature and why you need it.
Head to Discussions for questions, troubleshooting, and general conversation. Issues are for bugs and feature requests only.
git clone https://github.com/scottmccarrison/nexus-collection-dl.git
cd nexus-collection-dl
./setup.sh
source venv/bin/activateYou'll need a Nexus Mods API key to test against the API. See the README for details.
- Create a feature branch off
main - Use a descriptive branch name (e.g.,
fix-rar-extraction,add-dry-run-flag) - Keep changes focused. One PR per feature or fix.
- Link the related issue if there is one
- Test your changes locally before submitting
That's it. Nothing complicated.