└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Firefox Debugger 2 | 3 | The Firefox Debugger is now maintained in Mozilla's central repository. 4 | 5 | - Visit [docs][devtools-docs] to learn how to contribute 6 | - Checkout our [dashboard][gfb] to find good first bugs. 7 | - Go to [bugzilla][debugger-bugs] to report an issue or suggest an enhancement. 8 | - Feel free to ask questions at any point on [Matrix][devtools-matrix] 9 | 10 | ![debugger-screenshot] 11 | 12 | [devtools-docs]: https://firefox-source-docs.mozilla.org/devtools/index.html?highlight=devtools#getting-started 13 | [debugger-bugs]: https://bugzilla.mozilla.org/enter_bug.cgi?product=DevTools&component=Debugger 14 | [gfb]: https://codetribute.mozilla.org/projects/devtools 15 | 16 | 17 | ### Thank You 18 | 19 | The Firefox Debugger was built in Github for the first 3 years of its development. Over 300+ volunteers contributed thousands of commits and built many of the features we take for granted today. 20 | 21 | We hope to continue that spirit today in Mozilla Central. We believe the Debugger can be a great place to collaborate on the next iteration of developer tools. And, that everyone regardless of background or experience can contribute work of significance. 22 | 23 | 24 | [debugger-screenshot]: https://shipusercontent.com/47aaaa7a6512691f964101bfb0832abe/Screen%20Shot%202017-08-15%20at%202.34.05%20PM.png 25 | [devtools-matrix]: https://chat.mozilla.org/#/room/#devtools:mozilla.org 26 | --------------------------------------------------------------------------------