Skip to content

Commit 255564b

Browse files
committed
docs: add contributing page
1 parent 6e0c570 commit 255564b

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

.vitepress/config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export default defineConfig({
2525
{ text: "Customisation", link: "/customisation" },
2626
{ text: "Integrations", link: "/integrations" },
2727
{ text: "Keyboard Shortcuts", link: "/shortcuts" },
28+
{ text: "Contributing", link: "/contributing" },
2829
],
2930
},
3031
],

src/contributing.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
outline: false
3+
---
4+
5+
# Contributing
6+
7+
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)
8+
9+
## Inspecting the browser window
10+
11+
To inspect Firefox's UI you can use the [Browser Toolbox](https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolbox).
12+
13+
### Enable the Browser Toolbox
14+
15+
1. Press `F12` to open the Page Inspector.
16+
17+
**Alternate:** Right click the page then "Inspect Element (Q)".
18+
19+
2. Press `F1` to open the Page Inspector Settings.
20+
21+
**Alternate:** In the top right of the Page Inspector next to the close button; press the "⋯" button then "Settings".
22+
23+
3. Ensure the following settings are checked:
24+
- "Enable browser chrome and add-on debugging toolbox"
25+
- "Enable remote debugging"
26+
27+
### Open the Browser Toolbox
28+
29+
Press `alt`, "Tools", "Browser Tools" then "Browser Toolbox".
30+
31+
**Alternate:** Press `ctrl` + `alt` + `shift` + `i`
32+
33+
<sub>Instructions adapted from [user1189731](https://superuser.com/users/1189731/user1189731)'s [post](https://superuser.com/a/1608642)</sub>

0 commit comments

Comments
 (0)