Skip to content

Commit

Permalink
Introduce Changelog and PR template (#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredbeck committed Jun 11, 2020
1 parent ac52776 commit f997437
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,7 @@
Thank you for your contribution!

## Checklist
- [ ] Feature branch is up-to-date with `master` (if not - rebase it).
- [ ] Added tests.
- [ ] Added an entry to the [Changelog](../blob/master/CHANGELOG.md) if the new
code introduces user-observable changes.
39 changes: 39 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,39 @@
# Changelog

## Unreleased

### Breaking Changes

- None

### Added

- None

### Fixed

- None

## 3.0.0 - 2020-06-10

### Breaking Changes

- Cucumber 3 support removed (#762)

### Added

- Cucumber 4 support (#762)

### Fixed

- Fix a bundler deprecation when running specs (#761)
- remove name override logic that never worked (#758)

### Dependencies

- Drop ruby 2.3 support (#760)
- Drop ruby 2.2 support (#759)

## Previous versions

No docs yet. Contributions welcome!

0 comments on commit f997437

Please sign in to comment.