oakmound / oak

A pure Go game engine
Apache License 2.0
1.55k stars 83 forks source link

oak: update contributing to note develop being dropped #168

Closed 200sc closed 3 years ago

200sc commented 3 years ago

using develop made sense pre go modules, when it was likely a user would pull an unpinned version unintentionally, but that chance is much lower now.

codecov-commenter commented 3 years ago

Codecov Report

Merging #168 (da624af) into master (314b923) will increase coverage by 0.12%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #168      +/-   ##
==========================================
+ Coverage   92.76%   92.89%   +0.12%     
==========================================
  Files         140      140              
  Lines        6291     6291              
==========================================
+ Hits         5836     5844       +8     
+ Misses        398      389       -9     
- Partials       57       58       +1     
Impacted Files Coverage Δ
event/handler.go 96.66% <0.00%> (ø)
sceneLoop.go 94.25% <0.00%> (+3.44%) :arrow_up:
drawLoop.go 75.60% <0.00%> (+12.19%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 314b923...da624af. Read the comment docs.