You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add some instructions for new comers to README.md
Signed-off-by: svrnm <[email protected]>
* Add some instructions for new comers to README.md, 2
Signed-off-by: svrnm <[email protected]>
Signed-off-by: svrnm <[email protected]>
This is the source repo for the [OpenTelemetry][] website and project
4
-
documentation. The site is [built][contributing.md] using [Hugo][] and hosted on
3
+
This is the source repo for the [OpenTelemetry][] website, project documentation
4
+
and blog. The site is [built][contributing.md] using [Hugo][] and hosted on
5
5
[Netlify][].
6
6
7
+
## Get involved
8
+
9
+
If you are new to OpenTelemetry and just get started with it, you are in a
10
+
perfect position to help us get better: the website and documentation is the
11
+
entry point for newcomers like you, so if something is unclear or something is
12
+
missing [let us know][]!
13
+
14
+
Read on to learn about other ways on how you can help.
15
+
7
16
## Adding a project to the OpenTelemetry Registry
8
17
9
18
Do you maintain or contribute to an integration for OpenTelemetry? We'd love to
@@ -15,9 +24,9 @@ file in `/content/en/registry` for your project. You can find a template in
15
24
16
25
## Submitting a blog post
17
26
18
-
You can submit a blog post either by forking this repository and writting it locally
19
-
or by using the GitHub UI. In both cases we ask you to follow the instructions provided
20
-
by the [blog post template](archetypes/blog.md)
27
+
You can submit a blog post either by forking this repository and writting it
28
+
locally or by using the GitHub UI. In both cases we ask you to follow the
29
+
instructions provided by the [blog post template](archetypes/blog.md)
21
30
22
31
### Fork & Write locally
23
32
@@ -35,24 +44,26 @@ request][pr].
35
44
36
45
### Using the Github UI
37
46
38
-
* Go to the [blog post template](archetypes/blog.md) and click on `Copy raw content` at the top right of the menu
39
-
*[Create a new file](https://github.com/open-telemetry/opentelemetry.io/new/main)
40
-
* Paste the content from the template
41
-
* Start editing the markdown file
42
-
* Once your post is ready click on `Propose changes` at the bottom.
47
+
- Go to the [blog post template](archetypes/blog.md) and click on
48
+
`Copy raw content` at the top right of the menu
49
+
-[Create a new file](https://github.com/open-telemetry/opentelemetry.io/new/main)
50
+
- Paste the content from the template
51
+
- Start editing the markdown file
52
+
- Once your post is ready click on `Propose changes` at the bottom.
43
53
44
54
## Contributing
45
55
46
56
See [CONTRIBUTING.md][].
47
57
48
-
We (OTel Comms SIG) meet every two weeks on Thursdays at 10:30 PT.
49
-
Check out the [OpenTelemetry community calendar](https://calendar.google.com/calendar/embed?src=google.com_b79e3e90j7bbsa2n2p5an5lf60%40group.calendar.google.com)
50
-
for the Zoom link and any updates to this schedule.
58
+
We have curated some issues with the tags [help wanted][] and [good first
59
+
issue][]. This should allow you to quickly find a place to contribute
0 commit comments