X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=CONTRIBUTING.md;fp=CONTRIBUTING.md;h=6b4729952c140bce7b0ba930e6686026d4724da0;hb=4511475f03107eb53c88545649898e3cfbcc2765;hp=0000000000000000000000000000000000000000;hpb=59f84608ec15c016958a6e0e0ddd813f376c0925;p=ric-plt%2Fsubmgr.git diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..6b47299 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,18 @@ +# Conntribution milestones + +_NOTE: recommendations for developing internally. should be updated accordingly after opensourcing_ + +## RECOMMENDATIONS + +* **Try to keep workig code in master** +* **Use gofmt** +* **In case of upstream import, try to use exact release instead of master code** + +## WORKFLOW + +* Create branch from master for your feature/bugfix +* Apply changes +* Add tests +* Update corresponding README.md +* Open a merge request to master +* Provide the RLEASE NOTES in the request