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
+10-34Lines changed: 10 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,7 @@ We abide by our [code of conduct](CODE_OF_CONDUCT.md), and expect all contributo
7
7
## Documentation
8
8
9
9
*[End user guides](https://developer.mozilla.org/en-US/docs/Tools).
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.
11
-
* Not strictly a roadmap, but these are [some of our 2017 goals](https://groups.google.com/forum/#!topic/mozilla.dev.developer-tools/e-WTOb1U8Sc).
@@ -40,52 +39,29 @@ Most changes will be done via either the "pick a bug and send a patch" or "send
40
39
41
40
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/).
42
41
43
-
## People
44
-
45
-
<style>
46
-
.people-grid {
47
-
display: grid;
48
-
grid-template-columns: repeat(8, 1fr);
49
-
grid-gap: 10px;
50
-
grid-auto-rows: minmax(100px, auto);
51
-
}
52
-
</style>
53
-
54
-
<divclass="people-grid">
55
-
{% for person in site.github.organization_members %}
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.
0 commit comments