RocketChat / RocketChat/EmbeddedChat
Auto-Apply community-tested Label Based on /tested Comments from Multiple Users
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 165
- Forks
- 381
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 1
Description
As an EmbeddedChat developer
I need to:
Allow community members to mark a PR as tested using a comment command (e.g. /tested), where the system automatically applies a community-tested label after validation.
So That:
Multiple independent contributors (excluding the PR author) can verify changes locally and collectively signal that a PR has been tested.
Acceptance Criteria
- Users can comment
/testedon a PR - Only non-authors are counted, and each user is counted once
-
community-testedis applied after at least 2 unique users - Temporary feedback messages are shown and do not persist
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing handling for pull-request comments and label updates in the EmbeddedChat project. Trace how comment commands are validated and how temporary feedback can be posted, then verify the acceptance criteria: count only unique non-authors, apply the community-tested label after two users, and avoid retaining feedback messages.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100