Skip to content
Merged
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
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,15 @@ A [breakdown of sections](docs/the-first-week-of-an-ise-project.md) according to
* [Developer Experience](docs/developer-experience/README.md)
* [Documentation](docs/documentation/README.md)
* [Engineering Feedback](docs/engineering-feedback/README.md)
* [Non Functional Requirements](docs/non-functional-requirements/)
* [Observability](docs/observability/README.md)
* [Security](docs/security/README.md)
* [Privacy](docs/privacy/README.md)
* [Source Control](docs/source-control/README.md)
* [Reliability](docs/non-functional-requirements/reliability.md)
* [UI/UX](docs/UI-UX/README.md)

## Fundamentals for Specific Technology Areas

* [Machine Learning Fundamentals](docs/machine-learning/README.md)
* [User-Interface Engineering](docs/UI-UX/README.md)

## Contributing

Expand Down
6 changes: 6 additions & 0 deletions docs/non-functional-requirements/privacy/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Privacy fundamentals

Private data handling and protection requires both the proper design of software,
systems and databases, as well as the implementation of organizational processes and procedures.

In general, developers working on [ISE](../../ISE.md) projects should adhere to Microsoft's recommended standard practices and regulations on Privacy and Data Handling.
Loading