summaryrefslogtreecommitdiff
path: root/example/script.txt
Commit message (Collapse)AuthorAgeFilesLines
* Changes to make our project as welcoming as possible for new contributors.Todd Leonhardt2017-02-261-2/+0
| | | | | | | 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 ;-)
* Added unit tests for the edit command.Todd Leonhardt2017-02-041-0/+2
With os.system() call mocked out to prevent actually opening an editor.