diff --git a/CHANGELOG.md b/CHANGELOG.md index 061adcd..68717d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.5] - 2021-10-21 + +### Added + +- Add step to update contact information in Code of Conduct + ## [0.3.4] - 2021-10-19 ### Added diff --git a/README.md b/README.md index d8d47f3..95b00ce 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # OSPO Project Template -[](https://github.com/wayfair-incubator/oss-template/blob/main/CHANGELOG.md) +[](https://github.com/wayfair-incubator/oss-template/blob/main/CHANGELOG.md) [](CODE_OF_CONDUCT.md) ## Before You Start @@ -11,6 +11,7 @@ In trying to keep this template as generic and reusable as possible, there are s - [ ] Select an appropriate license for your project. This can easily be achieved through the 'Add File' button on the GitHub UI, naming the file `LICENSE`, and selecting your desired license from the provided list. - [ ] Update the `<License name>` placeholder in this file to reflect the name of the license you selected above +- [ ] Replace `[INSERT CONTACT METHOD]` in [`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md) with a suitable communication channel - [ ] Change references to `org_name` to the name of the org your repo belongs to (eg. `wayfair-incubator`) - [ ] In [`README.md`](README.md) - [ ] In [`CONTRIBUTING.md`](CONTRIBUTING.md)