Skip to content
Open
Show file tree
Hide file tree
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
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ You can create a new branch in your repo on your codespace by running the comman
git checkout -b feature-update-guide
```


Run `git branch` to ensure that you've switched to your newly created branch:

![](guide/imgs/git-branch.png)
Expand All @@ -72,8 +73,8 @@ Run `git branch` to ensure that you've switched to your newly created branch:

Remove the markdown-formatted block and add a `>` symbol next to each line in the section. Your markdown file should look like this:

```markdown
### Example Data Privacy Policy (Snippet)

>### Example Data Privacy Policy (Snippet)


> ### Data Privacy Policy
Expand All @@ -93,7 +94,7 @@ Remove the markdown-formatted block and add a `>` symbol next to each line in th
> #### Consent and Rights
>
> Individuals have the right to access, correct, or delete their personal data upon request. Consent can be withdrawn at any time.
```


Verify your changes in the preview window.

Expand Down
38 changes: 19 additions & 19 deletions guide/data-privacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,25 +70,25 @@ Develop a plan for responding to data breaches. Outline steps to mitigate damage

### Example Data Privacy Policy (Snippet)

```markdown
### Data Privacy Policy

#### Data Collection and Usage

We collect personal data (e.g., names, email addresses) only with explicit consent and for specified purposes. Data is used solely for internal communication and organizing purposes.

#### Data Security

All personal data is stored securely using industry-standard encryption methods. Access is restricted to authorized personnel only.

#### Data Retention

We retain personal data only as long as necessary for organizational purposes or as required by law. Data will be securely deleted when no longer needed.

#### Consent and Rights
### Data Privacy Policy
>
>#### Data Collection and Usage
>
>We collect personal data (e.g., names, email addresses) only with explicit consent and for specified purposes. Data is >used solely for internal communication and organizing purposes.
>
>#### Data Security
>
>All personal data is stored securely using industry-standard encryption methods. Access is restricted to authorized >personnel only.
>
>#### Data Retention
>
>We retain personal data only as long as necessary for organizational purposes or as required by law. Data will be securely >deleted when no longer needed.
>
>#### Consent and Rights
>
>Individuals have the right to access, correct, or delete their personal data upon request. Consent can be withdrawn at any >time.

Individuals have the right to access, correct, or delete their personal data upon request. Consent can be withdrawn at any time.
```

### Example Consent Form (Snippet)

Expand Down Expand Up @@ -119,8 +119,8 @@ What is a potential consequence of not having strong data privacy protections in

**Top Answer:**
```
Author: [your name here]
Author: [bee-rye]

[your answer here]
[having weak data privacy protections]

```