Skip to content

Commit 7140945

Browse files
authored
Merge pull request #13 from sole/update-with-sec-email-and-new-docs
update link to docs, add security email, remove fluff
2 parents 5976dfb + 57bb554 commit 7140945

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

README.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
# Firefox Developer Tools
22

3-
These are the tools provided by Firefox for developers to inspect Web code.
4-
5-
This repository is a hub that points to Developer Tools resources.
3+
These are the tools provided by [Firefox](https://www.mozilla.org/firefox/) for developers to inspect Web code.
64

75
We abide by our [code of conduct](CODE_OF_CONDUCT.md), and expect all contributors to do the same.
86

97
## Documentation
108

119
* [End user guides](https://developer.mozilla.org/en-US/docs/Tools).
12-
* [Developers](https://dxr.mozilla.org/mozilla-central/source/devtools/docs/) documentation - here's [an HTML version of these documents](http://firefox-dev.tools/docs/) as well.
10+
* [Developers](https://dxr.mozilla.org/mozilla-central/source/devtools/docs/) documentation - here's [an HTML version of these documents](http://docs.firefox-dev.tools/) as well.
1311
* Not strictly a roadmap, but these are [some of our 2017 goals](https://groups.google.com/forum/#!topic/mozilla.dev.developer-tools/e-WTOb1U8Sc).
1412

1513
## News and demos
@@ -19,20 +17,19 @@ We publish news and updates to two blogs:
1917
* [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!
2018
* [Hacks](https://hacks.mozilla.org/category/developer-tools/) when features reach more stable versions of Firefox.
2119

22-
You're more than encouraged to help us talk about the tools by writing an article, making a demo, or both! We wrote [some guidelines for making demos](https://github.com/devtools-html/devtools-demos).
20+
You're more than encouraged to talk, write articles, or [make demos](https://github.com/devtools-html/devtools-demos) about the tools. Let us know 🙂
2321

2422
## Getting in touch
2523

26-
There are various ways to get in touch with us:
27-
2824
* Bug reports or feature requests:
29-
* You can [file bugs in Mozilla's bugzilla](https://bugzilla.mozilla.org/enter_bug.cgi?product=Firefox&component=Developer%20Tools) (please respect the [etiquette](https://bugzilla.mozilla.org/page.cgi?id=etiquette.html)).
30-
* or under each repository in [devtools-html](https://github.com/devtools-html) for code in GitHub
31-
* The [DevTools forum](https://discourse.mozilla-community.org/c/devtools) is a great way to get in touch with us and also ensure that your question is visible to other people (and hopefully help them as well).
32-
* [Mailing list](https://groups.google.com/forum/#!forum/mozilla.dev.developer-tools): for people who prefer mail to forums.
33-
* Team weekly video call: [Vidyo room DevTools](https://v.mozilla.com/flex.html?roomdirect.html&key=n9vJUD3L1vRMHKQC5OCNRT3UBjw), Tuesdays 9AM Pacific time. The [meeting doc](https://docs.google.com/document/d/1pUx9xq6L7bonSrDpyUNTQkQxTxAsULLu4kkHZLMEq6w/edit) has more details.
34-
* IRC chat: `#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.
35-
* Contributors to `debugger.html` also hold [periodic hangouts and have a slack channel](https://github.com/devtools-html/debugger.html#discussion).
25+
* [File bugs in Mozilla's Bugzilla](https://bugzilla.mozilla.org/enter_bug.cgi?product=Firefox&component=Developer%20Tools) (please respect the [etiquette](https://bugzilla.mozilla.org/page.cgi?id=etiquette.html))
26+
* or under each repository in [devtools-html](https://github.com/devtools-html) for code in GitHub.
27+
* Report vulnerabilities to `[email protected]`. [More info](https://www.mozilla.org/en-US/security/#For_Developers).
28+
* [DevTools forum](https://discourse.mozilla-community.org/c/devtools).
29+
* [Mailing list](https://groups.google.com/forum/#!forum/mozilla.dev.developer-tools).
30+
* Team weekly video call: [Vidyo room DevTools](https://v.mozilla.com/flex.html?roomdirect.html&key=n9vJUD3L1vRMHKQC5OCNRT3UBjw), Tuesdays 9AM Pacific time. [Meeting notes](https://docs.google.com/document/d/1pUx9xq6L7bonSrDpyUNTQkQxTxAsULLu4kkHZLMEq6w/edit).
31+
* Chat: `#devtools` channel in `irc.mozilla.org`.
32+
* [`debugger.html` hangouts and slack channel](https://github.com/devtools-html/debugger.html#discussion).
3633
* Twitter: [@FirefoxDevTools](https://twitter.com/FirefoxDevTools).
3734

3835
## Processes

0 commit comments

Comments
 (0)