You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,14 @@ Thanks for your interest in contributing!
6
6
7
7
By submitting a Pull Request, you agree that your contributions are licensed under the same license as this project (Apache 2.0) and that you have the rights necessary to make this contribution.
8
8
9
-
## Project layout
9
+
## Privacy & security
10
10
11
-
-`browser-extension` primary project
12
-
-`docs` static site deployed to [gitcasso.com](https://gitcasso.com)
11
+
This extension ***must never transmit any data outside the browser***.
12
+
13
+
- it adds syntax highlighting by running local scripts
14
+
- it stores unfinished comments in local storage
15
+
- there is no need to initiate an outbound network request, no features will be added which require outbound network requests
16
+
17
+
## How to
18
+
19
+
-`browser-extension` is the primary project. Go to [its README.md](browser-extension/README.md) for development info.
0 commit comments