kaneo (minimalist kanban) fork to experiment adding a tangled integration
github.com/usekaneo/kaneo
1> **Customize this file**: Tailor this template to your project by noting specific contribution types you're looking for, adding a Code of Conduct, or adjusting the writing guidelines to match your style.
2
3# Contribute to the documentation
4
5Thank you for your interest in contributing to our documentation! This guide will help you get started.
6
7## How to contribute
8
9### Option 1: Edit directly on GitHub
10
111. Navigate to the page you want to edit
122. Click the "Edit this file" button (the pencil icon)
133. Make your changes and submit a pull request
14
15### Option 2: Local development
16
171. Fork and clone this repository
182. Install the Mintlify CLI: `npm i -g mint`
193. Create a branch for your changes
204. Make changes
215. Navigate to the docs directory and run `mint dev`
226. Preview your changes at `http://localhost:3000`
237. Commit your changes and submit a pull request
24
25For more details on local development, see our [development guide](development.mdx).
26
27## Writing guidelines
28
29- **Use active voice**: "Run the command" not "The command should be run"
30- **Address the reader directly**: Use "you" instead of "the user"
31- **Keep sentences concise**: Aim for one idea per sentence
32- **Lead with the goal**: Start instructions with what the user wants to accomplish
33- **Use consistent terminology**: Don't alternate between synonyms for the same concept
34- **Include examples**: Show, don't just tell