From 96eb8bb9cd41a46877acfc28cb47a833ba811cef Mon Sep 17 00:00:00 2001
From: Wesley Cranston <36459418+wescran@users.noreply.github.com>
Date: Wed, 2 Oct 2019 16:15:41 -0400
Subject: [PATCH] Added updated link format for contributing guidelines (#416)
---
CONTRIBUTING.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 8ad0d16..b873478 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -5,7 +5,8 @@ Please ensure your pull request adheres to the following guidelines:
- Search previous suggestions before making a new one, as yours may be a duplicate.
- Make sure your contribution is useful and relevant before submitting. That implies it having enough content and every item has a good succinct description.
- Make an individual pull request for each suggestion.
-- Use the following format: `- [Repository Name](link-to-repository) _(beginner-friendly-label-in-the-repository)_
Description`
+- Use the following format: `- [Repository Name](link-to-repository-label) _(label: beginner-friendly-label-in-the-repository)_
Description`
+- Example link formatting: `- [awesome-for-beginners](https://github.com/MunGell/awesome-for-beginners/labels/good-first-contribution) _(label: good-first-contribution)_
A list of awesome beginners-friendly projects.`
- Link additions should be added to the bottom of the relevant category.
- New categories or improvements to the existing categorization are welcome.
- Check your spelling and grammar.