Skip to content

Commit

Permalink
Decision for: Linear, rebase, and pull-request GitHub workflow (#29) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmeow authored Jul 20, 2020
1 parent d931ee9 commit 3adb4aa
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions proposals/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ request:
<!-- This list is updated by src/scripts/pre-commit-proposal-list.py. -->

- [0029 - Linear, rebase, and pull-request GitHub workflow](p0029.md)
- [Decision](p0029-decision.md)
- [0044 - Proposal tracking](p0044.md)
- [Decision](p0044-decision.md)
- [0074 - Change comment/decision timelines in proposal process](p0074.md)
Expand Down
32 changes: 32 additions & 0 deletions proposals/p0029-decision.md
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.

0 comments on commit 3adb4aa

Please sign in to comment.