add Description clarity button
This commit is contained in:
parent
240e8a6a93
commit
909250188b
7
packages/moderation/data/messages/description/clarity.md
Normal file
7
packages/moderation/data/messages/description/clarity.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
## Description Clarity
|
||||||
|
|
||||||
|
Per section 2 of %RULES% It's important that your Description accurately and honestly represents the content of your project.
|
||||||
|
Currently, some elements in your Description may be confusing or misleading.
|
||||||
|
Please edit your description to ensure it accurately represents the current functionality of your project.
|
||||||
|
Avoid making hyperbolic claims that could misrepresent the facts of your project.
|
||||||
|
Ensure that your Description is accurate and not likely to confuse users.
|
||||||
@ -94,6 +94,15 @@ const description: Stage = {
|
|||||||
message: async () =>
|
message: async () =>
|
||||||
(await import('../messages/description/non-standard-text.md?raw')).default,
|
(await import('../messages/description/non-standard-text.md?raw')).default,
|
||||||
} as ButtonAction,
|
} as ButtonAction,
|
||||||
|
{
|
||||||
|
id: 'description_clarity',
|
||||||
|
type: 'button',
|
||||||
|
label: 'Unclear / Misleading',
|
||||||
|
weight: 407,
|
||||||
|
suggestedStatus: 'rejected',
|
||||||
|
severity: 'high',
|
||||||
|
message: async () => (await import('../messages/description/clarity.md?raw')).default,
|
||||||
|
} as ButtonAction,
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user