algorithm: document("features")
Joseph Reynolds
jrey at linux.vnet.ibm.com
Sat Jan 26 07:49:25 AEDT 2019
FEATURE_TOC_REVIEW =
"https://gerrit.openbmc-project.xyz/#/c/openbmc/docs/+/17440/1/feature-toc.md";
if (working_on_feature(feature_name))
{
// locate documentation for your feature
feature_doc = FEATURE_TOC_REVIEW -> feature_name;
// ensure it is adequate
if ((not feature_doc) or (is_empty(feature_doc))
please_contribute_to_review(FEATURE_TOC_REVIEW, feature_name);
else if need_improvement(feature_doc)
please_improve(feature_docs);
}
More information about the openbmc
mailing list