datamol-io / datamol

Molecular Processing Made Easy.
https://docs.datamol.io
Apache License 2.0
462 stars 48 forks source link

gh: refactor community files #166

Closed SauravMaheshkar closed 1 year ago

SauravMaheshkar commented 1 year ago

This PR aims to moves the CONTRIBUTING.md, CODE_OF_CONDUCT.md, CODEOWNERS and SECURITY.md file inside the .github/ dir. Github looks for a contribution guideline file in the following order: .github dir > project root > docs dir (source). Moving the file to the .github/ dir leads to a minimal project structure without any functional change.

codecov[bot] commented 1 year ago

Codecov Report

Merging #166 (f70846c) into main (eb69075) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #166   +/-   ##
=======================================
  Coverage   91.22%   91.22%           
=======================================
  Files          47       47           
  Lines        3500     3500           
=======================================
  Hits         3193     3193           
  Misses        307      307           
Flag Coverage Δ
unittests 91.22% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

hadim commented 1 year ago

Thank you for your contributions @SauravMaheshkar !