dapr icon indicating copy to clipboard operation
dapr copied to clipboard

update docs to say to fork the repo and add debug config

Open cicoyle opened this issue 2 years ago • 1 comments

  • Update contributing docs
    • I had a user asking how to get started with contributing, so I updated the instructions to include forking since they should be forking the repo since people wont have permissions to create a branch otherwise.
    • Added my Goland IDE config (made it generic) so it was obvious to new contributors how to build and run daprd and see their changes locally.

cicoyle avatar Feb 12 '24 19:02 cicoyle

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (518753d) 62.14% compared to head (d8eed78) 62.18%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7531      +/-   ##
==========================================
+ Coverage   62.14%   62.18%   +0.04%     
==========================================
  Files         245      245              
  Lines       22335    22335              
==========================================
+ Hits        13881    13890       +9     
+ Misses       7297     7290       -7     
+ Partials     1157     1155       -2     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Feb 12 '24 20:02 codecov[bot]