Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub
To have a working dev environment you have to:
- Use Firefox Dev Edition
- Visit url about:debugging
- Load temporary Addon
- Navigate your filesystem and select the manifest file in the addon
- The addon is loaded in the toolbar
- This project uses
prettier
for code formatting, kindly run this formatter before pushing any changes- To run the formatter, install the
prettier
extension and set it as default formatter - Now use manual
format document with
option or turn onformat on save
option to automatically format files when saved - Alternatively, install
prettier cli
(instructions here) and use commandprettier --write src
to format files with single command
- To run the formatter, install the
Your work is under the project licence GPLv3.
- search for already opened issues: there is chance problem you are trying to solve is already solved
- if is releated to extension development: please try to search on internet for a solution first
- if is related to resting: open an issue and ask for help. You have to wait, so be patient and try to give all information you can find on your problem and how to replicated it