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