File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2424 - Select the repositories or organizations where you want to enable ** Zapounty** .
2525
26263 . ** Add a Zap Reward to an Issue**
27- - Apply the ` zap reward ` label to an existing issue or create a new one.
27+ - Apply the ` zap reward ` or ` zapounty ` label to an existing issue or create a new one.
2828
29294 . ** Specify the Reward Amount**
3030 - Add a new comment to the issue using the following template:
3131 ```
3232 zap reward:
3333 amount: 2000
3434 ```
35+ or
36+
37+ ```
38+ zapounty:
39+ amount: 2000
40+ ```
3541 - The **amount** should be specified in **satoshis (sats)**.
3642
3743## Contributing
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ function generateMessage(
7070 return (
7171 `🌟 New Zap Notification 🌟\n\n` +
7272 `**Issue:** 📌 ${ title } \n\n` +
73- ( amount ? `**Amount:** ${ amount } ⚡ Sats \n\n` : "" ) +
73+ ( amount ? `**Amount:** ${ amount } ⚡ Sats \n\n` : "??? " ) +
7474 `**Language:** 💻 ${ language } \n\n` +
7575 `Triggered by: ${ trigger } \n\n` +
7676 `🔗 View Issue Here:\n${ link } \n\n` +
You can’t perform that action at this time.
0 commit comments