Skip to content

Commit fa1cf87

Browse files
move privacy to non functional requirements (#1074)
* move privacy to non functional requriements * fix link * fix table * fix table --------- Co-authored-by: Shiran Rubin <[email protected]>
1 parent f7877f2 commit fa1cf87

File tree

5 files changed

+42
-51
lines changed

5 files changed

+42
-51
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,15 @@ A [breakdown of sections](docs/the-first-week-of-an-ise-project.md) according to
5555
* [Developer Experience](docs/developer-experience/README.md)
5656
* [Documentation](docs/documentation/README.md)
5757
* [Engineering Feedback](docs/engineering-feedback/README.md)
58+
* [Non Functional Requirements](docs/non-functional-requirements/)
5859
* [Observability](docs/observability/README.md)
5960
* [Security](docs/security/README.md)
60-
* [Privacy](docs/privacy/README.md)
6161
* [Source Control](docs/source-control/README.md)
62-
* [Reliability](docs/non-functional-requirements/reliability.md)
62+
* [UI/UX](docs/UI-UX/README.md)
6363

6464
## Fundamentals for Specific Technology Areas
6565

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

6968
## Contributing
7069

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Privacy fundamentals
2+
3+
Private data handling and protection requires both the proper design of software,
4+
systems and databases, as well as the implementation of organizational processes and procedures.
5+
6+
In general, developers working on [ISE](../../ISE.md) projects should adhere to Microsoft's recommended standard practices and regulations on Privacy and Data Handling.
File renamed without changes.

0 commit comments

Comments
 (0)