https://github.com/biocommons/.github

Organization-wide GitHub configuration

https://github.com/biocommons/.github

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.8%) to scientific vocabulary

Keywords

bioinformatics genome-analysis genomics sequencing variant-analysis variation
Last synced: 5 months ago · JSON representation

Repository

Organization-wide GitHub configuration

Basic Info
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
bioinformatics genome-analysis genomics sequencing variant-analysis variation
Created about 2 years ago · Last pushed 6 months ago
Metadata Files
Readme Contributing Code of conduct Codeowners Support Governance

README.md

biocommons .github repo

This repo contains biocommons-wide configuration and templates.

The contents of this repo are used in various ways by GitHub. Here's a summary:

  • .github/ISSUE_TEMPLATE are used by all organization repos directly. Changes to these templates will be available to other organizations repos. NOTE: If repos have their own .github/ISSUE_TEMPLATE directory, these templates will not be available (so don't do that).

  • .github/workflows/ contains GitHub Actions with configuration that is used by biocommons repos.

  • docs/ contains templates for CODE_OF_CONDUCT.md, etc.

  • etc/ contains global configuration, such as labels. (This is a Reece-ism.)

  • profile/README.md is our organizational README at https://github.com/biocommons/

  • workflow-templates are templates available for manual selective incorporation into other repos.


docs/
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── GOVERNANCE.md
└── SUPPORT.md
etc/
└── labels.yml
profile/
└── README.md
workflow-templates/
├── biocommons.svg
├── labels.yml
├── python-package.yml
├── stale.properties.json
├── stale.svg
└── stale.yml
.github/
├── CODEOWNERS
├── ISSUE_TEMPLATE
│   ├── bug-report.md
│   ├── feature-request.md
│   └── project-proposal.yml
├── labels.yml
└── workflows
    └── stale.yml

Owner

  • Name: biocommons
  • Login: biocommons
  • Kind: organization

a collection of open source bioinformatics tools

GitHub Events

Total
  • Push event: 9
  • Create event: 1
Last Year
  • Push event: 9
  • Create event: 1

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 18
  • Total Committers: 1
  • Avg Commits per committer: 18.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 18
  • Committers: 1
  • Avg Commits per committer: 18.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Reece Hart r****e@b****g 18
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 2 years ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • korikuzma (2)
  • ahwagner (1)
Pull Request Authors
  • korikuzma (1)
Top Labels
Issue Labels
enhancement (1)
Pull Request Labels
bug (1)

Dependencies

.github/workflows/labels.yml actions
  • actions/checkout v3 composite
  • crazy-max/ghaction-github-labeler v4 composite
.github/workflows/python-package.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • pypa/gh-action-pypi-publish release/v1 composite
.github/workflows/stale.yml actions