From eddbb0aa104505c47a829a86f8069e4fe0a72c91 Mon Sep 17 00:00:00 2001 From: John Hodges Date: Thu, 21 Oct 2021 13:26:31 -0400 Subject: [PATCH] Add Contributor Covenant task to README (#20) Ensure users replace the [INSERT CONTACT METHOD] placeholder with something relevant. --- CHANGELOG.md | 6 ++++++ README.md | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) 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 -[![OSS Template Version](https://img.shields.io/badge/OSS%20Template-0.3.4-7f187f.svg)](https://github.com/wayfair-incubator/oss-template/blob/main/CHANGELOG.md) +[![OSS Template Version](https://img.shields.io/badge/OSS%20Template-0.3.5-7f187f.svg)](https://github.com/wayfair-incubator/oss-template/blob/main/CHANGELOG.md) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](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 `` 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)