https://github.com/chonton/policies
A collection of software development policies
https://github.com/chonton/policies
Last synced: about 2 months ago
JSON representation
A collection of software development policies
- Host: GitHub
- URL: https://github.com/chonton/policies
- Owner: chonton
- License: apache-2.0
- Created: 2018-06-29T18:50:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-16T21:14:53.000Z (over 5 years ago)
- Last Synced: 2025-02-10T16:52:00.809Z (4 months ago)
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Policies
A collection of software development policies## Purpose
[Policy](https://en.wikipedia.org/wiki/Policy) is the set of guiding principals that support a
development organization reach its goals.## Procedures
Every policy must be documented in a single, well-known location, such as a wiki. Policy and
procedures must be updated as organizational goals change.## Discussion
Policies are distinct from procedures. A policy states an organizational goal. Procedures are the
processes an organization puts in place to enforce the policies are followed.
Policies are the 'what', procedures are the 'how'.Every certification program, including ISO, requires that an organization document their policies.
## Software Development Policies
- [Version](./version.md)
- [Artifact](./artifact.md)
- [License](./license.md)
- [Publication](./publication.md)
- [Repository](./repository.md)
![]()
This work is licensed under a Creative Commons Attribution 4.0 International License.