diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-03-18 12:08:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-18 12:08:30 +0000 |
commit | ddb68535511322174caf5a345eea5731085d8f05 (patch) | |
tree | 538b76c6a9facebc213ace93c77fe72cea3e8d17 | |
parent | 124e221999e914d63326a91602517d1e5e1bea73 (diff) | |
parent | 965aa349bc67d0e4e94ff5c5f23b8ce2f7569077 (diff) |
Merge pull request #552 from TeepaBlue/master
Update documents
-rw-r--r-- | CONTRIBUTING.md | 2 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7d7a27a..b0b5f61 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ Open a new issue from [issues](https://github.com/ueokande/vim-vixen/issues). **Ensure the issue was not already reported** by searching on GitHub under Issues. -The issue should include title and clear description. +The issue should include a title and clear description. Pull request is also welcome to send a patch from [Pull Requests](https://github.com/ueokande/vim-vixen/pulls). Ensure the pull request includes description, and passes tests in CI. @@ -6,7 +6,7 @@ [](https://circleci.com/gh/ueokande/vim-vixen) [](https://david-dm.org/ueokande/vim-vixen?type=dev) -Vim Vixen is a Firefox add-on which allows you to navigate with keyboard on the browser. +Vim Vixen is a Firefox add-on which allows you to navigate with the keyboard on the browser. Firefox started to support WebExtensions API and will stop supporting add-ons using legacy APIs from version 57. For this reason, many legacy add-ons do not work on Firefox 57. Vim Vixen is a new choice for Vim users since Vim Vixen uses the WebExtensions API. |