Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf00b597

Browse files
committed
fix formatting of md files
1 parent4096a14 commitf00b597

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

‎CONTRIBUTING.md‎

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,30 @@
22

33
##Guidelines
44

5-
***Node 18 LTS:** Homebridge projects have (if not stated otherwise) a minimum Node version requirement of 18.15.0.
5+
-**Node 18 LTS:** Homebridge projects have (if not stated otherwise) a minimum Node version requirement of 18.15.0.
66
Pull requests MUST NOT require a Node version greater than that unless the feature is
7-
enabled/backported via[TypeScript][link-typescript]. If a higher version requirement may be justified
7+
enabled/backported via[TypeScript][link-typescript]. If a higher version requirement may be justified
88
you SHALL include your reasoning in the pull request discussion.
99

10-
***Coding Standard:** Linting errors are checked by[ESLint][link-eslint].
10+
-**Coding Standard:** Linting errors are checked by[ESLint][link-eslint].
1111
Keeping a consistent style throughout the codebase keeps the cognitive load low for all
1212
contributors and keeps the code style homogeneous.
1313

14-
***Add tests:** All pull requests SHOULD include unit tests to ensure the change works as
14+
-**Add tests:** All pull requests SHOULD include unit tests to ensure the change works as
1515
expected and to prevent regressions.
1616
Any pull request containing a bug fix SHOULD include a regression test for the given fix.
1717

18-
***Document any change in behaviour:** Homebridge projects rely on inline documentation
19-
powered by[TypeDoc][typedoc-formatting].
18+
-**Document any change in behaviour:** Homebridge projects rely on inline documentation
19+
powered by[TypeDoc][typedoc-formatting].
2020
Additionally, some projects MAY rely on GitHub Wikis which MIGHT need to be updated.
2121

22-
***Consider our release cycle:** Before creating any pull request, please read through our concept for
22+
-**Consider our release cycle:** Before creating any pull request, please read through our concept for
2323
[release cycles][release-cycle]. Most notably the section explaining our[Git Workflow][git-workflow].
2424

25-
***One pull request per feature:** If you want to do more than one thing, send multiple pull requests.
25+
-**One pull request per feature:** If you want to do more than one thing, send multiple pull requests.
2626
Otherwise, your pull request could be rejected.
2727

28-
***Send coherent history:** Make sure each individual commit in your pull request is meaningful.
28+
-**Send coherent history:** Make sure each individual commit in your pull request is meaningful.
2929
If you had to make multiple intermediate commits while developing,
3030
please[rebase or squash them][link-git-rewrite] before submitting.
3131

@@ -50,7 +50,9 @@ See [SECURITY.md](SECURITY.md)
5050
[link-typescript]:https://www.typescriptlang.org/
5151
[link-eslint]:https://eslint.org/
5252
[typedoc-formatting]:https://typedoc.org/guides/doccomments/
53+
5354
<!-- TODO update wiki page links, currently they point to the HAP-NodeJS repo!-->
55+
5456
[release-cycle]:https://github.com/homebridge/HAP-NodeJS/wiki/Release-Cycle
5557
[git-workflow]:https://github.com/homebridge/HAP-NodeJS/wiki/Release-Cycle#git-workflow
5658
[link-git-rewrite]:http://www.git-scm.com/book/en/v2/Git-Tools-Rewriting-History#Changing-Multiple-Commit-Messages

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ to be maintained in a central space.
1515
This project provides several GitHub workflows that can be[reused](https://docs.github.com/en/actions/learn-github-actions/reusing-workflows).
1616

1717
This example, which is cited from the above-linked GitHub documentation page, shows how such
18-
reusable workflow files are generally used:
18+
reusable workflow files are generally used:
1919

2020
```yaml
2121
name:Call a reusable workflow

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp