Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# .github
GitHub Actions and Templates for the Organization

## About
This repo holds;
- Rhythmic [GitHub Actions](https://help.github.com/en/actions/building-actions/about-actions)
- Rhythmic [Community Files](https://help.github.com/en/github/building-a-strong-community/creating-a-default-community-health-file)

## Getting Started

### Pre-commit
Expand All @@ -11,3 +16,16 @@ Once `pre-commit` is installed the git hooks can be installed like below:
> pre-commit install
pre-commit installed at .git/hooks/pre-commit
```

## More
Inspirations, references, and generally cool stuff.
Sort of a mini [awesome-list](https://github.com/topics/awesome-list)

### Awesome Community Files
- Homebrew's Community Files - https://github.com/Homebrew/.github
- React Native's Community Files - https://github.com/react-native-community/.github
- Atom's Community Files - https://github.com/atom/.github

### Awesome GitHub Actions
- Probot: A GH Actions & Apps Framework - https://probot.github.io/
- Homebrew's GH Actions - https://github.com/Homebrew/actions