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
+26-32Lines changed: 26 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,45 +1,39 @@
1
-
# Firefox Developer Tools
2
-
3
1
Welcome! Firefox DevTools is a set of tools for inspecting and editing web code. We work closely with the community and are always happy to welcome new contributors.
4
2
5
3
Help us maintain an inclusive environment by following our [code of conduct](CODE_OF_CONDUCT.md).
*[MDN DevTools user guides](https://developer.mozilla.org/en-US/docs/Tools).
11
-
12
-
## News and demos
13
-
14
-
We publish news and updates to two blogs:
15
-
16
-
*[Nightly](https://blog.nightly.mozilla.org/tag/devtools/) for features newly added to Firefox Nightly. This is where we request feedback from early adopters.
17
-
*[Hacks](https://hacks.mozilla.org/category/developer-tools/) for when features reach more stable versions of Firefox.
5
+
# How to Contribute
18
6
19
-
You're more than encouraged to talk, write articles, or [make demos](https://github.com/firefox-devtools/demos) about the tools. Let us know 🙂
7
+
## Code & Design
8
+
- The DevTools codebase is made of HTML, CSS, and JavaScript.
9
+
- Read the [contributor docs](http://docs.firefox-dev.tools/) to get started.
10
+
- Check out our [Good First Bugs](https://bugs.firefox-dev.tools/?easy&tool=all) to see what’s available.
11
+
- Our [UX repository](https://github.com/firefox-devtools/ux) has issues that need design ideas and critique.
12
+
- Join our [Slack](https://devtools-html-slack.herokuapp.com/) to hang out and ask questions.
20
13
21
-
## Getting in touch
14
+
## Give Feedback
15
+
- On [Twitter](https://twitter.com/FirefoxDevTools), we often ask for feedback on brand new designs and prototypes.
16
+
- Use [Bugzilla](https://bugzilla.mozilla.org/enter_bug.cgi?product=DevTools) to file bugs and enhancement requests.
17
+
- Help us foxfood new features by using pre-release builds:
18
+
-[Firefox DevEdition](https://www.mozilla.org/firefox/developer/) (based on beta, recommended for most)
*[File bugs in Mozilla's Bugzilla](https://bugzilla.mozilla.org/enter_bug.cgi?product=DevTools) (please respect the [etiquette](https://bugzilla.mozilla.org/page.cgi?id=etiquette.html))
25
-
* or under each repository in [firefox-devtools](https://github.com/firefox-devtools) for code in GitHub.
26
-
* Report vulnerabilities to `[email protected]`. [More info](https://www.mozilla.org/en-US/security/#For_Developers).
27
-
*[List of open bugs](http://bugs.firefox-dev.tools/). Might be interesting if you want to contribute.
- We love to see blog posts, talks, and [demos](https://github.com/firefox-devtools/demos) about DevTools! Message us on [Slack](https://devtools-html-slack.herokuapp.com/) for help.
23
+
- Improve our [contributor docs](http://docs.firefox-dev.tools/) by creating a [pull request](https://github.com/mozilla/gecko-dev/tree/master/devtools), or edit our [user docs](https://developer.mozilla.org/en-US/docs/Tools).
24
+
- Answer questions others have on Slack and other channels.
35
25
36
-
## Processes
26
+
#Stay Updated
37
27
38
-
Most changes will be done via either the "pick a bug and send a patch" or "send a PR" processes.
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/firefox-devtools/rfcs/).
34
+
# About DevTools
41
35
42
-
###People and modules
36
+
## People and modules
43
37
44
38
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.
45
39
@@ -50,7 +44,7 @@ The tools are broadly divided into panels. Each panel has one or more owners, wh
50
44
* Debugger: jlast, dwalsh, loganfsmyth
51
45
* DOM: honza
52
46
* Font Editor: rcaliman, gl, pbro
53
-
* Framework: Browser integration, toolbox and test infrastructure: bgrins, ochameau, honza
47
+
* Framework: Browser integration, toolbox, and test infrastructure: bgrins, ochameau, honza
0 commit comments