-
Notifications
You must be signed in to change notification settings - Fork 700
Description
Hi!
Following up this issue: #97 (comment) @bocytko
I'd like to suggest this repository to have a place where the guidelines in blog post are written inside the repository. So, this repo can be more than a visualization library and become some sort of a lightweight framework for the organizations to adopt. ( for example MADR has great guidelines how to quickly adapt to the ADRs https://adr.github.io/madr/#applying-madr-to-your-project )
I suggest following changes and would start working on them if it's initially agreed.
1- Move the index.html and stuff out from docs and have them under starter-kit or example. This starter-kit is something that any organization can easily clone and aplly immediately to their organization.
2- Have github templates that are written in the blog post will be included somehow under it.
3- Have the each entry in entries saved as a asciidoc and have a compiler that goes through all the asciidocs and read the metadata from them ( https://docs.asciidoctor.org/asciidoc/latest/document/metadata/ )
4- Have a linter for these asciidocs, so they'd all look like the way it's in the blog post (includes pros, cons, when to use etc)
5- Have extensive guideline docs for how to contribute by having some diagrams, writing the roles, procedures etc
6- Have a script to have a monthly change report
So, what do you think? These are some initial thoughts that can enable and accelerate many organizations, later, the further imporvements can be done.
Waiting for your thoughts to start on that