From 86a51c0eb2249b1222f3cef3ecd9c2357c5fe1a8 Mon Sep 17 00:00:00 2001 From: Denis Date: Mon, 12 Mar 2018 13:21:04 +0500 Subject: [PATCH 1/2] Fix link to CONTRIBUTION.md & add bin/ to .gitignore --- .gitignore | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 71d17b41..9ee099e4 100644 --- a/.gitignore +++ b/.gitignore @@ -9,5 +9,6 @@ node_modules .idea/ caddyfile cli/semaphore_* +bin/ *-packr.go util/version.go diff --git a/README.md b/README.md index e5827e6f..fa6ff750 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ PR's & UX reviews are welcome! [**WE ARE LOOKING FOR A NEW MAINTAINER**](https://github.com/ansible-semaphore/semaphore/issues/451) -Please follow the [contribution](https://github.com/ansible-semaphore/semaphore/blob/master/CONTRIBUTING.md) guide. Any questions, please open an issue. +Please follow the [contribution](https://github.com/ansible-semaphore/semaphore/blob/develop/CONTRIBUTING.md) guide. Any questions, please open an issue. ## License From 82cdc4360a8613b30d4db13e82fed10b58250b05 Mon Sep 17 00:00:00 2001 From: Denis Date: Mon, 12 Mar 2018 13:41:40 +0500 Subject: [PATCH 2/2] Remove outdated info from README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa6ff750..5912d62b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ ## Contributing -PR's & UX reviews are welcome! [**WE ARE LOOKING FOR A NEW MAINTAINER**](https://github.com/ansible-semaphore/semaphore/issues/451) +PR's & UX reviews are welcome! Please follow the [contribution](https://github.com/ansible-semaphore/semaphore/blob/develop/CONTRIBUTING.md) guide. Any questions, please open an issue.