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 0000000..b72d6ea Binary files /dev/null and b/artwork/wist-logo.png differ 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",