Skip to content

Commit

Permalink
remove [ ] per @thekaveman
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterowens committed Jun 8, 2019
1 parent fcec874 commit be1b4f1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/feature-request---proposal.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ A clear and concise description of what you want to happen.

A breaking change would require consumers or implementors of the API to modify their code for it to continue to function (ex: renaming of a required field or the change in data type of an existing field). A non-breaking change would allow existing code to continue to function (ex: addition of an optional field or the creation of a new optional endpoint).

[ ] Yes, breaking
[ ] No, not breaking
[ ] I'm not sure
* Yes, breaking
* No, not breaking
* I'm not sure

### `Provider` or `agency`

For which API is this feature being requested:

[ ] `provider`
[ ] `agency`
[ ] both
* `provider`
* `agency`
* both

### Describe alternatives you've considered

Expand Down
12 changes: 6 additions & 6 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ Please provide a clear and concise reason for this pull request and the impact o

A breaking change would require consumers or implementors of the API to modify their code for it to continue to function (ex: renaming of a required field or the change in data type of an existing field). A non-breaking change would allow existing code to continue to function (ex: addition of an optional field or the creation of a new optional endpoint).

[ ] Yes, breaking
[ ] No, not breaking
[ ] I'm not sure
* Yes, breaking
* No, not breaking
* I'm not sure

### `Provider` or `agency`

Which API(s) will this pull request impact:

[ ] `provider`
[ ] `agency`
[ ] both
* `provider`
* `agency`
* both

### Additional context

Expand Down

0 comments on commit be1b4f1

Please sign in to comment.