@@ -4,34 +4,49 @@ description: 既存イシューの修正方法、またはバグ、セキュリ
4
4
weight : 10
5
5
_issues : https://github.com/open-telemetry/opentelemetry.io/issues
6
6
_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
9
8
---
10
9
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
+
11
32
## 既存のイシューの修正 {#fixing-an-existing-issue}
12
33
13
34
OTel を改善するための最も良い方法の 1 つは、既存のイシューを修正することです。
14
35
15
36
1 . [ issues] ({{% param _ issues %}}) のリストを参照してください。
16
37
2 . 作業したいイシューを選択してください。短時間で修正できるものが理想です。
17
38
18
- <!-- prettier-ignore -->
19
39
<a name =" first-issue " ></a >
20
40
{{% alert title="最初のコントリビュートですか?" %}}
21
41
22
42
以下のラベルのイシューを選択してください。
23
43
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 > )
26
46
27
- <!-- prettier-ignore -->
28
47
> ** 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
35
50
36
51
{{% /alert %}}
37
52
0 commit comments