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
Copy file name to clipboardExpand all lines: docs/guides/custom-reports.md
+4-27
Original file line number
Diff line number
Diff line change
@@ -236,11 +236,10 @@ Provide:
236
236
- Help maintain consistency across teams
237
237
- Avoid ambiguity in report generation
238
238
239
-
-Try to use an <overall_summary> and <example> tag blocks to keep consistency across reports. EX:
239
+
Try to use `<overall_summary>` and `<example>` tag blocks to keep consistency across reports:
240
240
241
-
```text
242
-
243
-
Use the <overall_instructions> to guide the content of the summary and base the formatting of the summary on the <example>. Be sure to change the PR link based on the platform of the repository. We cover Github, Gitlab, Azure DevOps, Bitbucket and self hosted platforms.
241
+
```text
242
+
Use the <overall_instructions> to guide the content of the summary and base the formatting of the summary on the <example>. Be sure to change the PR link based on the platform of the repository.
244
243
245
244
<overall_instructions>
246
245
Generate a summary of each pull request in the following bullet point format:
@@ -265,40 +264,18 @@ Generate a summary of each pull request in the following bullet point format:
265
264
- **Mergeable:** Mergeable
266
265
- **Summary:** Introduces dynamic theme switching to improve UI accessibility. Adds support for dark/light mode toggling and updates color schemes across the application for an enhanced user experience.
- **Title:** Fix: Correct Typographical Error in Dashboard Header
270
-
- **PR State:** 💬 Open
271
-
- **Mergeable:** Mergeable
272
-
- **Summary:** Corrects a minor typographical error in the dashboard header to ensure consistency in UI labels. This update refines the display text and improves overall clarity.
- **Title:** Chore: Update Third-Party Dependencies for Security Enhancements
276
269
- **PR State:** 🔀 Merged
277
270
- **Summary:** Updates several third-party dependencies to address security vulnerabilities and improve performance. Includes minor bug fixes and adjustments to maintain compatibility with the latest libraries.
- **Title:** Refactor: Simplify Data Fetching Logic in User Profiles Module
281
-
- **PR State:** 💬 Open
282
-
- **Mergeable:** Mergeable
283
-
- **Summary:** Refactors the data fetching logic in the user profiles module by replacing nested callbacks with async/await. Enhances code readability and streamlines error handling for a more robust implementation.
- **Title:** feat: Integrate Real-Time Notifications for Activity Updates
287
-
- **PR State:** 🔀 Merged
288
-
- **Summary:** Implements real-time notifications to keep users updated on recent activities. Utilizes WebSocket connections for instant alerts and provides customizable notification settings within the user profile.
- **Title:** Hotfix: Address Issue with API Rate Limiting on Login Endpoint
292
-
- **PR State:** 🔀 Merged
293
-
- **Summary:** Applies a hotfix to resolve issues related to API rate limiting on the login endpoint. Adjusts configuration parameters and enhances error responses to ensure smoother authentication during peak usage.
- **Title:** 📝 Draft: Prototype New Analytics Dashboard
297
274
- **PR State:** 📝 Draft
298
275
- **Mergeable:** Not Mergeable
299
276
- **Summary:** Initiates a prototype for a new analytics dashboard designed to provide users with real-time insights. This draft version is open for early feedback and may undergo significant changes based on review and testing. Requires update from the main branch to be mergable.
0 commit comments