From fa042bf6eb4b04a15f98e21817c5df0aad46b4bb Mon Sep 17 00:00:00 2001 From: Mattias Nystrom <35585644+mat7ias@users.noreply.github.com> Date: Wed, 26 May 2021 17:02:09 +0200 Subject: [PATCH] Update contributing.md --- contributing.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/contributing.md b/contributing.md index 4cbf61c..dc5d986 100644 --- a/contributing.md +++ b/contributing.md @@ -1,3 +1,17 @@ -# Contributing to awesome-golem +# Contribution Guidelines -<> Placeholder <> +Please ensure your pull request adheres to the following guidelines: + +- Make an individual pull request for each suggestion. +- Use the following format: `[PACKAGE](LINK) - DESCRIPTION.` +- New categories, or improvements to the existing categorization are welcome. +- Keep descriptions short and simple, but descriptive. +- End all descriptions with a full stop/period. +- Check your spelling and grammar. +- Make sure your text editor is set to remove trailing whitespace. + +The rules above take precedence, but in case I missed something, check [the +awesome guidelines](https://github.com/sindresorhus/awesome/blob/master/contributing.md) +too. + +Your contributions are always welcome! Thank you for your suggestions!