From 9d9811407401b943b8bc9a9c8086186e162ad1ed Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Tue, 2 Apr 2019 21:03:53 +0100 Subject: [PATCH] Move contributing info to GitHub-specific subdirectory, which then allows for future possible issue/PR templates etc. --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (99%) diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 99% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md index 2c4a059b..3e1236c3 100644 --- a/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -41,8 +41,8 @@ Any change that modifies the existing public API should be added to the relevant | Release | WIP branch | | ------: | :--------- | -| v0.22.0 | uptake | | v0.23.0 | vision | +| v0.24.0 | wit | Please squash your changes into a single commit using a command like `git rebase -i upstream/`.