-
Notifications
You must be signed in to change notification settings - Fork 129
Update community.md #477
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Update community.md #477
Conversation
adds a link to the governance documentation on github. one question - only advisory committee members and pm are named on this page. should others be added here?
❌ Deploy Preview for openrefine-website failed.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR.
In the governance document, we are naming members of the following groups
- Core Dev Group
- Release Manager
- Advisory Committee
- Project Manager
We are only missing the Code of Conduct Committee member list. They are listed in the Code of Conduct document
@@ -35,6 +35,9 @@ import Card from '../card.tsx'; | |||
<img src={OpenRefineIsMagicImageUrl} alt="OpenRefine is magic" id="magic"/> | |||
<p style={{fontSize: '0.7em'}}><a href="https://commons.wikimedia.org/wiki/File:Open_Refine_is_Magic.png">CC-BY-SA Scott Carlson</a></p> | |||
</div> | |||
# Governance Model & Team Members | |||
Learn more [on GitHub]([url](https://github.com/OpenRefine/OpenRefine/blob/master/GOVERNANCE.md)). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Learn more [on GitHub]([url](https://github.com/OpenRefine/OpenRefine/blob/master/GOVERNANCE.md)). | |
Review [OpenRefine Governance on GitHub](https://github.com/OpenRefine/OpenRefine/blob/master/GOVERNANCE.md). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made the anchor explicit on the link. I also fixed the syntax
@@ -35,6 +35,9 @@ import Card from '../card.tsx'; | |||
<img src={OpenRefineIsMagicImageUrl} alt="OpenRefine is magic" id="magic"/> | |||
<p style={{fontSize: '0.7em'}}><a href="https://commons.wikimedia.org/wiki/File:Open_Refine_is_Magic.png">CC-BY-SA Scott Carlson</a></p> | |||
</div> | |||
# Governance Model & Team Members |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Governance Model & Team Members | |
# Governance Model & Team Members |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need to add a line break before and after each header
adds a link to the governance documentation on github. one question - only advisory committee members and pm are named on this page. should others be added here?