You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -35,12 +35,12 @@ You can then [open a pull request][pr] on [the l10n repository][l10n].
35
35
## Tips for contributing
36
36
37
37
1. Choose [an issue][issues] that you would like to work on.
38
-
2. Fork the repository and follow the instructions for setting it up locally.
39
-
3. Run the add-on locally and try reproducing the issue.
40
-
4. Debug add-ons by clicking the “Settings” icon in about:addons, and then clicking “Debug Add-ons”
41
-
5. Click “Inspect” on the MAC add-on to open developer tools for the popup extension (see [this documentation][extension-doc] for more information)
42
-
6. Once you have a fix ready, commit your changes with the following commit message template: “Fix #<insert issue id #>: <short description>”
43
-
7. Push your changes and open a pull request for review.
38
+
2. Fork the repository and follow the [instructions for setting it up locally](https://extensionworkshop.com/documentation/develop/temporary-installation-in-firefox/).
39
+
4. Run the add-on locally and try reproducing the issue.
40
+
5. Debug add-ons by clicking the “Settings” icon in about:addons, and then clicking “Debug Add-ons”
41
+
6. Click “Inspect” on the MAC add-on to open developer tools for the popup extension (see [this documentation][extension-doc] for more information)
42
+
7. Once you have a fix ready, commit your changes with the following commit message template: “Fix #<insert issue id #>: <short description>”
43
+
8. Push your changes and open a pull request for review.
44
44
45
45
If you run into an issue, you can always ask the other community members in the [discussions board][discussions].
46
46
@@ -51,4 +51,4 @@ If you run into an issue, you can always ask the other community members in the
0 commit comments