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

Latest commit

 

History

History
30 lines (18 loc) · 778 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (18 loc) · 778 Bytes

Contributing

Report a bug or propose a new feature

Open a new issue from issues. Ensure the issue was not already reported by searching on GitHub under Issues. The issue should include a title and clear description.

Pull request is also welcome to send a patch from Pull Requests. Ensure the pull request includes description, and passes tests in CI.

Start a development

Clone sources into local

git clone https://github.com/ueokande/vim-vixen

Install dependencies:

yarn install

Start webpack:

yarn start

Then open about:debugging in Firefox, and choose directory from "Load Temporary Add-on". To run tests and lint:

yarn test
yarn lint