-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add development environment issue template
And stub architecture documentation.
- Loading branch information
Showing
2 changed files
with
21 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,14 @@ | ||
--- | ||
name: 03. Development environment set up | ||
about: Tasks for a new engineer to set up their development environment | ||
title: <@username> Development Environment Set Up | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
- [ ] **Engineer**: read our [high-level architecture overview](/docs/architecture.md) | ||
- [ ] **Engineer**: set up your local development environment and get everything working locally. | ||
Follow [our guide](/docs/DEVELOPING.md) | ||
- [ ] **Buddy**: schedule a call with the engineer to check-in and answer any questions they have | ||
- [ ] **Engineer**: check off this item once you've had the check-in with your buddy |
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,7 @@ | ||
Hypothesis Architecture Overview | ||
================================ | ||
|
||
This file is intended to one day contain a basic high-level overview of | ||
Hypothesis's system architecture (see https://github.com/hypothesis/onboarding/issues/16). | ||
For now [Nick's H Architecture Talk](https://docs.google.com/document/d/1saDTLAniQiwV3KlUE7imo1ZP2BVSVEOQm_yfbKbCKn4/) | ||
from 2017 is the best we have. |