Contributing to AnyonWiki
Help us build the most comprehensive database of fusion categories
Share your research by adding new entries to the database. We accept mathematically verified data with proper references.
Write tutorials, add examples, or clarify existing documentation to help other researchers understand the concepts.
Contribute to the codebase by fixing bugs, adding features, or improving the user interface.
Review submissions, verify mathematical properties, and help maintain the quality of the database.
1. Set up your environment
git clone https://github.com/anyonwiki/anyonwiki.git
cd anyonwiki
npm install2. Create a branch
git checkout -b feature/your-contribution3. Make your changes
Add your data, documentation, or code following our guidelines.
4. Submit a pull request
git add .
git commit -m "Add: [brief description]"
git push origin feature/your-contributionIf you have questions about contributing or need help getting started, please reach out to the community or check our documentation.