Skip to content

NeuroLift-Technologies/.github

.github — NeuroLift Technologies Organization Configuration

This repository is the central configuration hub for all repositories in the NeuroLift Technologies GitHub organization. GitHub treats this repository specially, using its contents as organization-wide defaults.

What's in This Repository

🏠 Organization Profile

File Description
profile/README.md Public-facing organization profile displayed on the NeuroLift Technologies GitHub page

🤝 Community Health Files

These files apply as defaults to all repositories in the organization that don't define their own version.

File Description
CONTRIBUTING.md Guidelines for contributing to our projects
CODE_OF_CONDUCT.md Community standards and enforcement
SECURITY.md How to report security vulnerabilities
SUPPORT.md Where to get help

📋 Issue & PR Templates

Default templates used across all repositories in the organization.

File Description
ISSUE_TEMPLATE/bug_report.md Template for reporting bugs
ISSUE_TEMPLATE/feature_request.md Template for suggesting features
ISSUE_TEMPLATE/config.yml Issue template chooser configuration
PULL_REQUEST_TEMPLATE.md Default pull request template

🤖 GitHub Copilot Instructions

File Description
.github/copilot-instructions.md Custom coding instructions for GitHub Copilot across all org repos

⚙️ Reusable Workflows

Workflows stored here can be called from any repository in the organization using uses: NeuroLift-Technologies/.github/.github/workflows/<workflow>.yml@main.

File Description
.github/workflows/reusable-ci.yml Reusable CI workflow (lint + test for Python and Node.js projects)

How to Use the Reusable CI Workflow

In any repository within this organization, create .github/workflows/ci.yml:

name: CI
on: [push, pull_request]

jobs:
  ci:
    uses: NeuroLift-Technologies/.github/.github/workflows/reusable-ci.yml@main
    with:
      node-version: '20'
      python-version: '3.12'

References

About

NeuroLift Technologies Organization customization

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages