|
|
@@ -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.
|