Skip to content

Commit

Permalink
Separate CONTRIBUTING and CODE_OF_CONDUCT in two subcriteria.
Browse files Browse the repository at this point in the history
Addresses #83
  • Loading branch information
orviz committed Feb 11, 2022
1 parent 5ff4a5b commit 979884f
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions content/06.quality_criteria.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,18 +192,21 @@ software being developed first and test cases created later.
* Author list and contacts.
* Acknowledgments.

* **[QC.Doc06.2]** CONTRIBUTING file **MUST** be present, details how external parties can
contribute to the code and the code of conduct.
* **[QC.Doc06.2]** CONTRIBUTING file **MUST** be present in order to communicate how external parties can
contribute to the code.

* **[QC.Doc06.3]** LICENSE file **MUST** be present, License information with detailed description.
* **[QC.Doc06.3]** A code of conduct (usually defined in a CODE_OF_CONDUCT file) **MUST** be present in
order to establish the positive social attitudes expected within the community of code contributors.

* **[QC.Doc06.4]** Developer
* **[QC.Doc06.4]** LICENSE file **MUST** be present, License information with detailed description.

* **[QC.Doc06.5]** Developer

* Private API documentation.
* Structure and interfaces.
* Build documentation.

* **[QC.Doc06.5]** Deployment and Administration
* **[QC.Doc06.6]** Deployment and Administration

* Installation and configuration guides.
* Service Reference Card, with the following RECOMMENDED content:
Expand All @@ -218,7 +221,7 @@ software being developed first and test cases created later.
* Security information.
* FAQs and troubleshooting.

* **[QC.Doc06.6]** User
* **[QC.Doc06.7]** User

* Public API documentation.
* Command Line Interface (CLI) reference.
Expand Down

0 comments on commit 979884f

Please sign in to comment.