From 75abd7facb7ff09c6f2daac3eb18508456f56819 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Thu, 30 May 2019 12:57:13 -0700 Subject: [PATCH] Update contributing guide --- CONTRIBUTING.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0d70228..2366de8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,18 +1,16 @@ ## Contributing -Go by Example is now in a steady state. We are maintaining it, but are not -expanding or significantly changing it any more. - -With that in mind here are some specific contribution guidelines: +Thanks for your interest in contributing to Go by Example! * If you see a typo or would like to suggest another small change, editing the .go or .sh source file should be sufficient for the PR. I can rebuild the HTML when I review the change. -* We are not going to add any more sections to the site. There are many - important topics that Go by Example doesn't cover, which we leave to other - resources. +* We're open to adding more examples to the site. They should be on things + used by many programmers and only require the standard library. If you're + interested in adding an example, _please open an issue to discuss the topic + first_. -* We are not going to change the navigation of the site, in particular adding +* We're not going to change the navigation of the site, in particular adding a "previous section" link or an "index" link other than the on the title text.