[DOCS Day] Contribution Guidelines Update (#2863)

* feat: initial commit with new handbook material

- Adds guides related to creating PR's
- Enhances PR templates

* feat: harmonized docs
This commit is contained in:
Wyatt Johnson
2020-02-26 11:29:18 -05:00
committed by GitHub
parent 1a3401710f
commit a059e70d05
4 changed files with 314 additions and 142 deletions
@@ -0,0 +1,19 @@
# 1. Record architecture decisions
Date: 2020-02-25
## Status
Accepted
## Context
We need to record the architectural decisions made on this project.
## Decision
We will use Architecture Decision Records, as [described by Michael Nygard](http://thinkrelevance.com/blog/2011/11/15/documenting-architecture-decisions).
## Consequences
See Michael Nygard's article, linked above. For a lightweight ADR toolset, see Nat Pryce's [adr-tools](https://github.com/npryce/adr-tools).