-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
docs: add contributing page
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
outline: false | ||
--- | ||
|
||
# Contributing | ||
|
||
If you want to get your change merged into the main project, please follow the [contribution guidelines](https://github.com/cascadefox/cascade/blob/main/contributing.md) | ||
|
||
## Inspecting the browser window | ||
|
||
To inspect Firefox's UI you can use the [Browser Toolbox](https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolbox). | ||
|
||
### Enable the Browser Toolbox | ||
|
||
1. Press `F12` to open the Page Inspector. | ||
|
||
**Alternate:** Right click the page then "Inspect Element (Q)". | ||
|
||
2. Press `F1` to open the Page Inspector Settings. | ||
|
||
**Alternate:** In the top right of the Page Inspector next to the close button; press the "⋯" button then "Settings". | ||
|
||
3. Ensure the following settings are checked: | ||
- "Enable browser chrome and add-on debugging toolbox" | ||
- "Enable remote debugging" | ||
|
||
### Open the Browser Toolbox | ||
|
||
Press `alt`, "Tools", "Browser Tools" then "Browser Toolbox". | ||
|
||
**Alternate:** Press `ctrl` + `alt` + `shift` + `i` | ||
|
||
<sub>Instructions adapted from [user1189731](https://superuser.com/users/1189731/user1189731)'s [post](https://superuser.com/a/1608642)</sub> |