From 5f8c08cf0ef8ea588dab30105005242b53cdd270 Mon Sep 17 00:00:00 2001 From: Nemo Date: Sat, 20 Jun 2020 09:26:07 +0200 Subject: [PATCH] Add CR before MarkDown list (best practice) --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2eb237c..a09afa3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,6 +11,7 @@ This project uses an [Apache license](LICENSE). Be sure you're comfortable with Review and merge duties are managed by [@kelseyhightower](https://github.com/kelseyhightower). Expect some burden of proof for demonstrating the marginal value of adding new content to the tutorial. Here are some examples of the review and justification process: + - [#208](https://github.com/kelseyhightower/kubernetes-the-hard-way/pull/208) - [#282](https://github.com/kelseyhightower/kubernetes-the-hard-way/pull/282)