From 046842e78e1e9a0707bf1516bc22bfb7603b07bb Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Wed, 6 Apr 2022 12:58:47 +0200 Subject: [PATCH] Document rep for opening issue --- using/product/reputation.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/using/product/reputation.md b/using/product/reputation.md index 5ba642f6..4ebc7ba9 100644 --- a/using/product/reputation.md +++ b/using/product/reputation.md @@ -109,3 +109,22 @@ For each pull request that was merged by the user, `1` reputation is awarded. - If a pull request is closed _without_ merging, no reputation is awarded. - The user that opened the pull request does _not_ get reputation for merging their own pull request. - If the pull request does not have any reviews, `5` reputation is awarded instead. + +### Opening an issue + +By default, **no reputation is awarded** when an issue is opened. + +Depending on the content of the issue, a maintainer can choose to award reputation by adding one of the following labels to the issue: + +| Label | Reputation | Examples | +| --------------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `x:rep/tiny` | 3 | | +| `x:rep/small` | 5 | | +| `x:rep/medium` | 12 | | +| `x:rep/large` | 30 | | +| `x:rep/massive` | 100 | | + +The reputation should reflect the amount of effort that went into creating the issue. +The examples above can serve as rough orientation when to apply which label but maintainers are free to use their own judgement. + +- If more than one label is specified, the label with the highest reputation value determines the awarded reputation.