Join our growing community of chess enthusiasts and developers. Contribute to making Pawn Appétit even better for everyone.
Connect with fellow chess players, get help, and stay updated on the latest developments.
Join our active community for real-time discussions, help, and updates.
Contribute code, report bugs, and follow development progress.
Share games, discuss features, and connect with other chess enthusiasts.
Participate in chess community discussions about modern chess tools.
Every contribution matters, whether you're a developer, designer, writer, or chess enthusiast.
Help improve Pawn Appétit with bug fixes, new features, and optimizations.
Create guides, tutorials, and help resources for users and developers.
Test new releases, report bugs, and help ensure quality and stability.
Improve the visual design, user experience, and accessibility.
Follow these steps to contribute code to Pawn Appétit. We use a standard GitHub workflow.
Create your own copy of the repository to work on.
$ git clone https://github.com/yourusername/pawn-appetit.git$ cd pawn-appetit$ git remote add upstream https://github.com/Pawn-Appetit/pawn-appetit.git
Install dependencies and set up your development environment.
$ npm install$ npm run tauri:dev
Work on features in separate branches for easy collaboration.
$ git checkout -b feature/your-feature-name$ git push -u origin feature/your-feature-name
Implement your feature or fix following our coding standards.
$ npm run test$ npm run lint$ npm run format
Share your changes with the community for review and integration.
$ git add .$ git commit -m "feat: descriptive commit message"$ git push origin feature/your-feature-name
We foster an inclusive, helpful, and respectful community for all members.
Treat all community members with kindness and respect. We welcome people of all skill levels and backgrounds.
Keep discussions relevant to Pawn Appétit, chess software, or related topics. Off-topic posts may be moved or removed.
Share your knowledge and help fellow users. Answer questions, provide feedback, and contribute to discussions.
Check existing issues, documentation, and discussions before posting new questions or bug reports.
Include system info, error messages, and steps to reproduce when reporting issues. Quality reports help us fix problems faster.
Acknowledge contributions from others and respect intellectual property. Cite sources and give proper attribution.
We appreciate our contributors and provide various ways to recognize their efforts.
Active contributors are featured in our README and release notes.
Sponsor specific features or improvements you'd like to see implemented.
Experienced users can become community moderators and mentors.
Join our community today and help make Pawn Appétit the best chess software for everyone.