diff --git a/technical-principles.md b/technical-principles.md index 2e456c7..d5568d5 100644 --- a/technical-principles.md +++ b/technical-principles.md @@ -24,7 +24,8 @@ But the goal is to host the whole project using itself as soon as possible. That ## Version control everything Not only will we version control our source code, but we will integrate version control at the core of NixiN, so that all the user configurations generated when using NixiN will be stored in a version control repository. -## CI/CD +## Continuous Integration / Continuous Delivery +In the same way as with version control, we will not only use CI/CD for developing NixiN. We will also integrate CI/CD as a core feature of NixiN for the users to test and deploy their machines configurations. ## Focus on user experience