Committers Guidelines Features, high-level design, and roadmap Our workflow on GitHub Addendum to workflow for committers: Roles on Core General rules People Committers G...
Development Guidelines Where to ask for help Separate Code Repositories Issues Development Environment Download code Install Run Tests Contributing to Code Python Versions ...
Coding guidelines Coding in Go Additional guidelines for Hyperledger Fabric codebase Avoid package level state Appropriate use of interfaces Dependencies v/s Encapsulation Avoi...
Guidelines for Refactoring Background Refactoring Suggestions Reviewing & Merging Suggestions Guidelines for Refactoring Background Since the first line of code was written ...
Documentation guidelines CLI commands Mkdocs Documentation guidelines CLI commands kops uses cobra for its CLI implementation. Each command should have the following help fi...
Commit Guidelines Writing a Good Commit Message Commit Guidelines Access to directly submit changes is limited to people with commit access to the repository. Once you are prov...
Core guidelines Good practices Forbidden practices Core guidelines Good practices build() should be simple, prepare the builds in generate() instead : The recipes’ generate(...