From 5f417e308f9c528ea527bf0235518d37b5c5cc82 Mon Sep 17 00:00:00 2001 From: Viacheslav Turovskyi Date: Mon, 9 Oct 2023 22:43:59 +0000 Subject: [PATCH] docs: add Bounty Program Rules --- BOUNTY_PROGRAM.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/BOUNTY_PROGRAM.md b/BOUNTY_PROGRAM.md index 61688d19e0..c87587ab5c 100644 --- a/BOUNTY_PROGRAM.md +++ b/BOUNTY_PROGRAM.md @@ -65,10 +65,14 @@ All GitHub issues selected as Bounty Issues get labels on GitHub: - label indicating calendar quarter round of the Bounty Program in which Bounty Issue participates, e. g. `2023-Q4` -After addition of labels GitHub issues selected as Bounty Issues can be viewed with GitHub's search tool using URL formed as: +After addition of labels GitHub issues selected as Bounty Issues can be viewed with GitHub's search tool using the URL formed as: ``` https://github.com/issues?q=is%3Aopen+org%3Aasyncapi+label%3Abounty+label%3A2023-Q4 ``` +Also, Bounty Issues that have no assignee and are free to pick up can be viewed with GitHub's search tool using the URL formed as: +``` +https://github.com/issues?q=is%3Aopen+org%3Aasyncapi+label%3Abounty+no%3Aassignee +``` ## Bounty Issue Timeline