-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated foundations q28 to include github.dev editor
- Loading branch information
1 parent
5c24f43
commit a633ba5
Showing
1 changed file
with
8 additions
and
6 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 |
---|---|---|
@@ -1,13 +1,15 @@ | ||
--- | ||
archetype: "questions" | ||
title: "Question 028" | ||
question: "What GitHub feature allows repository contributors to work on code changes in a repository without having to setup a local development environment?" | ||
question: "What GitHub features allow repository contributors to work on code changes directly through the web browser? (Choose two.)" | ||
draft: false | ||
--- | ||
|
||
|
||
> https://docs.github.com/en/codespaces/overview#benefits-of-github-codespaces | ||
1. [x] GitHub Codespaces | ||
1. [ ] GitHub Projects | ||
1. [ ] GitHub Dependabot | ||
1. [ ] GitHub Remote | ||
> https://docs.github.com/en/codespaces/the-githubdev-web-based-editor | ||
- [x] GitHub Codespaces | ||
- [x] github.dev editor | ||
- [ ] GitHub Projects | ||
- [ ] GitHub Dependabot | ||
- [ ] GitHub Remote | ||
- [ ] GitHub Online |