@@ -32,7 +32,23 @@ repository like any other. Before editing files in this folder, you need to:
32
32
33
33
You can then [open a pull request][pr] on [the l10n repository][l10n].
34
34
35
+ ## Tips for contributing
36
+
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.
44
+
45
+ If you run into an issue, you can always ask the other community members in the [discussions board][discussions].
46
+
47
+ <!-- Please keep the list in alphabetical order -->
48
+ [discussions]: https://github.com/mozilla/multi-account-containers/discussions
49
+ [extension-doc]: https://extensionworkshop.com/documentation/develop/debugging/
35
50
[fork]: https://docs.github.com/en/get-started/quickstart/fork-a-repo
51
+ [issues]: https://github.com/mozilla/multi-account-containers/issues
36
52
[l10n]: https://github.com/mozilla-l10n/multi-account-containers-l10n/
37
53
[pr]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests
38
- [web-ext]: https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Getting_started_with_web-ext
54
+ [web-ext]: https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Getting_started_with_web-ext
0 commit comments