Skip to content

Commit deb6ad9

Browse files
authored
[ja] fix drift of content/ja/docs/contributing/issues (#6510)
1 parent 4590823 commit deb6ad9

File tree

1 file changed

+27
-12
lines changed

1 file changed

+27
-12
lines changed

content/ja/docs/contributing/issues.md

+27-12
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,49 @@ description: 既存イシューの修正方法、またはバグ、セキュリ
44
weight: 10
55
_issues: https://github.com/open-telemetry/opentelemetry.io/issues
66
_issue: https://github.com/open-telemetry/opentelemetry.io/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A
7-
default_lang_commit: 24146bd1368e4c6082c7d6077efd29dba0d51055 # patched
8-
drifted_from_default: true
7+
default_lang_commit: 94d77ab8cbfe5552a7cd68bf677be86c574a613a
98
---
109

10+
<style>
11+
/* Force all list to be compact. */
12+
li > p {
13+
margin-bottom: 0;
14+
}
15+
16+
/* Style "first time" alert */
17+
.alert--first-timer {
18+
margin: 0.5rem 0 !important;
19+
20+
> blockquote {
21+
margin-top: 1rem;
22+
margin-bottom: 0;
23+
border-left-color: var(--bs-warning);
24+
background-color: var(--bs-danger-bg-subtle);
25+
> *:last-child {
26+
margin-bottom: 0;
27+
}
28+
}
29+
}
30+
</style>
31+
1132
## 既存のイシューの修正 {#fixing-an-existing-issue}
1233

1334
OTel を改善するための最も良い方法の 1 つは、既存のイシューを修正することです。
1435

1536
1. [issues]({{% param _issues %}}) のリストを参照してください。
1637
2. 作業したいイシューを選択してください。短時間で修正できるものが理想です。
1738

18-
<!-- prettier-ignore -->
1939
<a name="first-issue"></a>
2040
{{% alert title="最初のコントリビュートですか?" %}}
2141

2242
以下のラベルのイシューを選択してください。
2343

24-
- [Good first issue]
25-
- [Help wanted]
44+
- [Good first issue](<{{% param _issue %}}%22good+first+issue%22>)
45+
- [Help wanted](<{{% param _issue %}}%3A%22help+wanted%22>)
2646

27-
<!-- prettier-ignore -->
2847
> **NOTE**: メンターシップやオンボーディングプロセスの一部でない限り、私たちは、[OpenTelemetry organization][org] にまだコントリビュートしたことがない人に**イシューをアサインしません**
29-
{.mt-3}
30-
31-
<!-- prettier-ignore -->
32-
[good first issue]: <{{% param _issue %}}%22good+first+issue%22>
33-
[help wanted]: <{{% param _issue %}}%3A%22help+wanted%22>
34-
[org]: https://github.com/open-telemetry
48+
>
49+
> [org]: https://github.com/open-telemetry
3550
3651
{{% /alert %}}
3752

0 commit comments

Comments
 (0)