GitHub Issue Notes is a browser extension that allows you to add personal notes to GitHub Issues and Pull Requests. This document describes how we handle your data.
| Data | Purpose | Storage Location |
|---|---|---|
| GitHub Personal Access Token (PAT) | Authenticate with GitHub Gist API | Local browser storage (chrome.storage.local) |
| Gist ID | Identify your notes storage | Local browser storage (chrome.storage.local) |
| Note content | Your personal notes | Your private GitHub Gist |
- Usage analytics or telemetry
- Browsing history
- Personal information beyond what you explicitly provide
- Any data from GitHub pages you visit (except the Issue/PR identifier for note lookup)
Your PAT and Gist ID are stored locally in your browser using chrome.storage.local. This data:
- Never leaves your browser except when sent to GitHub API
- Is not synced to any external servers
- Is deleted when you uninstall the extension
Your notes are stored in a private GitHub Gist under your GitHub account. This means:
- Only you can access your notes (via your GitHub account)
- Notes are stored on GitHub's servers under their privacy policy
- You can delete the Gist at any time from your GitHub account
This extension only communicates with:
| Endpoint | Purpose |
|---|---|
https://api.github.com/gists |
Create, read, and update your notes Gist |
No other external services are contacted.
- No third parties have access to your data through this extension
- Your PAT is only used to authenticate with GitHub's official API
- We do not sell, share, or transfer your data to any third parties
- Uninstalling the extension removes all local data (PAT, Gist ID)
- Delete notes: Edit or delete the Gist from your GitHub account
- Revoke access: Delete the PAT from GitHub Settings
- PAT is stored only in local browser storage
- PAT is never exposed to web pages (Content Scripts cannot access it)
- All API communication uses HTTPS
- The extension requests minimal permissions
| Permission | Why We Need It |
|---|---|
storage |
Store your PAT and Gist ID locally |
host_permissions (api.github.com) |
Access GitHub Gist API |
This extension is not intended for use by children under 13 years of age.
We may update this privacy policy from time to time. Changes will be reflected in this document with an updated date.
If you have questions about this privacy policy, please open an issue on our GitHub repository.
Last updated: February 2026