Skip to content

Commit

Permalink
add search audit content
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Lee committed Sep 19, 2024
1 parent 7056ae7 commit 3daee07
Show file tree
Hide file tree
Showing 4 changed files with 565 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Sumo_Logic_Log_Searching/Search_Performance/Comments/Comments.json
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 Sumo_Logic_Log_Searching/Search_Performance/Comments/README.md
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.
Loading

0 comments on commit 3daee07

Please sign in to comment.