Skip to content

Commit 54f59f2

Browse files
committed
more updates
1 parent 4a3e4c3 commit 54f59f2

File tree

1 file changed

+22
-12
lines changed

1 file changed

+22
-12
lines changed

README.md

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ These are the tools provided by Firefox for developers to inspect Web code.
44

55
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.
66

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+
79
## Working on the code and contributing
810

911
### `mozilla-central` vs `devtools-html`
@@ -45,24 +47,32 @@ This is just a brief overview. For more detailed documentation:
4547

4648
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.
4749

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
5054

51-
## News
55+
We publish news and updates to two blogs:
5256

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).
5561

5662
## Getting in touch
5763

58-
* bug tracker bugzilla, search for bugs in github (?) https://github.com/search?q=org%3Adevtools-html&type=Issues
59-
https://github.com/search?q=org%3Adevtools-html+state%3Aopen&type=Issues
60-
* gh issues discuss?
61-
* mailing list
62-
* discourse
63-
* irc
64+
There are various ways to get in touch with us:
65+
66+
* To request features or report errors:
67+
* 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).
6473

6574
## Processes
6675

67-
* RFCs
76+
Most changes will be done via either the "pick a bug and send a patch" or "send a PR" processes.
6877

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

Comments
 (0)