* Improve issue templates and make them mandatory. * Improve CONTRIBUTING.md. * Add template for pull requests.
18 lines
478 B
Markdown
18 lines
478 B
Markdown
## Description
|
|
<!--
|
|
A clear and concise description of what this PR changes.
|
|
-->
|
|
|
|
## Testing guidelines
|
|
<!--
|
|
A clear and concise description of how the changes can be tested.
|
|
For example, you can include a command to run the relevant tests or examples.
|
|
You can also include screenshots of the expected behavior.
|
|
-->
|
|
|
|
## Checklist
|
|
|
|
* [ ] I have read the [contributing guidelines](../CONTRIBUTING.md).
|
|
* [ ] I have added relevant tests.
|
|
* [ ] I have documented all new additions.
|