Skip to content

Commit b6f29ba

Browse files
committed
fix drift of content/ja/docs/contributing/issues
1 parent 94d77ab commit b6f29ba

File tree

1 file changed

+26
-12
lines changed

1 file changed

+26
-12
lines changed

content/ja/docs/contributing/issues.md

+26-12
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,48 @@ 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
97
---
108

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

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

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

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

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

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

27-
<!-- prettier-ignore -->
2846
> **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
47+
>
48+
> [org]: https://github.com/open-telemetry
3549
3650
{{% /alert %}}
3751

0 commit comments

Comments
 (0)