Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Commit

Permalink
Prepare for 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nishtahir committed May 28, 2018
1 parent 408b0d6 commit 4942c1a
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
21 changes: 17 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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).
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).
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Wist

<p align="center">
<img width="200px" height="200px" src="artwork/wist-logo.svg"/>
<img width="200px" height="200px" src="https://user-images.githubusercontent.com/2018617/40627339-63aa1270-628c-11e8-8418-5b0eb88d68e1.png"/>
</p>

Wist is a linter for identifying and reporting errors in Brightscript code. It helps you identify errors before you upload code to your Roku.
Expand Down
Binary file added artwork/wist-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@willowtreeapps/wist",
"version": "1.1.0",
"version": "1.2.0",
"description": "A linter for BrightScript",
"keywords": [
"roku",
Expand Down

0 comments on commit 4942c1a

Please sign in to comment.