32 lines
782 B
Markdown
32 lines
782 B
Markdown
# Before creating your Pull Request...
|
|
|
|
- New Pull Requests should include a good description of what's being merged.
|
|
- Ideally, all Pull Requests are preceded by a discussion initiated in an Issue on this repository.
|
|
- For bug fixes is mandatory to have tests that cover and fail when the bug is present and will pass after this Pull Request.
|
|
- For changes and improvements, new tests have to be provided to cover the new features.
|
|
|
|
|
|
## What does this change implement/fix?
|
|
|
|
... *answer here*
|
|
|
|
## Is this a fix or an improvement?
|
|
|
|
- [ ] Fix
|
|
- [ ] Improvement
|
|
|
|
## Have discussed this change in an issue?
|
|
|
|
- [ ] Yes
|
|
- [ ] No
|
|
|
|
## Was some test failing because of this issue or change needed?
|
|
|
|
- [ ] Yes
|
|
- [ ] No
|
|
|
|
## Are you including tests to cover this change?
|
|
|
|
- [ ] Yes
|
|
- [ ] No
|