github.com/IBM-Blockchain/fabric-operator@v1.0.4/docs/CONTRIBUTING.md (about) 1 # Contributing to this repository 2 3 ## Tips: 4 After changed module define at `/api/v1beta1/*.go` run the following command 5 ``` 6 make generate 7 make manifests 8 ``` 9 to make `crd` files up to date. 10 11 ## Guide for operator Development 12 https://sdk.operatorframework.io/docs/building-operators/golang/tutorial/ 13 14 ## Fabric env 15 for any fabric configuration as core.yaml for peer and orderer.yaml for orderer, please considering check existing structure defined in configoverride. 16 17 ## TODO