Ask HN: Do you document your development process?
https://news.ycombinator.com/item?id=9282002We 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?