setup initial documentation folders (#1)

* setup initial documentation folders

* add CODEOWNERS

* replace dotgov with .gov where possible
This commit is contained in:
Logan McDonald 2022-08-03 08:03:04 -04:00 committed by GitHub
parent 771297704d
commit 1d2ddc660a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 32 additions and 1 deletions

3
.github/CODEOWNERS vendored Normal file
View file

@ -0,0 +1,3 @@
# For more information on CODEOWNERS, see the documentation: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
docs/* @dotgov

View file

0
.gitignore vendored Normal file
View file

View file

@ -1 +1,7 @@
# dotgov
# .gov documentation
Welcome to .gov! This is a repository to house work on the current .gov site(s).
## Onboarding
TBD

View file

@ -0,0 +1,19 @@
# 1. Record architecture decisions
Date: 2022-08-01
## Status
Accepted
## Context
We need to record the architectural decisions made on this project.
## Decision
To record significant decisions in this project, We will use Architecture Decision Records as [described by Michael Nygard in this article](http://thinkrelevance.com/blog/2011/11/15/documenting-architecture-decisions).
## Consequences
See Michael Nygard's article, linked above.

3
docs/research/README.md Normal file
View file

@ -0,0 +1,3 @@
# .gov Research
This contains scripts for gathering data about .gov usage and answering various secondary research questions.