RocketChat / RocketChat/EmbeddedChat

Auto-Apply community-tested Label Based on /tested Comments from Multiple Users

Open
#1,226 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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 /tested on a PR
  • Only non-authors are counted, and each user is counted once
  • community-tested is 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.