From 992f432c594949536c4d07750edc0210a31f76b1 Mon Sep 17 00:00:00 2001 From: Sebastian Wachter Date: Fri, 31 Jul 2020 16:29:33 +0200 Subject: [PATCH] Add contribution section and add link to MIT license. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eaab331..0d17468 100644 --- a/README.md +++ b/README.md @@ -250,5 +250,10 @@ The cleared area percentage calculation has to take every pixel of the canvas in That's also why the `percentageStride` property should be set wisely and adjusted to your needs. It defines how many pixels should be skipped while calculating. This obviously also decreases the percentage's value accuracy. +## 🛠️ Contribution + +If you find a bug or want to contribute to the code or documentation, you can help by submitting an [issue](https://github.com/sebastianwachter/vue-scratchable/issues) or a [pull request](https://github.com/sebastianwachter/vue-scratchable/pulls). + ## 🧾 License -MIT + +[MIT](http://opensource.org/licenses/MIT)