Skip to content

Commit a274452

Browse files
zadjii-msftminiksa
authored andcommitted
1 parent 577da74 commit a274452

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

doc/bot.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ We'll be using tags, primarily, to help us understand what needs attention, what
1313

1414
### Tagging/Process Details
1515
1. When new issues arrive, or when issues are not properly tagged... we'll mark them as `Needs-Triage` automatically.
16-
- The core contributor team will then come through and mark them up as appropriate. The goal is to have a tag that fits the `Product`, `Area`, and `Issue` category.
16+
- The core contributor team will then come through and mark them up as appropriate. The goal is to have a tag that fits the `Product`, `Area`, and `Issue` category.
1717
- The `Needs-Triage` tag will be removed manually by the core contributor team during a triage meeting. (Exception, triage may also be done offline by senior team members during high-volume times.)
1818
- An issue may or may not be assigned to a contributor during triage. It is not necessary to assign someone to complete it.
1919
- We're not focusing on Projects yet.
@@ -22,7 +22,7 @@ We'll be using tags, primarily, to help us understand what needs attention, what
2222
- When this tag drops off, the bot will apply the `Needs-Attention` tag to get the core contribution team's attention again. If an author cares enough to be active, we will attempt to prioritize engaging with that author.
2323
- If the author doesn't come back around in a while, this will become a `No-Recent-Activity` tag.
2424
- If there's activity on an issue, the `No-Recent-Activity` tag will automatically drop.
25-
- If the `No-Recent-Activity` stays, the issue will be closed as stale.
25+
- If the `No-Recent-Activity` stays, the issue will be closed as stale.
2626
1. PRs will automatically get a `Needs-Author-Feedback` tag when reviewers wait on the author
2727
- This follows a similar decay strategy to issues.
2828
- If the author responds, the `Needs-Author-Feedback` tag will drop.
@@ -37,7 +37,7 @@ We'll be using tags, primarily, to help us understand what needs attention, what
3737

3838
#### Mark as Triage Needed
3939
- When an issue doesn't meet triage criteria, applies `Needs-Triage` tag. Right now, this is just when it's opened.
40-
40+
4141
#### Author Has Responded
4242
- When an issue with `Needs-Author-Feedback` gets an author response, drops that tag in favor of `Needs-Attention` to flag core contributors to drop by.
4343

@@ -87,16 +87,16 @@ We'll be using tags, primarily, to help us understand what needs attention, what
8787
#### Auto-Merge pull requests
8888
- When a pull request has the `AutoMerge` label...
8989
- If it has been at least 480 minutes and all the statuses pass, merge it in.
90-
- Will use Squash merge stratgy
90+
- Will use Squash merge strategy
9191
- Will attempt to delete branch after merge, if possible
9292
- Will automatically remove the `AutoMerge` label if changes are pushed by someone *without* Write Access.
9393
- More information on bot-logic that can be controlled with comments is [here](https://github.com/OfficeDev/office-ui-fabric-react/wiki/Advanced-auto-merge)
94-
94+
9595
#### Mark issues with an active PR
9696
- If there is an active PR for an issue, label that issue with the `In-PR` label
9797

9898
#### Add committed fix tag for completed PRs
9999
- When a PR is finished and there's no outstanding work left on a linked issue, add the `Resolution-Fix-Committed` label
100-
100+
101101
## Admin Panel
102102
[Here](https://fabric-cp.azurewebsites.net/bot/)

0 commit comments

Comments
 (0)