20 lines
852 B
Markdown
20 lines
852 B
Markdown
# Contributing to Backlog.md
|
|
|
|
Thank you for your interest in contributing to Backlog.md. This project is managed using the Backlog.md workflow and we welcome community involvement.
|
|
|
|
## Opening Issues
|
|
|
|
- Search existing issues before creating a new one.
|
|
- Provide a clear description of the problem or proposal.
|
|
- Reference the related task ID when applicable.
|
|
|
|
## Pull Requests
|
|
|
|
1. Fork the repository and create a branch named after the task ID and a short description (e.g. `task-27-contributing-guidelines`).
|
|
2. Make your changes and commit them with the task ID in the message.
|
|
3. Run tests with `bun test` and ensure they pass.
|
|
4. Format and lint the code using `npx biome check .`.
|
|
5. Open a pull request referencing the issue or task it addresses.
|
|
|
|
Please read [AGENTS.md](AGENTS.md) for detailed rules that apply to contributors and AI agents.
|