An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          



GitHub



.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!




MIT License


Contributor Covenant


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).