Skip to content

Commit

Permalink
docs: fix PR template checkboxes styles and expresions
Browse files Browse the repository at this point in the history
  • Loading branch information
javierlopezdeancos committed Jun 21, 2020
1 parent 4f0093d commit 3a2c106
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,25 @@ Closes #numIssue #prNumber

# Description

...Write here your PR description with a complete context to reviwers
...Write here your PR description with a complete context to reviewers

## PR Type

What kind of change does this PR introduce?

```
- [] Bugfix
- [] Feature
- [] Code style update (formatting, local variables)
- [] Refactoring (no functional changes, no api changes)
- [] Build related changes
- [] CI related changes
- [] Documentation content changes
- [] Other... Please describe:
```
- [ ] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, local variables)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] CI related changes
- [ ] Documentation content changes
- [ ] Other... Please describe:

## Does this PR introduce a breaking change?

```
- [] Yes
- [ ] Yes
- [x] No
```

## What is the new behavior?

Expand Down

0 comments on commit 3a2c106

Please sign in to comment.