From 47530c59a552fca8bb3d7c6f40b61b7bad2e256e Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Tue, 26 May 2020 21:11:06 +0100 Subject: [PATCH] Update CONTRIBUTING.md (#3111) * Update CONTRIBUTING.md - Add note about recating to or commenting on exsiting issues & PRs - Add request to disclose affiliations to brands in issues & PRs Co-authored-by: Eric Cornelissen --- CONTRIBUTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f809dc6ca..3a68c3a01 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ Simple Icons welcomes contributions and corrections. Before contributing, please We welcome icon requests. Before you submit a new issue please make sure the icon: -* Has not already been requested. +* Has not already been requested. If you find an existing issue or pull request for the brand you're looking for then please add a reaction or comment to show your support. * Is of a _popular_ brand. For websites, the [Alexa rank](https://www.alexa.com/siteinfo) should be less than 500k. For anything else, popularity will be judged on a case-by-case basis. * Isn't related to anything that provides an illegal service (e.g. piracy, malware, threatening material, spam, etc.). @@ -32,6 +32,8 @@ When submitting a request for a new or updated icon include helpful information * **Issue Body:** Links to official sources for the brand's icon and colors (e.g. media kits, brand guidelines, SVG files etc.) +If you have an affiliation to the brand you are requesting that allows you to speak on their behalf then please disclose that in your issue as it can help speed up our research process. + ## Adding or Updating an Icon **Note**: If you decide to add an icon without requesting it first, the requirements above still apply. @@ -205,6 +207,8 @@ In general, make sure the URL does not contain any tracking identifiers. Once you've completed the previous steps, create a pull request to merge your edits into the *develop* branch. You can run `npm run lint` to check if there are any issues you still need to address. +If you have an affiliation to the brand you contributing that allows you to speak on their behalf then please disclose that in your pull request as it can help speed up our research and review processes. + ## Building Locally * Make sure you have [Ruby](https://www.ruby-lang.org/en/downloads/) installed.