Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nuztalgia/.github
Default GitHub community health files. Feel free to use and/or adapt these!
https://github.com/nuztalgia/.github
cc0 cc0-license community community-files community-health-files github github-config public-domain
Last synced: about 1 month ago
JSON representation
Default GitHub community health files. Feel free to use and/or adapt these!
- Host: GitHub
- URL: https://github.com/nuztalgia/.github
- Owner: nuztalgia
- License: cc0-1.0
- Created: 2022-11-29T17:34:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T20:28:16.000Z (6 months ago)
- Last Synced: 2024-05-06T21:35:58.125Z (6 months ago)
- Topics: cc0, cc0-license, community, community-files, community-health-files, github, github-config, public-domain
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/contributing.md
- License: LICENSE
- Code of conduct: .github/code_of_conduct.md
- Security: .github/security.md
Awesome Lists containing this project
README
.github
Hi there! This repository holds all of my default [community health files].
These files govern all repositories that belong to my [personal GitHub account].
Exceptions are made for individual repos on a per-file[^exceptions] basis.Aside from the two caveats mentioned [below](#license), the contents of this
repo are licensed under [CC0](/LICENSE) and are therefore in the public domain.
Feel free to use and/or adapt any of my files for your own projects if you find
them helpful! 💜## Contents
- 📁 [`ISSUE_TEMPLATE/`](/.github/ISSUE_TEMPLATE/)[^file-naming]
- 🐛 [`bug_report.yml`](/.github/ISSUE_TEMPLATE/bug_report.yml)
- 🔗️ [`config.yml`](/.github/ISSUE_TEMPLATE/config.yml)
- ✨ [`feature_request.yml`](/.github/ISSUE_TEMPLATE/feature_request.yml)
- 🤝 [`code_of_conduct.md`](/.github/code_of_conduct.md)
- 💝 [`contributing.md`](/.github/contributing.md)
- 📜 [`developer_certificate.md`](/.github/developer_certificate.md)[^dev-cert]
- 💫 [`issue_template.md`](/.github/issue_template.md?plain=1)
- 🌟 [`pull_request_template.md`](/.github/pull_request_template.md?plain=1)
- 🔐 [`security.md`](/.github/security.md)Community standards? [Check.](/../../community) ✅
## License
For the most part, the files in this repository are wholly covered by the
[Creative Commons Zero v1.0 Universal](/LICENSE) license. The only exceptions
are as follows:- [`code_of_conduct.md`](/.github/code_of_conduct.md) is an abridged adaptation
of the [Contributor Covenant](https://www.contributor-covenant.org/), which is
released under [CC-BY-4.0].- [`developer_certificate.md`](/.github/developer_certificate.md) contains a
copy of the [Developer Certificate of Origin], which states that it may be
copied and distributed, as long as its text isn't altered. This restriction
only applies to the [DCO document] itself. The other parts of the file were
written by me ([@nuztalgia](https://github.com/nuztalgia)) and are licensed
under [CC0](/LICENSE), like the rest of this repo.
​[community health files]:
https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file
[personal github account]: /../../..
[cc-by-4.0]:
https://github.com/EthicalSource/contributor_covenant/blob/release/LICENSE.md
[developer certificate of origin]: https://developercertificate.org/
[dco document]: /.github/developer_certificate.md#dco-v11-full-text[^exceptions]:
If `example-repo` has a file with the same name as one of the files included
here, then the file in `example-repo` takes precedence **for that repository
only**. There's no need to manually cross-check file names, though - the
appropriate guidelines for each repo should automatically be surfaced in
GitHub's UI.[^file-naming]:
With the exception of `LICENSE` and `README.md` (arguably the most important
files in a repo), I prefer lowercased file names - see sindresorhus/ama#197.
Unfortunately, at the time of writing, GitHub does not seem to support a
lowercased name for the `ISSUE_TEMPLATE` directory.[^dev-cert]:
The Developer Certificate of Origin isn't one of GitHub's natively-supported
community health files. Nevertheless, it lives in this repository because it
serves a similar purpose, and because it's referenced on more than one
occassion by the other files in its directory.