File tree Expand file tree Collapse file tree 2 files changed +8
-20
lines changed
Expand file tree Collapse file tree 2 files changed +8
-20
lines changed Original file line number Diff line number Diff line change 1- ** REPORTING A BUG/MISTAKE, MAKING A REQUEST/SUGGESTION or ASKING FOR HELP/SUPPORT**
21
3- Use the [ New issue ] button and choose the most fitting template.
2+ ** CONTRIBUTING **
43
5- ** DIRECT CONTRIBUTING**
6-
7- 1 . fork the repository
8- 1 . create a feature branch: ` git checkout -b extension/feature-xyz `
9- 1 . make your changes/contributions in the ` extension ` folder
10- 1 . add and commit your changes: ` git commit -m"feat: this adds feature-xyz" `
11- 1 . push your local changes to your remote ` git push origin extension/feature-xyz `
12- 1 . finally open a pull request against this repository
4+ 1 . fork the repository
5+ 1 . create a branch and add your changes
6+ 1 . commit and push your changes
7+ 1 . open a pull request
138
Original file line number Diff line number Diff line change 1- ** WHAT'S THIS?**
2-
31This repository contains sources of some [ webextensions] ( https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions ) i made.
4- Each folder in the sources directory contains the complete source for one extension.
5-
6- ** MOZILLA SIGNED BUILDS**
7-
8- Some might be available [ here] ( https://addons.mozilla.org/firefox/user/13634657/ )
92
10- ** UNSIGNED BUILDS **
3+ Some signed builds are available [ here ] ( https://addons.mozilla.org/firefox/user/13634657/ )
114
12- To create an unsigned extension package just zip the content of an extensions source folder.
13- ` zip unsigned -copy-tabs.zip -r sources/copy-tabs/* `
5+ To create an testing aka. unsigned build just zip the content of an extension folder under the sources directory
6+ for example: ` zip test -copy-tabs.zip -r sources/copy-tabs/* `
You can’t perform that action at this time.
0 commit comments