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: .github/CONTRIBUTING.md
+10-10
Original file line number
Diff line number
Diff line change
@@ -59,9 +59,9 @@ Here is a great GitHub guide on [contributing to Open Source](https://guides.git
59
59
60
60
### Reporting Bugs :bug:
61
61
62
-
If you find an issue with the code, please do [file an issue](https://github.com/firefox-devtools/debugger.html/issues/new). We'll do our best to review the issue in a timely manner and respond.
62
+
If you find an issue with the code, please do [file an issue](https://github.com/firefox-devtools/debugger/issues/new). We'll do our best to review the issue in a timely manner and respond.
63
63
64
-
We will also tag it with the label [bug](https://github.com/firefox-devtools/debugger.html/labels/bug).
64
+
We will also tag it with the label [bug](https://github.com/firefox-devtools/debugger/labels/bug).
65
65
66
66
### Suggesting Enhancements :new:
67
67
@@ -71,9 +71,9 @@ We will also tag it with the label [enhancement][labels-enhancement].
71
71
72
72
### Writing Documentation :book:
73
73
74
-
Documentation is as important as code and we need your help to maintain clear and usable documentation. If you find an error in here or other project documentation, please [file an issue](https://github.com/firefox-devtools/debugger.html/issues/new).
74
+
Documentation is as important as code and we need your help to maintain clear and usable documentation. If you find an error in here or other project documentation, please [file an issue](https://github.com/firefox-devtools/debugger/issues/new).
75
75
76
-
We will tag it with the label [docs](https://github.com/firefox-devtools/debugger.html/labels/docs).
76
+
We will tag it with the label [docs](https://github.com/firefox-devtools/debugger/labels/docs).
77
77
78
78
### Give a Talk :speech_balloon:
79
79
@@ -137,7 +137,7 @@ These issues should be well documented.
137
137
138
138
To begin your work make sure you follow these steps:
139
139
140
-
*[Fork this project](https://github.com/firefox-devtools/debugger.html#fork-destination-box)
140
+
*[Fork this project](https://github.com/firefox-devtools/debugger#fork-destination-box)
141
141
* Create a branch to start your work `git checkout -b your-feature-name`
142
142
* Commit your work
143
143
* Create a [pull request](#pull-requests)
@@ -263,11 +263,11 @@ Mozilla has and continues to hire many people from within the Open Source Softwa
263
263
**Referrals**. If you’ve been making reasonable and regular contributions to the project we’d be happy to be a reference for you. We can make internal referrals to Mozilla or act as your reference to other companies. Please be considerate when making this request, we are happy to help you and want to see you find a job you want but can’t do this for everyone who contributes.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ Thanks for filing an issue!
3
3
If you're reporting a bug, please share a clear description of the problem and the steps needed to reproduce the problem. It's also helpful to include a gif, screenshot, and minimal test case.
4
4
5
5
* you can find us in slack: https://devtools-html-slack.herokuapp.com/
6
-
* our tips on formatting issues: https://github.com/firefox-devtools/debugger.html/blob/master/docs/issues.md
6
+
* our tips on formatting issues: https://github.com/firefox-devtools/debugger/blob/master/docs/issues.md
7
7
* our glitch.com template for filing small test cases: https://fabulous-umbrella.glitch.me/
debugger.html is a hackable debugger for modern times, built from the ground up using [React] and [Redux]. It is designed to be approachable, yet powerful. And it is engineered to be predictable, understandable, and testable.
8
8
@@ -12,12 +12,12 @@ debugger.html is a hackable debugger for modern times, built from the ground up
12
12
13
13
## Table of Contents
14
14
15
-
*[Quick Setup](#quick-setup)
16
-
*[Next Steps](#next-steps)
17
-
*[Getting Involved](#getting-involved)
18
-
*[Documentation](#documentation)
19
-
*[Discussion](#discussion)
20
-
*[License](#license)
15
+
-[Quick Setup](#quick-setup)
16
+
-[Next Steps](#next-steps)
17
+
-[Getting Involved](#getting-involved)
18
+
-[Documentation](#documentation)
19
+
-[Discussion](#discussion)
20
+
-[License](#license)
21
21
22
22
### Quick Setup
23
23
@@ -27,7 +27,7 @@ First, get a recent version of Node.js to run the debugger.
Copy file name to clipboardExpand all lines: docs/debugger-react-redux-overview.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This document gives a detailed view of the components, actions and reducers that
17
17
React documentation can be found [here](https://facebook.github.io/react/docs/getting-started.html).
18
18
Redux documentation can be found [here](http://redux.js.org/).
19
19
20
-
As with most documentation related to code, this document may be out of date. The last edit date occurred on August 30, 2016. If you find issues in the documentation please file an issue as described in the [contributing](https://github.com/firefox-devtools/debugger.html/blob/master/.github/CONTRIBUTING.md#writing-documentation-book) guide.
20
+
As with most documentation related to code, this document may be out of date. The last edit date occurred on August 30, 2016. If you find issues in the documentation please file an issue as described in the [contributing](https://github.com/firefox-devtools/debugger/blob/master/.github/CONTRIBUTING.md#writing-documentation-book) guide.
21
21
22
22
# Architecture
23
23
@@ -62,7 +62,7 @@ actual DOM will be rendered.
62
62
# Components
63
63
64
64
65
-
debugger.html uses React [Components](https://github.com/firefox-devtools/debugger.html/tree/master/src/components) to render portions of the
65
+
debugger.html uses React [Components](https://github.com/firefox-devtools/debugger/tree/master/src/components) to render portions of the
66
66
application. Each component’s source code is located under the
67
67
src/components folder. In this section we will cover how the
68
68
presentation pieces fit together; later we will discuss
@@ -178,7 +178,7 @@ so the actions can be called directly from the component.
178
178
# Reducers
179
179
180
180
181
-
The [Reducers](https://github.com/firefox-devtools/debugger.html/tree/master/src/reducers) are all located in the src/reducers folder and are
181
+
The [Reducers](https://github.com/firefox-devtools/debugger/tree/master/src/reducers) are all located in the src/reducers folder and are
182
182
all combined using Redux’s <code>combineReducers()</code> function. This function is
183
183
executed in main.js as follows:
184
184
@@ -441,7 +441,7 @@ The tabs reducer handles the following action types:
441
441
442
442
# Actions
443
443
444
-
The [actions](https://github.com/firefox-devtools/debugger.html/tree/master/src/actions) in debugger.html are all located in the
444
+
The [actions](https://github.com/firefox-devtools/debugger/tree/master/src/actions) in debugger.html are all located in the
445
445
src/actions folder; there is an action file corresponding to
446
446
each reducer, which is responsible for dispatching the
447
447
proper event when the application state needs to be modified. In this
Copy file name to clipboardExpand all lines: docs/debugging-the-debugger.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Adding a breakpoint is a critical piece in the inception game.
45
45
46
46
**Hints**
47
47
48
-
You can find the file that handles breakpoints here: `/debugger.html/src/components/Editor/Breakpoint.js`.
48
+
You can find the file that handles breakpoints here: `/debugger/src/components/Editor/Breakpoint.js`.
49
49
50
50
Once you have the file open in your editor, go ahead and find (Ctrl-F) "addBreakpoint". This should pull up the `addBreakpoint` function, which (surprise!) adds a breakpoint.
51
51
@@ -169,9 +169,9 @@ Here are a few useful ways you can **share what you've learned** from using and
169
169
170
170
Take a look at how you can start [contributing][contributing]. We would love the help!
@@ -59,7 +59,7 @@ Here's a [screenshot][done-screenshot].
59
59
60
60
**What should I do if this doesn't work?**
61
61
62
-
You can either try to [start Firefox manually](#starting-firefox), or you can get help by commenting on [this issue](https://github.com/firefox-devtools/debugger.html/issues/1341).
62
+
You can either try to [start Firefox manually](#starting-firefox), or you can get help by commenting on [this issue](https://github.com/firefox-devtools/debugger/issues/1341).
63
63
64
64
### Next Steps
65
65
@@ -73,7 +73,7 @@ This setup is for people on the DevTools team (and any of you DevTools wizards o
0 commit comments