mirror of
https://github.com/xscriptor/obsidian.git
synced 2026-07-22 04:10:24 +00:00
884 B
884 B
Contributing
Thanks for considering contributing to Xscriptor.
How to contribute
Report bugs
Open an issue at https://github.com/xscriptor/obsidian/issues with:
- Your Obsidian version
- The theme version
- Steps to reproduce
- Screenshots if applicable
Suggest features
Open an issue with the "enhancement" label describing what you would like to see and why it would be useful.
Submit changes
- Fork the repository.
- Create a branch from
labsfor development work. - Make your changes.
- Test with Obsidian (copy
theme.cssto your vault's theme folder). - Submit a pull request against the
labsbranch.
Development notes
- The theme is built from
colors.mdusingscripts/build_unified.py. - Run
python3 scripts/build_unified.pyto regeneratetheme.css. - Keep changes reproducible: modify the palette files, not the generated CSS.