Savory / Danet

The most mature backend framework for Deno. Create awesome HTTP and WebSocket server as well as KVQueue workers !
https://danet.land
Other
269 stars 18 forks source link

[docs]: implement recommended community standards #45

Closed orama254 closed 2 years ago

orama254 commented 2 years ago

Adds the recommended GitHub community standards to make the project contributor friendly

fixes #44

You can check out line 63 on the code of conduct where I have placed a place holder text and where you can indicate how best you can be reached.

codecov-commenter commented 2 years ago

Codecov Report

Merging #45 (a204960) into main (b4f33f6) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #45   +/-   ##
=======================================
  Coverage   84.60%   84.60%           
=======================================
  Files          26       26           
  Lines        1104     1104           
  Branches       90       90           
=======================================
  Hits          934      934           
  Misses        168      168           
  Partials        2        2           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

Sorikairox commented 2 years ago

Thank you a lot for this PR !