Ask HN: Do you document your development process?
We recently decided to start documenting our development process more thoroughly inside markdown files in a GitHub repository.
The document is intended to answer common questions like: "How do I deploy a hotfix?", "What if I have questions about a task?", or "How do I get my code reviewed?"
This got me thinking about the community here does. Do you document your process right now? And if so, what do you use for it?
4 comments
[ 30.6 ms ] story [ 411 ms ] threadWe intentionally keep this separate from the code and leave it in Confluence docs because it was important to both engineers and semi-technical (QA and Product) staff. The latter group is very concerned about how hotfixes are deployed but is unlikely to look at anything on github.