-
Notifications
You must be signed in to change notification settings - Fork 29
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
Updates to Readme #222
Updates to Readme #222
Changes from 17 commits
42bb695
a0da756
93b1e3a
0c05b27
d04eca1
6288dc4
c4f8d98
244a8b8
4bf02c6
f6495ef
d9ebe9c
c02bcb9
a248cde
b287476
7f253a0
9b19cf7
8614de7
07cbe93
aab9eba
a55038c
ab2f679
7e0f90c
15c3088
31dbd36
6834190
3d1733b
6209a56
fc905dd
e482eac
04550ed
4592b2a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,11 @@ Suggested changes to this schema can be initiated as [**Issues**](https://github | |
|
||
Even those with write access to the main repository should in general create pull request branches within their own forks. This way when the main repository is forked again, the new fork is created with a minimum of extraneous volatile branches. | ||
|
||
> To facilitate review of external pull requests, users are encouraged to activate [**Travis CI**](https://travis-ci.org/) to monitor the build status (documentation, Swagger UI) of their fork. By following the documentation for [deployment to GitHub Pages](https://docs.travis-ci.com/user/deployment/pages/) and adding a `$GITHUB_TOKEN` environment variable to their repo configuration, pushes to the forked repo should be viewable relative to `https://[user-or-org].github.io/workflow-execution-service-schemas/preview/<branch>/`: | ||
|
||
> To facilitate the review of external pull requests, users are encouraged to activate [**GitHub Actions**](https://github.com/features/actions) to monitor the build status (documentation, Swagger UI) of their fork. By following the documentation for [deployment to GitHub Pages](https://docs.github.com/en/actions/publishing-packages/deploying-to-github-pages) and adding a `$GITHUB_TOKEN` environment variable to their repository configuration, pushes to the forked repository will be viewable at `https://[user-or-org].github.io/workflow-execution-service-schemas/preview/<branch>/`: | ||
|
||
|
||
This version replaces references to Travis CI with GitHub Actions while maintaining the original meaning and intent. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do we need this? Travis hasn't been in use for a long time, so I don't think anyone will complain about this info changing without this disclaimer. If you wanna keep it, it probably makes sense to place it as a comment/quote (with |
||
|
||
+ https://[user-or-org].github.io/task-execution-schemas/preview/\<branch\>/docs/ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Are the Swagger links still up to date, actually? |
||
+ https://[user-or-org].github.io/task-execution-schemas/preview/\<branch\>/swagger-ui/ | ||
|
@@ -32,3 +36,5 @@ Changes for the release are to be approved by 2 TES specification leads. | |
### post TES v1.0.0 Voting Procedure | ||
The post v1.0.0 voting group include stakeholders, such as server and client implementors. | ||
The membership of this group will be established as part of the v1.0.0 release. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We should probably actually do this and check with the Cloud WS to make sure it's in line with GA4GH regulations. For example, I think GA4GH DPs might need to retain voting rights. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also, I think we can remove the pre-TES v1.0.0 stuff, because we're already passed that. And then we can remove the explicit "post" as well, and can just name the section "Voting Procedure". There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Finally, we might want to move the entire section to There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix this too |
||
|
||
For more information please see the [Governance](GOVERNANCE.md) documentation. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
TES Governance and Process | ||
============================== | ||
|
||
The Task Execution Service (TES) operates under a community-driven development model, where advancements to the specification occur exclusively through community contributions. The governance is steered by a core team of API champions that fosters collaboration and consensus among contributors. This team is tasked with overseeing the design and development processes, setting priorities, managing the release schedule, and making decisions in instances where consensus cannot be reached. | ||
|
||
Current API Champions are: | ||
|
||
| Name | Organization | github | | ||
|:-------------------|:-------------|:------------------ | ||
| Kyle Ellrot | oregon health and science university | [kellrott](https://github.com/kellrott) | | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe capitalize Oregon Health and Science University? Might also be good to add links, e.g., https://www.ohsu.edu/ There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Actually, at second thought: Perhaps we should replace the "API Champions" with "Product leads" and link to the current product leads at https://www.ga4gh.org/product/task-execution-service-tes/ That way, we don't have to update this file when leads change (which we might forget). And for getting in contact, we could put the TES email address I think we have (the mailing list). |
||
| Venkat Malladi | Microsoft | [vsmalladi](https://github.com/vsmalladi) | | ||
| Alex Kanitz | ELIXIR | [uniqueg](https://github.com/uniqueg) | | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If you wanna keep this table, please replace ELIXIR with "Swiss Institute of Bioinformatics / ELIXIR Switzerland" and use this URL: https://www.sib.swiss/ |
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 it would actually be good if you did that so that we could see how the built docs look like with this PR, @vsmalladi ;-)