c97d13d00e
This adds an issue template for bug reports. Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
27 lines
711 B
Markdown
27 lines
711 B
Markdown
# Pull Request
|
|
|
|
<!--
|
|
## Note to the Contributor
|
|
|
|
We encourage contributors to go through a proposal process to discuss major changes.
|
|
Before your PR is allowed to run through CI, the maintainers of Talos will first have to approve the PR.
|
|
-->
|
|
|
|
## What? (description)
|
|
|
|
## Why? (reasoning)
|
|
|
|
## Acceptance
|
|
|
|
Please use the following checklist:
|
|
|
|
- [ ] you linked an issue (if applicable)
|
|
- [ ] you included tests (if applicable)
|
|
- [ ] you ran conformance (`make conformance`)
|
|
- [ ] you formatted your code (`make fmt`)
|
|
- [ ] you linted your code (`make lint`)
|
|
- [ ] you generated documentation (`make docs`)
|
|
- [ ] you ran unit-tests (`make unit-tests`)
|
|
|
|
> See `make help` for a description of the available targets.
|