Thanks for taking the time to contribute to Themed Obsidian Discord RPC 🎉
This project aims to provide a customizable and theme-aware Discord Rich Presence experience for Obsidian users. Contributions of all kinds are welcome.
If you have an idea or improvement in mind just choose Requesting a feature on Issues
-
Fork the repository
-
Clone your fork locally:
git clone https://github.com/<your-username>/themed-obsidian-discord-rpc.git
-
Create a new branch:
git checkout -b feat/your-feature-name
- Keep your changes focused and minimal
- Follow the existing code structure and style
-
check Conventional Commits for more!
-
Example:
git commit -m "feat: adding a brilliant feature"
-
Push your branch:
git push origin feature/your-feature-name
-
Open a Pull Request targeting the
mainbranch -
Describe what you changed and why
-
Link related issues if applicable
- you need to make sure you installed the required dependencies in order to test or build the plugin by running this command:
npm install- in order to live test the plugin you just need to run:
npm run dev- if you want to build the plugin just run:
npm run buildBy contributing, you agree that your contributions will be licensed under the MIT Lisence this project.
Thank you for helping improve Themed Obsidian Discord RPC 🚀