github.com/nya3jp/tast@v0.0.0-20230601000426-85c8e4d83a9b/docs/getting_help.md (about) 1 # Tast: Getting Help 2 3 ## Bug reports 4 5 Please file Tast related bug reports and feature requests in 6 the [Buganizer] or [Chromium issue tracker], depending on components. 7 8 [Buganizer]: https://b.corp.google.com/ 9 [Chromium issue tracker]: https://bugs.chromium.org/p/chromium/issues/list 10 11 ### Test Defects 12 13 Please file test bug reports to the feature components. See the 14 [Tast debugging guide] (Googler only) and [Tast failures guide] (Googler only) 15 to learn more about how to determine the cause of failures while running 16 Tast tests. The guides provide suggestions on how to deal with failures and 17 how to find the component associated with a test. 18 19 [Tast debugging guide]: https://goto.google.com/tast-debugging-guide 20 [Tast failures guide]: https://goto.google.com/tast-failures 21 22 ### Core Defects 23 24 Please file Core bug reports and feature requests using the following 25 components in Buganizer: 26 27 * `ChromeOS>Test>Harness>Tast>Framework`: [Core framework issues]. 28 * `ChromeOS>Test>Harness>Tast>Examples`: [Core Tast test examples]. 29 * `ChromeOS>Test>Harness>Tast>Libraries`: [Tast test libraries]. 30 31 [Core framework issues]: https://b.corp.google.com/issues/new?component=1034754&template=1569144 32 [Core Tast test examples]: https://b.corp.google.com/issues/new?component=1034522&template=1569277 33 [Tast test libraries]: https://b.corp.google.com/issues/new?component=1034649&template=1569145 34 35 ## Mailing lists 36 37 * [tast-users]: General discussion about writing and running tests. 38 * [tast-reviewers]: (Googler only) Alias of [Tast reviewers](code_reviews.md). 39 * [tast-core]: (Googler only) Group of engineers working on Tast core 40 framework development. 41 42 [tast-users]: https://groups.google.com/a/chromium.org/g/tast-users 43 [tast-reviewers]: https://groups.google.com/a/google.com/g/tast-reviewers/about 44 [tast-core]: https://groups.google.com/a/google.com/g/tast-core/about 45 46 ## Core team meeting notes (Googler only) 47 48 Meeting notes of Tast core framework weekly is available at [go/tast-weekly]. 49 50 [go/tast-weekly]: https://goto.google.com/tast-weekly