Skip to content

Commit

Permalink
Updated foundations q28 to include github.dev editor
Browse files Browse the repository at this point in the history
  • Loading branch information
FidelusAleksander authored Dec 12, 2023
1 parent 5c24f43 commit a633ba5
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions content/questions/foundations/question-028.md
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

0 comments on commit a633ba5

Please sign in to comment.