From 4942c1a358bd160789f84d246825418f9f13d9a7 Mon Sep 17 00:00:00 2001 From: Nish Tahir Date: Mon, 28 May 2018 15:20:09 -0400 Subject: [PATCH] Prepare for 1.2.0 release --- CONTRIBUTING.md | 21 +++++++++++++++++---- README.md | 2 +- artwork/wist-logo.png | Bin 0 -> 1625 bytes package.json | 2 +- 4 files changed, 19 insertions(+), 6 deletions(-) create mode 100644 artwork/wist-logo.png diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bde0e1e..a038bad 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,9 +1,22 @@ -To contribute, fork our project on GitHub, then submit a pull request to our `master` branch. +# Contributing to Wist + +Thanks for considering contributing to Wist. + +Wist is an open source project and we love community contributions. +There are many ways you can contribute, from writing tutorials or blog posts, improving the documentation, submitting bug reports and feature requests and of course writing code. + +Please note that Wist has adopted a [Code of Conduct](CODE_OF_CONDUCT.md) defined by the [Contributor Covenant](http://contributor-covenant.org). Please see our [Code of Conduct](/CODE_OF_CONDUCT.md) as well as our [Contributing Guidelines ](/CONTRIBUTING.md) for more information. + +# How to contribute +If you have discovered a bug or have an idea of some way you'd like to contribute to the repository, _please find or open an issue to discusss it first_. This is to make sure that someone else isn't already working on the issue or there isn't something on the project roadmap that would invalidate your effort in the future. + +To contribute code, fork Wist on GitHub, make your changes then submit a pull request to our `master` branch. Your pull request message should include information about the corresponding issue you are fixing as well as a summary of your changes. Before submitting a pull request, please make sure you have tested your changes. ---- + +# Contributor License By submitting a pull request, you represent that you have the right to license -your contribution to WillowTree and the community, and agree by submitting the patch -that your contributions are licensed under the [Apache License](LICENSE). \ No newline at end of file +your contribution to WillowTree Inc. and the community, and agree by submitting the patch +that your contributions are licensed under the [Apache-2.0 License](LICENSE). \ No newline at end of file diff --git a/README.md b/README.md index 64b4891..792e2f2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Wist

- +

Wist is a linter for identifying and reporting errors in Brightscript code. It helps you identify errors before you upload code to your Roku. diff --git a/artwork/wist-logo.png b/artwork/wist-logo.png new file mode 100644 index 0000000000000000000000000000000000000000..b72d6ea184f1cc417551b13728df46068ca50aac GIT binary patch literal 1625 zcmeAS@N?(olHy`uVBq!ia0y~yVEh8Y9Be?5)7S2I0V$SZC(jTLAgJL;=>YOM3p^r= z85sDEfH31!Z9ZwBpk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC46N5Y zT^vIy=DfXbn8%_hz~H#y-F4~ry9-~OkQ9np{fhCl$L1ABC4h#F0$PPY{j-(L^EX~w zx%pw)`x(dIJ@b2K`6vIo?f;uU4H+KrII=e|3}M`G{w3qSyVlQaY!CCDk9hrs$NI+c z*f)>$zFmCQ%E!RiG{o`z%ghDs literal 0 HcmV?d00001 diff --git a/package.json b/package.json index 505bb3a..b5b0406 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@willowtreeapps/wist", - "version": "1.1.0", + "version": "1.2.0", "description": "A linter for BrightScript", "keywords": [ "roku",