From 0381baffbd0a353f0c1c836c2d06f08e897ed7e6 Mon Sep 17 00:00:00 2001 From: snehalbiju12 <43215613+snehalbiju12@users.noreply.github.com> Date: Fri, 2 Oct 2020 07:45:52 +0530 Subject: [PATCH] Update CONTRIBUTING.md Inserting 'the' before required in line 15. Inserting 'the' before build in line 113 --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0eb25d145..cfaf4aecf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ You can contribute to documentation by following [these instructions](https://gi ## Compile BotKube from source code -Before you proceed, make sure you have installed BotKube Slack/Mattermost/Teams app and copied required token as per the steps documented [here](https://www.botkube.io/installation/) +Before you proceed, make sure you have installed BotKube Slack/Mattermost/Teams app and copied the required token as per the steps documented [here](https://www.botkube.io/installation/) ### Prerequisite @@ -110,7 +110,7 @@ For faster development, you can also build and run BotKube outside K8s cluster. * Before making any significant changes, please [open an issue](https://github.com/infracloudio/botkube/issues). Discussing your proposed changes ahead of time will make the contribution process smooth for everyone. -* Once we've discussed your changes and you've got your code ready, make sure that build steps mentioned above pass. Open your pull request against [`develop`](http://github.com/infracloudio/botkube/tree/develop) branch. +* Once we've discussed your changes and you've got your code ready, make sure that the build steps mentioned above pass. Open your pull request against [`develop`](http://github.com/infracloudio/botkube/tree/develop) branch. * To avoid build failures in CI, run ```sh