diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-02-26 17:19:15 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-02-26 17:19:15 -0500 |
commit | 552c02561e8e79b9b2e658453f269fba68fab9a5 (patch) | |
tree | e74587bd07f912a7063cdbb2338a7c395d1aad32 /example/script.py | |
parent | 04632df7659a7fa68d75770d862e4edd32acff2b (diff) | |
download | cmd2-git-552c02561e8e79b9b2e658453f269fba68fab9a5.tar.gz |
Changes to make our project as welcoming as possible for new contributors.
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 ;-)
Diffstat (limited to 'example/script.py')
-rw-r--r-- | example/script.py | 3 |
1 files changed, 0 insertions, 3 deletions
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 ...") - |