https://github.com/vondenstein/.github
Default community health files
https://github.com/vondenstein/.github
community community-health defaults github github-folder hidden-folder templates
Last synced: 10 months ago
JSON representation
Default community health files
- Host: GitHub
- URL: https://github.com/vondenstein/.github
- Owner: vondenstein
- License: mit
- Created: 2020-05-22T20:35:04.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-02-14T21:59:28.000Z (over 3 years ago)
- Last Synced: 2025-09-01T08:28:01.439Z (10 months ago)
- Topics: community, community-health, defaults, github, github-folder, hidden-folder, templates
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
.github
๐ฅ ๐ก ๐
Default community health files
GitHub allows users and organizations to set default community health files for their projects for easier community management. Instead of maintaining contribution guidelines or security policies across multiple repos, we can create a .github repository to apply one set of community health files to all repositories!
Quick Start
ยท
Contents
ยท
Community Resources
ยท
License
## ๐ Quick Start
If you want to set your own default community health files using this repository as a guide, simply fork this repostory with the name `.github`. Just don't forget to change the contact links and email addresses to your own.
If you want to start from scratch, reference the [official guide](https://help.github.com/en/github/building-a-strong-community/creating-a-default-community-health-file).
## ๐ Contents
- **[CONTRIBUTING.md](CONTRIBUTING.md)**: A simple set of contribution guidelines written in a way that should apply to most of my personal projects.
- **[CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)**: A 'one size fits all' code of conduct based on the [Contributor Covenant](https://www.contributor-covenant.org).
- **[SECURITY.md](SECURITY.md)**: A basic security policy that states that all active projects will receive security patches. Meant to be overridden for versioned projects - just use a semantic version like `1.x.x` where the template uses _latest_.
- **[ISSUE_TEMPLATE](https://github.com/vondenstein/.github/tree/master/ISSUE_TEMPLATE)**: Issue templates for bug reports, feature requests, and questions. Includes a configuration disallowing blank issues (i.e. requiring use of issue templates) and a link to my contact form.
- **[PULL_REQUEST_TEMPLATE.md](PULL_REQUEST_TEMPLATE.md)**: A simple pull request template that encourages the use of [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
## ๐ Community Resources
- [Open Source Guides](https://opensource.guide)
- The [Contributor Covenant](https://www.contributor-covenant.org), a code of conduct to help promote a positive community environment
- GitHub's guide on [Building a Strong Community](https://help.github.com/en/github/building-a-strong-community)
## ๐ License
Licensed under the [MIT License](LICENSE).