Skip to content

Commit cef7723

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

File tree

1 file changed

+26
-10
lines changed

1 file changed

+26
-10
lines changed

content/ja/docs/contributing/issues.md

+26-10
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,46 @@ default_lang_commit: 24146bd1368e4c6082c7d6077efd29dba0d51055 # patched
88
drifted_from_default: true
99
---
1010

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

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

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

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

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

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

27-
<!-- prettier-ignore -->
2848
> **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
49+
>
50+
> [org]: https://github.com/open-telemetry
3551
3652
{{% /alert %}}
3753

0 commit comments

Comments
 (0)