From 4b53fad0340d8de5e83af6290f0cd693ca9ddac7 Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Wed, 3 Nov 2021 01:01:54 +1300 Subject: [PATCH] Conflict of interest Fixes #1165 --- contributing.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contributing.md b/contributing.md index ada91c2f..e6b9dedd 100644 --- a/contributing.md +++ b/contributing.md @@ -2,6 +2,10 @@ ### Adding a language +#### Conflict of interest + +If you are associated with a programming language (for example: through endorsement or being an internal contributor) you will not be able to add it unless you can prove its notability by citing multiple external sources that were not created with a conflict of interest. + #### Naming The name of the file will be displayed as-is in the readme. It should be named according to the language it was written in. The name shouldn't be abbreviated too far (use `JavaScript.js` instead of `JS.js`) and it shouldn't be abbreviated too little (use `CSS.css` instead of `Cascading Style Sheets.css`). Additionally, use spaces instead of hyphens or underscores (use `Objective C.m` instead of `Objective-C.m`).