From a633ba5a63a2e3f63caa2704d2472396895bdb7f Mon Sep 17 00:00:00 2001 From: Aleksander Fidelus <63016446+FidelusAleksander@users.noreply.github.com> Date: Tue, 12 Dec 2023 16:36:54 +0100 Subject: [PATCH] Updated foundations q28 to include github.dev editor --- content/questions/foundations/question-028.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/content/questions/foundations/question-028.md b/content/questions/foundations/question-028.md index 4decd1e3..6a8294ba 100644 --- a/content/questions/foundations/question-028.md +++ b/content/questions/foundations/question-028.md @@ -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 \ No newline at end of file