-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…100) - [Proposal PR](#29) - [RFC](https://forums.carbon-lang.dev/t/rfc-use-a-linear-pull-request-github-worflow/53) - [Decision request](https://forums.carbon-lang.dev/t/request-for-decision-proposal-for-an-explicit-github-workflow-29/78) - [Decision announcement](https://forums.carbon-lang.dev/t/accepted-linear-rebase-and-pull-request-github-workflow/88)
- Loading branch information
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Decision for: Linear, rebase, and pull-request GitHub workflow | ||
|
||
<!-- | ||
Part of the Carbon Language project, under the Apache License v2.0 with LLVM | ||
Exceptions. See /LICENSE for license information. | ||
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | ||
--> | ||
|
||
Proposal accepted on 2020-06-30 | ||
|
||
Affirming: | ||
|
||
- [austern](https://github.com/austern) | ||
- [chandlerc](https://github.com/chandlerc) | ||
- [geoffromer](https://github.com/geoffromer) | ||
- [josh11b](https://github.com/josh11b) | ||
- [zygoloid](https://github.com/zygoloid) | ||
|
||
Abstaining: | ||
|
||
- [gribozavr](https://github.com/gribozavr) | ||
- [noncombatant](https://github.com/noncombatant) | ||
- [tituswinters](https://github.com/tituswinters) | ||
|
||
## Rationale | ||
|
||
- Easy to follow single source of truth will help foster an open and inclusive | ||
community. | ||
- Review requirements and focus on small, incremental changes match well | ||
established engineering practices for ensuring the project and codebase scale | ||
up both in size and time dimensions. | ||
- Linear history seems easier for humans to reason about. |