Skip to content

Commit

Permalink
doc: tweak organization of TSC and governance docs (#92)
Browse files Browse the repository at this point in the history
also added interim AMD TSC member

Signed-off-by: David B. Kinder <[email protected]>
  • Loading branch information
dbkinder authored Sep 6, 2024
1 parent 4401d19 commit 7dd231b
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 34 deletions.
51 changes: 51 additions & 0 deletions community/TSC.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
Technical Steering Committee (TSC)
##################################

As defined in the :doc:`OPEA Charter <charter>`, the Technical Steering
Committee is responsible for all technical oversight of the OPEA project
including:

* coordinating the technical direction of the OPEA project;
* approving project or system proposals
* creating committees or working groups (for example, an executive or
architectural committee or end-user advisory committee) to support the
OPEA project;
* appointing representatives to work with other open source or open standards
communities;
* establishing community norms, workflows, issuing releases, and security issue
reporting policies;
* approving and implementing policies and processes for contributing
* discussions, seeking consensus, and where necessary, voting on technical
matters relating to the code base that affect multiple sub-projects;
* coordinating any marketing, events, or communications regarding the OPEA project.

Refer to the :doc:`OPEA Charter <charter>` for more details.

Technical Steering Committee Members
************************************

.. list-table:: TSC Members (as of September 6, 2024)
:header-rows: 1

* - TSC Member Name
- Member's Title and Company
* - `Malini Bhandaru <https://www.linkedin.com/in/malinibhandaru/>`_ (Chair)
- Senior Principal Engineer, Intel
* - `Amr Abdelhalem <https://www.linkedin.com/in/amrhalem/>`_
- SVP, Head of Cloud Platforms, Fidelity
* - `Nathan Cartwright <https://www.linkedin.com/in/nathan-cartwright-2008228/>`_
- Chief Architect - AI, CDW
* - `Justin Cormack <https://www.linkedin.com/in/justincormack/>`_
- CTO, Docker
* - `Ke Ding <https://www.linkedin.com/in/dingke/>`_
- Senior Prinicipal AI Engineer, Intel
* - Steve Grubb
- Senior Principal Engineer, Red Hat
* - `Robert Hafner <https://www.linkedin.com/in/roberthafner/>`_
- Senior Principal Architect, Comcast
* - `Melissa Mckay <https://www.linkedin.com/in/melissajmckay/>`_
- Head of Developer Relations, JFrog
* - `Logan Markewich <https://www.linkedin.com/in/logan-markewich/>`_
- Founding Software Developer, LlamaIndex
* - `Nick Ni <https://www.linkedin.com/in/nick-ni-5a204b20/>`_ (Interim)
- Senior Director Ai Product Management, AMD
18 changes: 0 additions & 18 deletions community/TSC_Gives_and_gets.md

This file was deleted.

File renamed without changes.
19 changes: 4 additions & 15 deletions community/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ support systems:
* **Source Code in GitHub**: OPEA Project source code is maintained on a
public GitHub repository at https://github.com/opea-project.
You'll find information about getting access to the repository and how to
contribute to the project in this `Contribution Guide`_ document.
contribute to the project in this :doc:`Contribution Guide <CONTRIBUTING>`.

* **Documentation**: Project technical documentation is developed
along with the project's code, and can be found at
Expand All @@ -43,9 +43,6 @@ support systems:
* **Mailing List**: TBD


.. _Contribution Guide: https://opea-project.github.io/latest/community/CONTRIBUTING.html


Contributing Guides
*******************

Expand All @@ -54,11 +51,11 @@ Contributing Guides

../README
CONTRIBUTING
../codeowner
codeowner
SECURITY
../developer-guides/doc_guidelines
../developer-guides/graphviz
../developer-guides/docbuild
../developer-guides/graphviz

Roadmaps
********
Expand All @@ -77,18 +74,10 @@ Project Governance
:maxdepth: 1

charter
TSC
CODE_OF_CONDUCT
SECURITY

Technical Steering Committee
****************************

.. toctree::
:maxdepth: 1

TSC_Gives_and_gets


RFC Proposals
*************

Expand Down
2 changes: 1 addition & 1 deletion scripts/fix-github-md-refs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ sed -i 's/^```mermaid/```{mermaid}/' `grep -ril --include="*.md" '\`\`\`mermaid'
# these lists up-to-date.

cfiles=`find -name CODEOWNERS | sort`
scripts/codeowners_to_md.py $cfiles > codeowners.txt
scripts/codeowners_to_md.py $cfiles > community/codeowners.txt

0 comments on commit 7dd231b

Please sign in to comment.