Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/pages/faq.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ const content = [
question: 'Something looks wrong - How can I debug?',
answer: `You can debug Gitify by pressing <code>alt + command + I</code>. This will open the dev tools and then you can see any logs, network requests etc.`,
},
{
id: '3',
question: 'How can I contribute to Gitify?',
answer: `You can contribute to Gitify by opening a pull request @ [gitify-app/gitify](https://github.com/gitify-app/gitify)`,
},
{
id: '4',
question: 'macOS is prompting for microphone access - what is this for?',
answer: `This is part of the permissions/entitlements when using the <code>Play sound</code> system setting.`,
},
];
---

Expand Down