Commands layer for category feature (Issue #87): New Commands: - /category - list all categories - /category add <slug> <name> - create category (admin) - /category delete <slug> - soft delete category (admin) Updated Commands: - /add - supports -cat <slug>[,<slug>] flag - /update - supports -cat, -cat -, and -remove-cat flags - /bounty - supports -c <slug>[,<slug>] filter - /show - displays categories for bounty - /help - includes category commands Syntax Examples: - /add Fix bug github.com/repo -cat bug,urgent - /update 1 -cat feature,docs - /update 1 -cat - (clear categories) - /update 1 -remove-cat bug - /bounty -c bug - /bounty -c bug,feature
2.9 KiB
2.9 KiB