Skip to content

Commit

Permalink
updating the CHANGELOG guidelines location
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Sep 26, 2017
1 parent 1550f5e commit f2621f7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#### General

- [ ] Update Changelog following the conventions laid out on [Keep A Changelog](http://keepachangelog.com/)
- [ ] Update Changelog following the conventions laid out [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md)

- [ ] Update README with any necessary configuration snippets

Expand All @@ -24,5 +24,4 @@

#### Purpose

#### Known Compatability Issues

#### Known Compatibility Issues
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md).

## [Unreleased]
### Added
- Ruby 2.4.1 testing
- `check-ssl-hsts-preload.rb`: Added check for testing preload status of HSTS
- `check-ssl-hsts-preloadable.rb`: Added check for testing if a domain can be HSTS preloaded
- `check-ssl-hsts-preload.rb`: Added check for testing preload status of HSTS (@rwky)
- `check-ssl-hsts-preloadable.rb`: Added check for testing if a domain can be HSTS preloaded (@rwky)

### Changed
- updated CHANGELOG guidelines location (@majormoses)

### Fixed
- `check-java-keystore-cert.rb`: Export cert in PEM format to fix tests that broke going from Precise to Trusty travis workers (@eheydrick)
- fixed spelling in github pr template (@majormoses)

## [1.4.0] - 2017-06-20
### Added
Expand Down

0 comments on commit f2621f7

Please sign in to comment.