From 9d767e768ac0d1d421fc16d4f9895ff7581f3d8b Mon Sep 17 00:00:00 2001 From: Toby Allen Date: Tue, 9 Apr 2019 18:11:26 +0100 Subject: [PATCH] readme: Add link to Good First Issue (#2481) * Add link to Good First Issue in Contributing Section * Fix heading --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1c892bd38..2181d5c42 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,10 @@ We use GitHub issues and pull requests only for discussing bug reports and the d If you want to contribute to the documentation, please [submit an issue](https://github.com/mholt/caddy/issues/new) describing the change that should be made. +### Good First Issue + +If you are looking for somewhere to start and would like to help out by working on an existing issue, take a look at our [`Good First Issue`](https://github.com/mholt/caddy/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) tag + Thanks for making Caddy -- and the Web -- better!