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: README.md
+22-12Lines changed: 22 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ These are the tools provided by Firefox for developers to inspect Web code.
4
4
5
5
This repository aims to provide a general overview of how the tools are built, who's working on them, and how to get involved. If you are looking for user support, there's [a whole area at MDN](https://developer.mozilla.org/en-US/docs/Tools) dedicated to it.
6
6
7
+
We abide by our [code of conduct](https://dxr.mozilla.org/mozilla-central/source/devtools/CODE_OF_CONDUCT.md) and expect all contributors to do the same.
8
+
7
9
## Working on the code and contributing
8
10
9
11
### `mozilla-central` vs `devtools-html`
@@ -45,24 +47,32 @@ This is just a brief overview. For more detailed documentation:
45
47
46
48
The tools are broadly divided into panels. Each panel has one or more owners, who mostly work(s) on that panel and are the best people to ask if you have specific questions about the code.
47
49
48
-
* table
49
-
* show organisations in github
50
+
<!-- TODO: from https://wiki.mozilla.org/DevTools/GetInvolved#Communication but update it -->
51
+
<!-- TODO: * show organisations in github (doesn't work if people don't make their membership public) -->
52
+
53
+
## News and demos
50
54
51
-
## News
55
+
We publish news and updates to two blogs:
52
56
53
-
* Nightly blog
54
-
* Hacks blog
57
+
*[Nightly](https://blog.nightly.mozilla.org/tag/devtools/) for features newly added to Firefox Nightly. This is the place to request feedback from early adopters!
58
+
*[Hacks](https://hacks.mozilla.org/category/developer-tools/) when features reach more stable versions of Firefox.
59
+
60
+
You're more than encouraged to help us talk about the tools by writing an article, making a demo, or both! We also wrote [some guidelines for making demos](https://github.com/devtools-html/devtools-demos).
55
61
56
62
## Getting in touch
57
63
58
-
* bug tracker bugzilla, search for bugs in github (?) https://github.com/search?q=org%3Adevtools-html&type=Issues
* You can [file bugs in Mozilla's bugzilla](https://bugzilla.mozilla.org/enter_bug.cgi?product=Firefox&component=Developer%20Tools)
68
+
* or under each repository in [devtools-html](https://github.com/devtools-html) for code in GitHub
69
+
* We have [a section](https://discourse.mozilla-community.org/c/devtools) on the Mozilla forum. If you want to ask questions, this is a great way to get in touch with us and also ensuring that your question is visible to other people (and hopefully help them as well).
70
+
* We also have a [mailing list](https://groups.google.com/forum/#!forum/mozilla.dev.developer-tools). For people who prefer mail to forums.
71
+
* If you'd prefer to chat, there's a `#devtools` channel in `irc.mozilla.org`, but bear in mind that perhaps the person that could help you best is not online when you ask the question. For that reason, it might be better to use the forum or mailing list instead.
72
+
* Contributors to `debugger.html` also hold [periodic hangouts and have a slack channel](https://github.com/devtools-html/debugger.html#discussion).
64
73
65
74
## Processes
66
75
67
-
* RFCs
76
+
Most changes will be done via either the "pick a bug and send a patch" or "send a PR" processes.
68
77
78
+
For substantial changes, we ask that a "request for comment" (RFC) document is provided first, so we can examine what the implications of a change will be. Here is [how to follow the RFC process](https://github.com/devtools-html/rfcs/).
0 commit comments