Skip to content

Commit

Permalink
Merge pull request #8 from kurone-kito/cumulative-updates
Browse files Browse the repository at this point in the history
Cumulative updates
  • Loading branch information
kurone-kito authored Sep 12, 2024
2 parents d97e504 + 9dece54 commit 8898a2f
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 20 deletions.
15 changes: 8 additions & 7 deletions .github/CONTRIBUTING.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ Language: [🇬🇧](./CONTRIBUTING.md) | **🇯🇵** | [🇨🇳](./CONTRIBUTI

---

1. このリポジトリに貢献する際には、変更を加える前に、このリポジトリの所有者と
1. [行動規範](./CODE_OF_CONDUCT.ja.md)がありますので、
プロジェクトとのやり取りのすべてに従ってください。
2. このリポジトリに貢献する際には、変更を加える前に、このリポジトリの所有者と
[Issues](https://github.com/kurone-kito/vpm/issues)
やその他の方法で変更したいことについて最初に話し合ってください。
2. [行動規範](./CODE_OF_CONDUCT.ja.md)がありますので、
プロジェクトとのやり取りのすべてに従ってください。
3. もしあなたのアイデアが小さな修正で示せるのなら、
3. もしあなたのアイデアが**小さな修正で示せるのなら、
[Pull request](https://github.com/kurone-kito/vpm/pulls)
を直接活用してください。
4. このリポジトリでは、[英語、または日本語](https://translate.google.com/)
での議論を推奨しています。
を直接活用**してください。
4. このリポジトリでは、できる限り
**[英語、または日本語](https://translate.google.com/)
での議論**を推奨しています。
16 changes: 8 additions & 8 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Language: **🇬🇧** | [🇯🇵](./CONTRIBUTING.ja.md) | [🇨🇳](./CONTRIB

---

1. When contributing to this repository, please first discuss the change
you wish to make via [Issues](https://github.com/kurone-kito/vpm/issues)
or any other method with the owners of this repository before making a
change.
2. Please note we have a [code of conduct](./CODE_OF_CONDUCT.md), please
1. Please note we have a [code of conduct](./CODE_OF_CONDUCT.md), please
follow it in all your interactions with the project.
3. If your idea can be shown with a minor fix, please use directly the
[pull request](https://github.com/kurone-kito/vpm/pulls).
2. When contributing to this repository,
please first discuss the change you wish to make via
[Issues](https://github.com/kurone-kito/vpm/issues) or any
other method with the owners of this repository before making a change.
3. If your idea can be shown **with a minor fix, please use directly the
[pull request](https://github.com/kurone-kito/vpm/pulls)**.
4. In this repository, discussion
[in English or Japanese](https://translate.google.com/) is recommended.
**[in English or Japanese](https://translate.google.com/) is recommended**.
8 changes: 4 additions & 4 deletions .github/CONTRIBUTING.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Language: [🇬🇧](./CONTRIBUTING.md) | [🇯🇵](./CONTRIBUTING.ja.md) | **

---

1. 在为此存储库做出贡献时,请首先在进行更改之前与该存储库的所有者讨论您希望通过问题或任何其他方法进行的更改
2. 请注意我们有[行为准则](./CODE_OF_CONDUCT.ja.md),请在与项目的所有互动中遵循
3. 如果您的想法可以通过小修复显示,请直接使用[拉取请求](https://github.com/kurone-kito/vpm/pulls)
4. 在此存储库中,建议使用[英语或日语](https://translate.google.com/)进行讨论
1. 请注意我们有[行为准则](./CODE_OF_CONDUCT.zh.md),请在与项目的所有互动中遵循
2. 在为此存储库做出贡献时,请首先在进行更改之前与该存储库的所有者讨论您希望通过问题或任何其他方法进行的更改
3. 如果您的想法可以通过**小修复显示,请直接使用[拉取请求](https://github.com/kurone-kito/vpm/pulls)**
4. 在此存储库中,建议**使用[英语或日语](https://translate.google.com/)进行**讨论
2 changes: 2 additions & 0 deletions .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ignores:
- .github/CODE_OF_CONDUCT*
17 changes: 17 additions & 0 deletions .markdownlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
default: true
# Allow limit breakthroughs in the code block and table row lengths. The
# default is unconditional prohibition. It is exceptionally allowed in
# these elements due to folding difficulties.
line-length:
code_blocks: false
tables: false
# Allows the use of duplicate headings. The default is unconditional
# prohibition. Due to the `siblings_only` flag not working, it is necessary
# to enable duplicate headings in the entire document.
no-duplicate-heading: false
# Allows embedding of the specified HTML tag. The default is unconditional
# prohibition. Allow for some valuable features, such as folding.
no-inline-html:
allowed_elements:
- details
- summary
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.expand": false,
"explorer.fileNesting.patterns": {
"*.md": "${capture}.*.md",
".gitattributes": ".gitignore",
".markdownlint.*": ".markdownlint-cli2.*"
},
"files.associations": {
".imgbotconfig": "json",
"LICENSE": "plaintext"
Expand Down
1 change: 0 additions & 1 deletion cspell.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ enableGlobDot: true
features:
weighted-suggestions: true
globRoot: ${cwd}
id: kurone-kito
language: en,ja
ignorePaths:
- .*ignore
Expand Down

0 comments on commit 8898a2f

Please sign in to comment.