mirror of
https://github.com/aleksejs1/obsidian-contact-sync-plugin.git
synced 2026-07-22 05:48:16 +00:00
Add code of conduct
This commit is contained in:
parent
e52cf526e2
commit
cdc6503d0c
1 changed files with 20 additions and 0 deletions
20
CODE_OF_CONDUCT.md
Normal file
20
CODE_OF_CONDUCT.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Code of Conduct
|
||||
|
||||
## Development Workflow
|
||||
|
||||
To ensure code quality and consistency, please follow these guidelines when contributing to this project.
|
||||
|
||||
### Before Committing
|
||||
|
||||
Before creating a commit, you **MUST** run the following commands to ensure your code is formatted and the environment is correctly prepared:
|
||||
|
||||
```bash
|
||||
npm run format
|
||||
npm run prepare
|
||||
```
|
||||
|
||||
### Documentation
|
||||
|
||||
If your changes modify the current functionality or add new features, you **MUST** update the `README.md` file to reflect these changes. Keeping documentation up-to-date is crucial for the project's maintainability and usability.
|
||||
|
||||
Thank you for your contributions!
|
||||
Loading…
Reference in a new issue