Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Add community and governance #678

Merged
merged 2 commits into from
Aug 18, 2021
Merged

Add community and governance #678

merged 2 commits into from
Aug 18, 2021

Conversation

ethanwharris
Copy link
Collaborator

What does this PR do?

Fixes # (issue)

Before submitting

  • Was this discussed/approved via a Github issue? (no need for typos and docs improvements)
  • Did you read the contributor guideline, Pull Request section?
  • Did you make sure your PR does only one thing, instead of bundling different changes together?
  • Did you make sure to update the documentation with your changes?
  • Did you write any new necessary tests? [not needed for typos/docs]
  • Did you verify new and existing tests pass locally with your changes?
  • If you made a notable change (that affects users), did you update the CHANGELOG?

PR review

  • Is this pull request ready for review? (if not, please submit in draft mode)

Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.

Did you have fun?

Make sure you had fun coding 🙃

@codecov
Copy link

codecov bot commented Aug 18, 2021

Codecov Report

Merging #678 (06320af) into master (8b67dc8) will decrease coverage by 23.64%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #678       +/-   ##
===========================================
- Coverage   89.67%   66.02%   -23.65%     
===========================================
  Files         192      192               
  Lines        9905     9905               
===========================================
- Hits         8882     6540     -2342     
- Misses       1023     3365     +2342     
Flag Coverage Δ
unittests 66.02% <ø> (-23.65%) ⬇️

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

Impacted Files Coverage Δ
flash/core/serve/dag/visualize.py 19.04% <0.00%> (-76.20%) ⬇️
flash/core/serve/component.py 21.69% <0.00%> (-72.65%) ⬇️
...ash/pointcloud/segmentation/open3d_ml/backbones.py 20.83% <0.00%> (-70.84%) ⬇️
...tcloud/segmentation/open3d_ml/sequences_dataset.py 20.18% <0.00%> (-62.39%) ⬇️
flash/graph/classification/model.py 37.70% <0.00%> (-62.30%) ⬇️
flash/core/serve/interfaces/http.py 35.44% <0.00%> (-62.03%) ⬇️
flash/core/serve/flash_components.py 29.62% <0.00%> (-61.12%) ⬇️
flash/core/integrations/icevision/data.py 35.41% <0.00%> (-60.42%) ⬇️
flash/core/integrations/icevision/backbones.py 33.33% <0.00%> (-60.01%) ⬇️
flash/image/detection/serialization.py 30.76% <0.00%> (-59.62%) ⬇️
... and 99 more

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 8b67dc8...06320af. Read the comment docs.

Copy link
Contributor

@tchaton tchaton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM !

@tchaton tchaton merged commit 1d57da0 into master Aug 18, 2021
@tchaton tchaton deleted the docs/governance branch August 18, 2021 19:55
@Borda Borda added the documentation Improvements or additions to documentation label Aug 18, 2021
Comment on lines +8 to +15
- William Falcon (`williamFalcon <https://github.com/williamFalcon>`_)
- Thomas Chaton (`tchaton <https://github.com/tchaton>`_)
- Ethan Harris (`ethanwharris <https://github.com/ethanwharris>`_)
- Jirka Borovec (`Borda <https://github.com/Borda>`_)
- Kaushik Bokka (`kaushikb11 <https://github.com/kaushikb11>`_)
- Justus Schock (`justusschock <https://github.com/justusschock>`_)
- Carlos Mocholí (`carmocca <https://github.com/carmocca>`_)
- Sean Narenthiran (`SeanNaren <https://github.com/SeanNaren>`_)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a copy from PL, so are also all leads from PL leads in Flash?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not quite copied, adapted 😃 These are all the PL leads who have also made contributions to flash

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, but for example I not feel like lead for Flash, rather be just core :P

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants