Contributing to AnyonWiki
Help us build the most comprehensive database of fusion categories
Add Data
Contribute new fusion rings or categories
Share your research by adding new entries to the database. We accept mathematically verified data with proper references.
Improve Documentation
Help make the wiki more accessible
Write tutorials, add examples, or clarify existing documentation to help other researchers understand the concepts.
Code Contributions
Enhance the platform features
Contribute to the codebase by fixing bugs, adding features, or improving the user interface.
Review & Verify
Help ensure data accuracy
Review submissions, verify mathematical properties, and help maintain the quality of the database.
Contribution Guidelines
Please follow these guidelines when contributing
Getting Started
Ready to contribute? Here's how to begin
1. Set up your environment
git clone https://github.com/anyonwiki/anyonwiki.git
cd anyonwiki
npm install
2. Create a branch
git checkout -b feature/your-contribution
3. 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-contribution
Questions?
If you have questions about contributing or need help getting started, please reach out to the community or check our documentation.