Skip to content

Commit 56311ab

Browse files
committed
fix: update top-issues yml to be more descriptive
1 parent 4efaa53 commit 56311ab

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/top-issues.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Top Issues by Votes
1+
name: Top Issues and Features by Votes
22

33
on:
44
schedule:
@@ -57,10 +57,18 @@ jobs:
5757
current_time=$(date -u +"%Y-%m-%d %H:%M:%S UTC")
5858
5959
{
60-
echo "# 👍 Top Issues by Votes"
60+
echo "# 👍 Top Issues and Features by Votes"
6161
echo ""
6262
echo "This list is automatically updated every hour based on 👍 reactions."
6363
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)."
69+
echo ""
70+
echo "Thank you for helping us prioritize!"
71+
echo ""
6472
echo "**Last updated:** $current_time"
6573
echo ""
6674
echo "## Top Issues"

0 commit comments

Comments
 (0)