mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 04:59:59 +02:00
setup initial documentation folders (#1)
* setup initial documentation folders * add CODEOWNERS * replace dotgov with .gov where possible
This commit is contained in:
parent
771297704d
commit
1d2ddc660a
6 changed files with 32 additions and 1 deletions
3
.github/CODEOWNERS
vendored
Normal file
3
.github/CODEOWNERS
vendored
Normal 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
|
0
.github/ISSUE_TEMPLATE/story_issue_template.md
vendored
Normal file
0
.github/ISSUE_TEMPLATE/story_issue_template.md
vendored
Normal file
0
.gitignore
vendored
Normal file
0
.gitignore
vendored
Normal 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
|
|
@ -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
3
docs/research/README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# .gov Research
|
||||
|
||||
This contains scripts for gathering data about .gov usage and answering various secondary research questions.
|
Loading…
Add table
Add a link
Reference in a new issue