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: .github/workflows/top-issues.yml
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
name: Top Issues by Votes
1
+
name: Top Issues and Features by Votes
2
2
3
3
on:
4
4
schedule:
@@ -57,10 +57,18 @@ jobs:
57
57
current_time=$(date -u +"%Y-%m-%d %H:%M:%S UTC")
58
58
59
59
{
60
-
echo "# 👍 Top Issues by Votes"
60
+
echo "# 👍 Top Issues and Features by Votes"
61
61
echo ""
62
62
echo "This list is automatically updated every hour based on 👍 reactions."
63
63
echo ""
64
+
echo "## How to Use This List"
65
+
echo ""
66
+
echo "**👍 Upvote features you want** - Items with more votes get prioritized."
67
+
echo ""
68
+
echo "**Don't see what you need?** Create a new [feature request](https://github.com/browseros-ai/BrowserOS/issues/new) or [bug report](https://github.com/browseros-ai/BrowserOS/issues/new)."
0 commit comments