-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jake Lee
committed
Sep 19, 2024
1 parent
7056ae7
commit 3daee07
Showing
4 changed files
with
565 additions
and
0 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
Sumo_Logic_Log_Searching/Search_Performance/Comments/Comments.json
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,10 @@ | ||
{ | ||
"reviewer":"[githubid/name]", | ||
"ratings":{ | ||
"overall":"[ENTER NUMBER 0-5]", | ||
"use-case":"[ENTER NUMBER 0-5]", | ||
"design":"[ENTER NUMBER 0-5]", | ||
"technical":"[ENTER NUMBER 0-5]" | ||
}, | ||
"review":"[EXAMPLE: This app is very useful for knowing x, y, and z. It would be great if the dashboards were broken out by use case instead of being one big dashboard.]" | ||
} |
26 changes: 26 additions & 0 deletions
26
Sumo_Logic_Log_Searching/Search_Performance/Comments/README.md
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,26 @@ | ||
# Comments | ||
Please provide a review/comment for this content by following the guidelines below: | ||
|
||
- Select the **Comments** folder. | ||
- Open the **Comments.json** file. | ||
- Select Edit (pen icon). | ||
- Add a new line below the current comments, and paste in your review/comment using the following schema: | ||
|
||
{ | ||
"reviewer":"[githubid/name]", | ||
"ratings":{ | ||
"overall":4, | ||
"use-case":5, | ||
"design":4, | ||
"technical":4 | ||
}, | ||
"review":"This app is very useful for knowing x, y, and z. It would be great if the dashboards were broken out by use case instead of being one big dashboard." | ||
} | ||
|
||
|
||
- Select **Propose New Changes**. | ||
- Submit **Pull Request**. | ||
|
||
Code owners will review and merge your comments on the content to the repo. | ||
|
||
Please see [How to add a review/comment to an app](https://help.sumologic.com/docs/integrations/community-ecosystem-apps/#how-do-i-add-a-reviewrating-to-an-app) for more information. |
Oops, something went wrong.