From 600c53d6255cdd711369211f2194402bef83816e Mon Sep 17 00:00:00 2001 From: Brusk Hamarash Date: Wed, 29 Sep 2021 01:47:18 +0300 Subject: [PATCH] Documentations --- Software-Development/README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/Software-Development/README.md b/Software-Development/README.md index b7d6bf1..5da4107 100644 --- a/Software-Development/README.md +++ b/Software-Development/README.md @@ -117,9 +117,19 @@ As for naming convention, the following format must be used: } ``` - - -3. +### Documentation + +Unless otherwise specified by the Head of Digital Development, the following documentations are more or less required to be part of every software code: + +1. Pre-development documentations that are created or managed by the Business Intelligence and Requirement Analysis Team of DIT. These include software requirement analysis documents, process mappings, workflow diagrams, and additive resources that resulted in the specifications of the current software version. +2. Software Specification Document that describes the nature and detailed features of the application. +3. Final Quality Assurance Report on Testing and Acceptance. +4. Manuals + 1. Installation Manuals + 2. Operation Manuals + 3. User Manuals +5. Release Notes +6. README.md that describes each software code's settings. (Refer to README.md templates for each code base)