-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,8 @@ It includes the following tools: | |
|
||
**View the [online documentation](/docs/INDEX.md) or find it offline by clicking the 📖 icon in the tab bar.** | ||
|
||
Feedback, feature requests, and bug reports are welcome on the [issues page](https://github.com/Mechanical-Advantage/AdvantageScope/issues). For non-public inquires, please send a message to [email protected]. | ||
|
||
![Example screenshot](/docs/resources/screenshot-light.png) | ||
|
||
## Installation | ||
|
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 |
---|---|---|
|
@@ -1263,6 +1263,12 @@ function setupMenu() { | |
shell.openExternal("https://github.com/" + REPOSITORY + "/issues"); | ||
} | ||
}, | ||
{ | ||
label: "Contact Us", | ||
click() { | ||
shell.openExternal("mailto:[email protected]"); | ||
} | ||
}, | ||
{ | ||
label: "GitHub Repository", | ||
click() { | ||
|