11 lines
195 B
Markdown
11 lines
195 B
Markdown
# Contributing
|
|
|
|
Contributions welcome! Feel free to open issues or pull requests.
|
|
|
|
## Branch naming
|
|
|
|
- `feature/description`
|
|
- `fix/description`
|
|
|
|
CI runs fmt, clippy, and tests on pull requests.
|