diff --git a/docs/3-Contributing/2-Testing.md b/docs/3-Contributing/2-Testing.md index 8d8e363355..6c3e6a4394 100644 --- a/docs/3-Contributing/2-Testing.md +++ b/docs/3-Contributing/2-Testing.md @@ -225,7 +225,7 @@ Note that a "restore" will replace the state of the development database with th ## Teams seed data -When developing on both the `master` and `teams` branches, it may be useful to create seed data that includes users and teams. +When developing Fleet, it may be useful to create seed data that includes users and teams. Check out this Loom demo video that walks through creating teams seed data: https://www.loom.com/share/1c41a1540e8f41328a7a6cfc56ad0a01 diff --git a/handbook/support-process.md b/handbook/support-process.md index 715153925d..cbacf8587c 100644 --- a/handbook/support-process.md +++ b/handbook/support-process.md @@ -24,7 +24,7 @@ This way, the Fleet team can constantly improve the effectiveness and experience - Celebrate contributions. -- Identify actionable bugs, feature requests, pull requests and questions. +- Triage bugs, identify community feature requests, community pull requests and community questions. ## How? @@ -76,13 +76,15 @@ To provide another way of tracking status without closing issues altogether, con ## Sources -There are three sources that the individual on-call should monitor for activity: +There are four sources that the individual on-call should monitor for activity: 1. Customer Slack channels - Found under the "Connections" section in Slack. These channels are usually titled "at-insert-customer-name-here" 2. Community chatroom - https://osquery.slack.com, #fleet channel -3. GitHub issues and pull requests - [Github Triage: Community contributions with no milestones or assignees](https://github.com/issues?q=is%3Aopen+archived%3Afalse+org%3Afleetdm+no%3Amilestone+no%3Aassignee+sort%3Aupdated-desc+) +3. Reported bugs - [GitHub issues with the "bug" and ":reproduce" label](https://github.com/fleetdm/fleet/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3A%3Areproduce). Please remove the ":reproduce" label after you've followed up in the issue. + +4. Pull requests opened by the community - [GitHub open pull requests](https://github.com/fleetdm/fleet/pulls?q=is%3Aopen+is%3Apr) ## Resources