From 5e67812d5a5cd373efec43af9400b26526c2a2dd Mon Sep 17 00:00:00 2001 From: Kim Schlesinger <10536053+kimschles@users.noreply.github.com> Date: Fri, 19 Jul 2019 14:13:17 -0600 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d0ef4c18..7bac8abb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,11 +40,8 @@ go test ./pkg/... -v -coverprofile cover.out ## Creating a New Issue -If you've encountered an issue that is not already reported, please create an issue that contains the following: +If you've encountered an issue that is not already reported, please create a [new issue](https://github.com/FairwindsOps/polaris/issues), choose `Bug Report`, `Feature Request` or `Misc.` and follow the instructions in the template. -- Clear description of the issue -- Steps to reproduce it -- Appropriate labels ## Creating a Pull Request