Github allows templates to be built in a yaml format.
The current template is built in a query string outside of source control and difficult to update. The updated format provides validation enforcing issue structure and providing ease of creating automations.
Change-Id: Ic9c8b7f13dc67f440cdc827495821ebf162454bd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/242121
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Kevin Chisholm <kevinjchisholm@google.com>
* Add team "groups" in tools/OWNERS_<group name>.
* Add top-level OWNERS as a fallback.
* Add OWNERS for all top-level directories.
* Add OWNERS to all packages.
For additional background information see go/dart-sdk-owners.
TEST=No op until code-owners is enabled.
Bug: b/200915407
Change-Id: I7fe6116cc599c749cd50ca16151d6d6a801d99d7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/229147
Reviewed-by: Jonas Termansen <sortie@google.com>
Change-Id: Ic0b2fdb90b4e5fce54951905df37678b7b8c23dd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/200560
Auto-Submit: Bob Nystrom <rnystrom@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
- Clarify which products are developed in the SDK repo and point to
other repos for relevant stuff.
- In particular, route language issues to language repo.
Change-Id: I36c9c2108a67d8131d2c6e7641d34bf31745843d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/100887
Auto-Submit: Bob Nystrom <rnystrom@google.com>
Reviewed-by: Aadil Maan <aadilmaan@google.com>
Commit-Queue: Bob Nystrom <rnystrom@google.com>
This should cause issues tagged with "needs-info" to be automatically
closed if the original issue author doesn't respond within 21 days. I
believe this was Devon's intent in
16e721573c, but due to a typo it had no
effect (the "need-info" label is not used).
After landing this CL I will remove the "need-info" label and update
https://github.com/dart-lang/sdk/wiki/How-the-issue-tracker-works#other-labels
accordingly.
Change-Id: I613d29aca47be6e4c03a90e526b710d3c5dca847
Reviewed-on: https://dart-review.googlesource.com/c/87483
Reviewed-by: Devon Carew <devoncarew@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
Trying to encourage folks to start with Stack Overflow before they file
as issue
Change-Id: Ic7a0b973316c7606388426d2a33d8ef32913683f
Reviewed-on: https://dart-review.googlesource.com/49622
Reviewed-by: William Hesse <whesse@google.com>