[flang-commits] [PATCH] D130166: [flang] Adding a guideline for flang design documentation
Daniil Dudkin via Phabricator via flang-commits
flang-commits at lists.llvm.org
Wed Jul 20 08:41:44 PDT 2022
unterumarmung added a comment.
Thank you for the guideline, this should be really helpful!
================
Comment at: flang/docs/DesignGuideline.md:30-33
+The design document should be added to the `docs` folder as a markdown document,
+ideally using the name of the feature as the document name. Its approval on
+Phabricator is the pre-requisite to submitting patches implementing new
+features.
----------------
So, one should create a design doc first, merge it to the repository after necessary approvals and only then start to work on the feature?
I'm with @awarzynski on this. I think it's more agile to first create a discourse discussion with RFC and/or design doc and then, after a mutual agreement that a feature is needed, start to work on the feature and the final design doc in the same revision.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130166/new/
https://reviews.llvm.org/D130166
More information about the flang-commits
mailing list