Compare commits

...

2 Commits

6 changed files with 51 additions and 25 deletions

View File

@ -10,3 +10,7 @@ indent_size = tab
[*.{yaml,yml,cff}]
indent_style = space
indent_size = 2
[*.md]
indent_style = space
indent_size = 3

View File

@ -5,7 +5,7 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: check-case-conflict
@ -13,12 +13,23 @@ repos:
- id: check-shebang-scripts-are-executable
- id: destroyed-symlinks
- id: detect-private-key
- id: end-of-file-fixer
- id: fix-byte-order-marker
- repo: https://github.com/python-jsonschema/check-jsonschema
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.21.0
hooks:
- id: check-dependabot
- id: check-github-actions
- id: check-github-workflows
- id: check-gitlab-ci
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0-alpha.4"
hooks:
- id: prettier
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: "2.7.1"
hooks:
- id: editorconfig-checker
alias: ec

View File

@ -1,7 +1,7 @@
cff-version: 1.2.0
message: "If you use this, please cite it as below."
authors:
- family-names: "Suomalainen"
- family-names: "Suomalainen"
given-names: "Aminda"
title: "GitHub Community Health Files"
url: "https://github.com/Mikaela/.github"

View File

@ -1,11 +1,8 @@
# Contributing
Contributions are welcomed assuming my repositories are the correct place
for it (the target is my repository or a PR I have open to another repository).
In case [editorconfig](https://editorconfig.org/) isn't
[natively supported by your editor of choice](https://editorconfig.org/#pre-installed),
please consider [installing a plugin](https://editorconfig.org/#download).
E.g. VS Cod{e,ium} users can `CTRL-P` and execute `ext install EditorConfig.EditorConfig`.
Issues being assigned to me doesn't matter, I use that just as a tool for
rediscovering them easily, http://github.com/issues?q=is:open%20assignee:Mikaela
@ -13,3 +10,13 @@ I also accept PRs to repositories that are mirrors (if that is easier for you
than opening at the original location) as patches are easy enough to export
from GitHub or `git remote`s to use, the merge might just take a bit longer
(including the time the mirror takes to update).
## General steps
1. In case [editorconfig](https://editorconfig.org/) isn't
[natively supported by your editor of choice](https://editorconfig.org/#pre-installed),
please consider [installing a plugin](https://editorconfig.org/#download).
E.g. VS Cod{e,ium} users can `CTRL-P` and execute `ext install EditorConfig.EditorConfig`.
2. If the repository in question has a `.pre-commit-config.yaml` file,
please install [`pre-commit`](https://pre-commit.com/) and run
`pre-commit install` in your local clone at least once.

View File

@ -1,2 +1,6 @@
# If no protocol is specified, http:// is assumed.
custom: ["https://github.com/liberapay/liberapay.org/issues/30", "https://cv.aminda.eu"]
custom:
[
"https://github.com/liberapay/liberapay.org/issues/30",
"https://cv.aminda.eu",
]

View File

@ -1,3 +1,3 @@
GitHub community health files
* https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file#creating-a-repository-for-default-files
- https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file#creating-a-repository-for-default-files