-
Notifications
You must be signed in to change notification settings - Fork 0
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
.github Bridge (docs) update #5
Open
MitchellShiell
wants to merge
22
commits into
master
Choose a base branch
from
bridgeGitHub
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 20 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
99fca86
bridge documentation update
MitchellShiell 3092cb6
updated project doc apge
MitchellShiell 784c89d
removeed buttons on projects page
MitchellShiell a954316
minor typo
MitchellShiell 2a539f0
updated contribution section
MitchellShiell d974d06
minor
MitchellShiell bbfeedb
updated readme template
MitchellShiell e1675a8
links
MitchellShiell 33f9cc8
updated bridge doc page
MitchellShiell 1338169
updated standards doc
MitchellShiell 60c5ab1
minor update
MitchellShiell fc0dde9
cleanup + updated readme
MitchellShiell 66a56c5
minor typo
MitchellShiell 3d49749
Merge branch 'master' into bridgeGitHub
MitchellShiell 9a5a917
netlify link
MitchellShiell 4722364
updated cross referenced urls to docs.overture.bio
MitchellShiell 5d267a6
Update FUNDING.yml
MitchellShiell 214eeba
Update standards/02-Software/02-Docs/03-Usage.md
MitchellShiell 6f4c7f5
Update PULL_REQUEST_TEMPLATE.md
MitchellShiell a4d8aee
Update PULL_REQUEST_TEMPLATE.md
MitchellShiell e59b6c1
Update standards/02-Software/02-software.mdx
MitchellShiell 7f96a50
fixed typos in images, reduced image size to ~1mb will try lower if n…
MitchellShiell File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
# If we choose to use the codeowners functionality update the file as a .md then uncomment and update the following: | ||
|
||
<!-- | ||
# Each line is a file pattern followed by one or more owners. | ||
|
||
# These owners will be the default owners for everything in | ||
# the repo. Unless a later match takes precedence, | ||
# @global-owner1 and @global-owner2 will be requested for | ||
# review when someone opens a pull request. | ||
* @global-owner1 @global-owner2 | ||
|
||
# Order is important; the last matching pattern takes the most | ||
# precedence. When someone opens a pull request that only | ||
# modifies JS files, only @js-owner and not the global | ||
# owner(s) will be requested for a review. | ||
*.js @js-owner | ||
|
||
# You can also use email addresses if you prefer. They'll be | ||
# used to look up users just like we do for commit author | ||
# emails. | ||
*.go [email protected] | ||
|
||
# Teams can be specified as code owners as well. Teams should | ||
# be identified in the format @org/team-name. Teams must have | ||
# explicit write access to the repository. | ||
/apps/ @organization/app-team | ||
|
||
# In this example, @doctocat owns any files in the build/logs | ||
# directory at the root of the repository and any of its | ||
# subdirectories. | ||
/build/logs/ @doctocat | ||
|
||
# The `docs/*` pattern will match files like | ||
# `docs/getting-started.md` but not further nested files like | ||
# `docs/build-app/troubleshooting.md`. | ||
docs/* [email protected] | ||
|
||
# In this example, @octocat owns any file in an apps directory | ||
# anywhere in your repository. | ||
apps/ @octocat | ||
|
||
# In this example, any change inside the `/scripts` directory | ||
# will require approval from @doctocat or @octocat. | ||
/scripts/ @doctocat @octocat | ||
|
||
# In this example, @octocat owns any file in the `/apps` | ||
# directory in the root of your repository except for the `/apps/github` | ||
# subdirectory, as its owners are left empty. | ||
/apps/ @octocat | ||
/apps/github --> | ||
|
||
|
||
<!-- ## Example Here | ||
# Overall ownership | ||
* @overture-stack/coreMaintainers | ||
|
||
# Workflow files | ||
/.github/workflows/ @overture-stack/devops | ||
|
||
# Issue templates | ||
/.github/ISSUE_TEMPLATE/ @overture-stack/outreach | ||
|
||
# Documentation files | ||
*.md @overture-stack/outreach | ||
|
||
# Security-related files | ||
/SECURITY.md @overture-stack/coreMaintainers | ||
|
||
# Community health files | ||
/CODE_OF_CONDUCT.md @overture-stack/outreach | ||
/CONTRIBUTING.md @overture-stack/outreach | ||
|
||
# Funding related files | ||
/FUNDING.yml @overture-stack/managers | ||
|
||
# Standards directory | ||
/Standards/ @overture-stack/outreach | ||
|
||
# Profile directory | ||
/profile/ @overture-stack/outreach | ||
--> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
This comment makes me think this is meant more as a template than as an org-wide article?
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.
which leads me to ask both what the original source if the template is, and are there instructions anywhere on what these templates are for? e.g. "when creating a new repo you will find these X and Y and Z files, which are used in the following scenarios..." etc.
do we have that somewhere I've missed?
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.
Briefly explained here: https://docs.overture.bio/docs/standards/github#codeowners
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.
This is completely optional if you don't want it than we can remove it just wanted to offer all that is possible