aleksejs1_obsidian-contact-.../CODE_OF_CONDUCT.md
2025-12-14 06:52:32 +02:00

20 lines
645 B
Markdown

# 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!