CONTRIBUTING.md•1.24 kB
# Contributing to Yokan Board MCP
First off, thank you for considering contributing to Yokan Board MCP! It's people like you that make open source such a great community.
## Where do I go from here?
If you've noticed a bug or have a feature request, please [open an issue](https://github.com/yokan-board/yokan-board-mcp/issues/new).
## Fork & create a branch
If you're going to work on an issue, please fork the repository and create a new branch. This helps keep the repository clean and makes it easier to review your changes.
```bash
git clone https://github.com/yokan-board/yokan-board-mcp.git
cd yokan-board-mcp
git checkout -b my-new-feature
```
## Code Style
This project uses `black` for code formatting. Please make sure your code is formatted before submitting a pull request.
```bash
pip install black
black .
```
## Submitting a pull request
When you're ready to submit a pull request, please make sure to:
1. Run the tests to make sure everything is working as expected.
2. Update the `README.md` if you've made any changes to the user-facing functionality.
3. Submit the pull request to the `main` branch.
## Getting in touch
If you have any questions, you can reach out to the maintainer, Julian I. Kamil.