Skip to content

Commit ea641dd

Browse files
committed
fix pre-commit and update yaml files
1 parent 8a40113 commit ea641dd

4 files changed

Lines changed: 24 additions & 28 deletions

File tree

.markdownlint.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# line length rule
21
MD013: false
3-
# image alt-text rule
42
MD045: false
3+
MD040: false

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repos:
3131
- id: markdownlint
3232
args: [--fix]
3333
- repo: https://github.com/rhysd/actionlint
34-
rev: v1.7.11
34+
rev: v1.7.12
3535
hooks:
3636
- id: actionlint
3737
- repo: https://github.com/crate-ci/typos

CODE_OF_CONDUCT.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
## Our Pledge
44

5-
65
We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation.
76

87
We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
@@ -11,23 +10,22 @@ We pledge to act and interact in ways that contribute to an open, welcoming, div
1110

1211
Examples of behavior that contributes to a positive environment for our community include:
1312

14-
- Demonstrating empathy and kindness toward other people
15-
- Being respectful of differing opinions, viewpoints, and experiences
16-
- Giving and gracefully accepting constructive feedback
17-
- Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
18-
- Focusing on what is best not just for us as individuals, but for the overall community
13+
- Demonstrating empathy and kindness toward other people
14+
- Being respectful of differing opinions, viewpoints, and experiences
15+
- Giving and gracefully accepting constructive feedback
16+
- Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17+
- Focusing on what is best not just for us as individuals, but for the overall community
1918

2019
Examples of unacceptable behavior include:
2120

22-
- The use of sexualized language or imagery, and sexual attention or advances of any kind
23-
- Trolling, insulting or derogatory comments, and personal or political attacks
24-
- Public or private harassment
25-
- Publishing others' private information, such as a physical or email address, without their explicit permission
26-
- Other conduct which could reasonably be considered inappropriate in a professional setting
21+
- The use of sexualized language or imagery, and sexual attention or advances of any kind
22+
- Trolling, insulting or derogatory comments, and personal or political attacks
23+
- Public or private harassment
24+
- Publishing others' private information, such as a physical or email address, without their explicit permission
25+
- Other conduct which could reasonably be considered inappropriate in a professional setting
2726

2827
## Enforcement Responsibilities
2928

30-
3129
Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
3230

3331
Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
@@ -72,7 +70,6 @@ Community leaders will follow these Community Impact Guidelines in determining t
7270

7371
## Attribution
7472

75-
7673
This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at <https://www.contributor-covenant.org/version/2/1/code_of_conduct.html>.
7774

7875
Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).

CONTRIBUTING.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ Next, aim to abide by the [Code Of Conduct](CODE_OF_CONDUCT.md).
1414

1515
Finally, proceed with the following:
1616

17-
- Review the existing list content.
18-
- Ensure your item fits the scope and quality standards.
19-
- Check that your item is not already listed.
20-
- Verify all links work correctly.
21-
- If you are uncertain about your contribution, ask first.
22-
- Post in the current Open Thread in Discussions.
23-
- Or create a new issue to discuss your idea.
24-
- If you are confident about your contribution, proceed.
25-
- Fork this repository to your account.
26-
- Make your changes in your fork.
27-
- Submit a pull request with a clear description.
28-
- Wait for review and address any feedback.
17+
* Review the existing list content.
18+
* Ensure your item fits the scope and quality standards.
19+
* Check that your item is not already listed.
20+
* Verify all links work correctly.
21+
* If you are uncertain about your contribution, ask first.
22+
* Post in the current Open Thread in Discussions.
23+
* Or create a new issue to discuss your idea.
24+
* If you are confident about your contribution, proceed.
25+
* Fork this repository to your account.
26+
* Make your changes in your fork.
27+
* Submit a pull request with a clear description.
28+
* Wait for review and address any feedback.

0 commit comments

Comments
 (0)