Thanks for your interest in contributing! This mod aims to fix critical bugs in the Demon Bluff demo/playtest that affect gameplay or modding.
- Check if the bug is already reported in Issues
- Create a new issue with:
- Clear description of the bug
- Steps to reproduce
- Expected vs actual behavior
- Open an issue describing:
- What bug you want to fix
- Why it's important (affects gameplay/modding)
- Your proposed solution (if you have one)
- Fork the repository
- Create a branch for your fix:
git checkout -b fix/bug-name - Make your changes:
- Follow existing code style
- Use HarmonyLib patches where possible
- Add comments explaining what the fix does
- Test thoroughly in-game
- Commit with a clear message:
fix: player death not triggering at 0 health - Push to your fork
- Open a Pull Request with:
- Description of what bug it fixes
- How you tested it
- Any side effects or limitations
- ✅ Critical gameplay bugs (game-breaking issues)
- ✅ Bugs that prevent mods from working properly
- ✅ Missing features that break expected game behavior
- ❌ Balance changes or gameplay tweaks
- ❌ Quality of life features (make a separate mod)
- ❌ Fixes for issues the developers are actively working on
- ❌ Changes that break compatibility with other mods
- Use clear variable names
- Keep patches minimal and focused
- Test with and without other mods installed
- Avoid breaking changes to existing fixes
- Open an issue with the
questionlabel - Check existing issues and pull requests
- Be patient - this is a community project
By contributing, you agree that your contributions will be licensed under the same license as this project.