Contributing
Pixel Agents is open source and welcomes contributions of all kinds — bug reports, feature requests, code, and asset packs.
Getting Involved
- Issues — report bugs or request features
- Discussions — ask questions and share ideas
- Good First Issues — great starting points for new contributors
Development Setup
git clone https://github.com/pixel-agents-hq/pixel-agents.git
cd pixel-agents
npm install
cd webview-ui && npm install && cd ..
npm run build
Press F5 in VS Code to launch the Extension Development Host.
Ways to Contribute
Code
Fix bugs, add features, or improve the architecture. Check the issues for things that need help.
Assets
Create custom furniture, characters, floors, or wall sets. See the Assets overview for the manifest format and structure.
Documentation
Improve these docs! Click "Edit this page on GitHub" at the bottom of any page to suggest changes.
Guidelines
Please read the Code of Conduct and CONTRIBUTING.md in the main repo before submitting a pull request.