docs(dev): start a set of "dev" docs

Initially this creates a top-level "dev" directory to hold documents
pertaining to the development, as opposed to the usage, of hyper. For a
first doc, it splits out the commit guidelines to its own file.

cc #2586
This commit is contained in:
Sean McArthur
2021-09-16 12:10:36 -07:00
parent 6a876b8ed2
commit e6b2cbda03
3 changed files with 69 additions and 76 deletions

3
dev/README.md Normal file
View File

@@ -0,0 +1,3 @@
# Developing hyper
This is a set of documents outline how hyper is developed, how to contribute or get involved, various processes we use, and internal design explanations.