From 552c02561e8e79b9b2e658453f269fba68fab9a5 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sun, 26 Feb 2017 17:19:15 -0500 Subject: Changes to make our project as welcoming as possible for new contributors. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes include: 1) Added CONTRIBUTING.md with detailed instructions for how to contribute, which should be especially useful to those new to open source in general or GitHub in particular 2) Added CODE_OF_CONDUCT.md which sets ground rules for participants’ behavior and helps to facilitate a friendly, welcoming environment 3) Renamed the "example" directory to "examples" in the hope that one day soon there may be more than a single example ;-) --- example/script.py | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 example/script.py (limited to 'example/script.py') diff --git a/example/script.py b/example/script.py deleted file mode 100644 index 7d0c998a..00000000 --- a/example/script.py +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env python -print("This is a python script running ...") - -- cgit v1.2.1