microsoft / microsoft/fluentui

Feat: Shield revamp

Open
#25,697 7 comments 0 reactions 1 assignee View on GitHub

@Hotell is already working on this.

Since Sep 24, 2024.

Area: Build System Resolution: Soft Close Type: Epic
Dominant language
TypeScript
Stars
20.3k
Forks
2.9k
Avg merge
2d 9h
Merged PRs (30d)
46

Description

Previous work

Describe the feature that you would like added

[x] Revamping issue crossroad and templates

To be able to simplify/automate triagging process during shield and provide improved UX of filling issues with most acurrate reproduction scenarios, in order to provide fastest possible assistance, we need to revamp our issue templates to scoped domains.

[ ] Implement new triage bot automation
  • TBA

Based on the new templates, we can implement following automation:

graph TD;
    IS(("issue created"))-->SAL-->SGO-->PB-->IE(("triaging end"))

    subgraph SAL ["assign labels"]
      CR("invalid repro URL")-->LI("LabeL: needs repro")-->II
      CMR("missing repro steps")-->LI2("Label: needs repro steps")-->II
      CME("missing environment report")-->LI3("Label: needs environment report")-->II
      II("invalid issue report")
    end
    subgraph SGO ["get owner"]
      C("parse codeowners")-->D("find owner based on package")
    end
    subgraph PB ["project board"]
      A("add issue to unified board")-->AA("assign owning team");
    end

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.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.