-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'open-telemetry:main' into drewby/genai_blog
- Loading branch information
Showing
52 changed files
with
805 additions
and
197 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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: Page Feedback | ||
description: >- | ||
Used for page feedback from users visiting opentelemetry.io and clicking "no" | ||
if a page was helpful. | ||
title: '[Page Feedback]: summary of your feedback' | ||
body: | ||
- type: input | ||
id: url | ||
attributes: | ||
label: URL | ||
description: >- | ||
The URL of the webpage where you are facing an issue. If not | ||
auto-populated, please copy the URL from the browser address bar. | ||
placeholder: https://opentelemetry.io/ | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: | ||
'How has the page not been helpful? What information is missing? ' | ||
placeholder: >- | ||
Provide details on the problem. The more information you share with us | ||
the faster we can resolve the issue. | ||
validations: | ||
required: true |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!-- | ||
Please provide a meaningful description of what your changes will do. Bonus points for including links to related issues, other PRs, or technical references. | ||
A detailed description helps reviewers understand the context of your change and reduces | ||
the time needed to review. | ||
Please make sure to follow the [contribution guidelines](https://opentelemetry.io/docs/contributing/). | ||
We run checks on all PRs, to ensure that your contribution follows our [style guide](https://opentelemetry.io/docs/contributing/style-guide/). | ||
Many requirements of that guide can be enforced by running `npm run fix:all` locally and committing the changes. | ||
Note, that although those checks need to be green before we can merge your PR, do not | ||
worry about their status after submitting your PR. We will provide you with guidance, when and how to | ||
address them. | ||
Similarly, do not worry about your PR being out-of-date with the base branch and do not continuously | ||
update or rebase your branch. We will let you know when it is necessary. | ||
If you have any questions, feel free to ask. | ||
--> |
This file was deleted.
Oops, something went wrong.
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
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
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
Oops, something went wrong.