GithubHelp home page GithubHelp logo

.github's Introduction

The .github repository

GitHub has many special repositories.

You might already be familiar with the .github directory in a repository. It houses workflows, templates, configurations, and some other files specific to a project.

But another special repository you can create is the .github repository. It acts as a fallback for all of your repositories that don't have an actual .github directory with configurations, templates and other community health files.

Just note that the files inside a repository's .github directory will be chosen over the ones in the .github directory. For example, if my new-project repo has a .github directory with a template inside, that will be used instead of the generic feature request template from the .github repo.

The .github repository for an organization account

The .github repository on an organization account works just like the .github repository on a personal account โ€“ except there is one difference.

Organizations can also have profile READMEs that show up on the organization page on GitHub. This README resides on the /profile directory of the organization's .github repository.

Templates

modyo-labeler

Used by labeler's workflow, to add proper labels into pull request according to specific text found in commits, branches or pull requests.

Commit Type Title Description
feat Features A new feature
fix Bug Fixes A bug Fix
docs Documentation Documentation only changes
style Styles Changes that do not affect the meaning of the code
refactor Code Refactoring A code change that neither fixes a bug nor adds a feature
perf Performance Improvements A code change that improves performance
test Tests Adding missing tests or correcting existing tests
build Builds Changes that affect the build system or external dependencies
ci Continuous Integrations Changes to our CI configuration files and scripts
chore Chores Other changes that don't modify src or test files
revert Reverts Reverts a previous commit

modyo-release-drafter

Used by release drafter's workflow, to create or update a draft release after a merge into master/main branch.

.github's People

Contributors

cainmodyo avatar giorgiosaud avatar pdamaso-modyo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.