Contribute¶
XOEI is MIT-licensed and community-maintained.
Maintainer contact¶
- Maintainer:
hyperlander - Email:
maiermarc75@gmail.com - Repository:
xelis-education
Contribution flow¶
- Fork repository
- Create branch
- Update content under
docs/(and mirror folders if relevant) - Run local checks:
node scripts/validate-videos.mjsnode scripts/verify-official-links.mjsnode scripts/render-learning-media.mjsmkdocs build --strict- Open pull request
What to contribute¶
- Documentation updates and source-verified corrections
- New tutorials under
docs/tutorials/ - Developer learning pages under
docs/developer/ - Research notes/checklists under
docs/research/ - Learning-media catalog updates in
videos/metadata/catalog.json
Quality standards¶
- Cite official XELIS sources for protocol statements.
- Keep wording neutral and educational.
- Avoid financial advice.
- Use concrete, working links (especially for smart-contract docs subpaths).
See CONTRIBUTING.md and CODE_OF_CONDUCT.md in the repository root.