File tree 1 file changed +26
-10
lines changed
content/ja/docs/contributing
1 file changed +26
-10
lines changed Original file line number Diff line number Diff line change @@ -8,30 +8,46 @@ default_lang_commit: 24146bd1368e4c6082c7d6077efd29dba0d51055 # patched
8
8
drifted_from_default : true
9
9
---
10
10
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
+
11
33
## 既存のイシューの修正 {#fixing-an-existing-issue}
12
34
13
35
OTel を改善するための最も良い方法の 1 つは、既存のイシューを修正することです。
14
36
15
37
1 . [ issues] ({{% param _ issues %}}) のリストを参照してください。
16
38
2 . 作業したいイシューを選択してください。短時間で修正できるものが理想です。
17
39
18
- <!-- prettier-ignore -->
19
40
<a name =" first-issue " ></a >
20
41
{{% alert title="最初のコントリビュートですか?" %}}
21
42
22
43
以下のラベルのイシューを選択してください。
23
44
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 > )
26
47
27
- <!-- prettier-ignore -->
28
48
> ** 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
35
51
36
52
{{% /alert %}}
37
53
You can’t perform that action at this time.
0 commit comments