@@ -9,33 +9,47 @@ _issue: https://github.com/open-telemetry/opentelemetry.io/issues?q=is%3Aissue+i
9
9
cSpell:ignore : prepopulated
10
10
---
11
11
12
+ <style >
13
+ /* Force all list to be compact. */
14
+ li > p {
15
+ margin-bottom : 0 ;
16
+ }
17
+
18
+ /* Style "first time" alert */
19
+ .alert--first-timer {
20
+ margin : 0.5rem 0 !important ;
21
+
22
+ > blockquote {
23
+ margin-top : 1rem ;
24
+ margin-bottom : 0 ;
25
+ border-left-color : var (--bs-warning );
26
+ background-color : var (--bs-danger-bg-subtle );
27
+ > *:last-child {
28
+ margin-bottom: 0 ;
29
+ }
30
+ }
31
+ }
32
+ </style >
33
+
12
34
## Fixing an existing issue
13
35
14
36
One of the best ways to help make OTel docs better is to fix an existing issue.
15
37
16
38
1 . Browse through the list of [ issues] ({{% param _ issues %}}).
17
39
2 . Select an issue that you would like to work on, ideally one that you can fix
18
- in a short amount of time.
19
-
20
- <!-- prettier-ignore -->
21
- <a name =" first-issue " ></a >
22
- {{% alert title="First time contributing? " %}}
40
+ in a short amount of time. <a name =" first-issue " ></a >
41
+ {{% alert title="First time contributing?" color="primary alert--first-timer" %}}
23
42
24
43
Select an issue with the following labels:
25
44
26
- - [ Good first issue]
27
- - [ Help wanted]
28
-
29
- <!-- prettier-ignore -->
30
- > ** NOTE** : we ** _ do not_ assign issues** to those who
31
- > have not already made contributions to the [ OpenTelemetry
32
- > organization] [ org ] , unless part of a mentorship or onboarding
33
- > process.
34
- {.mt-3}
45
+ - [ Good first issue] ( < {{% param _issue %}}%22good+first+issue%22 > )
46
+ - [ Help wanted] ( < {{% param _issue %}}%3A%22help+wanted%22 > )
35
47
36
- [ good first issue ] : < {{% param _issue %}}%22good+first+issue%22 >
37
- [ help wanted ] : < {{% param _issue %}}%3A%22help+wanted%22 >
38
- [ org ] : https://github.com/open-telemetry
48
+ > ** NOTE** : we ** _ do not_ assign issues** to those who have not already made
49
+ > contributions to the [ OpenTelemetry organization] [ org ] , unless part of a
50
+ > mentorship or onboarding process.
51
+ >
52
+ > [ org ] : https://github.com/open-telemetry
39
53
40
54
{{% /alert %}}
41
55
0 commit comments