From 124587c746cbf69829f4aef248dac08b5af6e509 Mon Sep 17 00:00:00 2001 From: Jonah <47046556+jwbonner@users.noreply.github.com> Date: Thu, 7 Dec 2023 11:12:39 -0500 Subject: [PATCH] Add contact email --- README.md | 2 ++ src/main/main.ts | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 087b8ede..cb9f915c 100644 --- a/README.md +++ b/README.md @@ -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 software@team6328.org. + ![Example screenshot](/docs/resources/screenshot-light.png) ## Installation diff --git a/src/main/main.ts b/src/main/main.ts index 14fe76cc..90da7c04 100644 --- a/src/main/main.ts +++ b/src/main/main.ts @@ -1263,6 +1263,12 @@ function setupMenu() { shell.openExternal("https://github.com/" + REPOSITORY + "/issues"); } }, + { + label: "Contact Us", + click() { + shell.openExternal("mailto:software@team6328.org"); + } + }, { label: "GitHub Repository", click() {