mirror of
https://github.com/mayurankv/Obsidian-Code-Styler.git
synced 2026-07-22 08:10:29 +00:00
1.4 KiB
1.4 KiB
Contributing to Obsidian Code Styler
Thanks for taking the time to contribute!
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change. Please note we have a code of conduct, please follow it in all your interactions with the project.
Table of Contents
Setting Up the project locally
See the steps outlined in the Unofficial Developer Documentation for building a plugin and the format of plugins as outlined in the sample plugin. Using an IDE such as VSCode as it helps ensure that variable typing is respected.
Submitting a Pull Request
Please go through existing issues and pull requests to check if somebody else is already working on it. Make sure that the README and CHANGELOG are updated appropriately using Semantic Versioning.