-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added new decision record for GitHub Codespaces
- Loading branch information
Showing
1 changed file
with
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Collaborative Development | ||
|
||
## Status | ||
|
||
Proposed | ||
|
||
## Context | ||
|
||
To effectively utilize our weekly hacking time, we will use a collaborative development tool to facilitate development among a number of live (and often remote) participants. | ||
|
||
Other Code for Boston projects, such as the [Urban League Heat Pump](https://github.com/codeforboston/urban-league-heat-pump-accelerator) project, use GitHub Codespaces for live collaboration. | ||
|
||
## Decision | ||
|
||
We will use GitHub Codespaces along with ensemble programming to collaboratively develop for the HEAT project. | ||
|
||
## Consequences | ||
|
||
Code for Boston contributors do not need to set up their own development environments to be able to contribute. | ||
|
||
Contributors who have used other live editing tools (such as Google Docs) may be comfortable using GitHub Codespaces. | ||
|
||
New members will be able to participate immediately upon being added to the GitHub repository. |