-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change line lengths to 80 characters. Update contributing accordingly
- Loading branch information
Showing
3 changed files
with
39 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
MD007: | ||
# Spaces for indent | ||
indent: 4 | ||
MD013: | ||
# Number of characters | ||
line_length: 90 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,43 @@ | ||
# Contributing to OpenO11y | ||
|
||
Anyone is welcome to contribute to OpenO11y and its open projects. There are a few major | ||
aspects of this project to which one can contribute. This guide will help you understand | ||
how our project works and how you can contribute effectively. If you have any questions | ||
that aren't answered in this guide, please reach out by creating a [GitHub issue](https://github.com/liatrio/openo11y.dev/issues). | ||
Anyone is welcome to contribute to OpenO11y and its open projects. There are a | ||
few major aspects of this project to which one can contribute. This guide will | ||
help you understand how our project works and how you can contribute | ||
effectively. If you have any questions that aren't answered in this guide, | ||
please reach out by creating a [GitHub issue](https://github.com/liatrio/openo11y.dev/issues). | ||
|
||
We look forward to your contributions! | ||
|
||
## Github Repositories | ||
|
||
The following repositories relate to or are actively developed as part of **OpenO11y**. | ||
The following repositories relate to or are actively developed as part of | ||
**OpenO11y**. | ||
|
||
- [openo11y.dev](https://github.com/liatrio/openo11y.dev) The source for this site | ||
- [aws-managed-service-module](https://github.com/liatrio/aws-managed-services) TF module | ||
for managed services in AWS for o11y | ||
- [liatrio-otel-collector](https://github.com/liatrio/liatrio-otel-collector) Liatrio's | ||
distribution of the OTEL Collector | ||
- [openo11y.dev](https://github.com/liatrio/openo11y.dev) The source for this | ||
site | ||
- [aws-managed-service-module](https://github.com/liatrio/aws-managed-services) | ||
TF module for managed services in AWS for o11y | ||
- [liatrio-otel-collector](https://github.com/liatrio/liatrio-otel-collector) | ||
Liatrio's distribution of the OTEL Collector | ||
- [opentelemetry-collector-contrib](https://github.com/open-telemetry/opentelemetry-collector-contrib) | ||
the repo we fork and contribute to on the OTEL project | ||
- [oteps](https://github.com/open-telemetry/oteps) the repo we fork for enhancement | ||
proposals contributing back to the community via OTEL | ||
- [oteps](https://github.com/open-telemetry/oteps) the repo we fork for | ||
enhancement proposals contributing back to the community via OTEL | ||
|
||
Anyone is welcome to contribute to any of these projects. These projects generally expect | ||
that contributions start with a Github issue where proposed changes can be discussed and | ||
planned openly. However, each project is independent and contributors should refer to the | ||
documentation within each project for detailed instructions. | ||
Anyone is welcome to contribute to any of these projects. These projects | ||
generally expect that contributions start with a Github issue where proposed | ||
changes can be discussed and planned openly. However, each project is | ||
independent and contributors should refer to the documentation within each | ||
project for detailed instructions. | ||
|
||
## Github Issues | ||
|
||
All of our projects generally expect that contributions start with a Github issue where | ||
proposed changes can be discussed and planned openly. | ||
All of our projects generally expect that contributions start with a Github | ||
issue where proposed changes can be discussed and planned openly. | ||
|
||
## Open Source Projects | ||
|
||
We rely heavily on open source projects. If you find a bug or feature that you think | ||
should be implemented in one of these projects, consider contributing there first. This | ||
includes submitting PRs to forked projects that are hosted internally. | ||
We rely heavily on open source projects. If you find a bug or feature that you | ||
think should be implemented in one of these projects, consider contributing | ||
there first. This includes submitting PRs to forked projects that are hosted | ||
internally. |