This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 83400045ea Adds a codespace button (#40386)
83400045ea is described below
commit 83400045eac4344da30a40b668569a73b71be13b
Author: Aritra Basu <[email protected]>
AuthorDate: Sun Jun 23 01:01:17 2024 +0530
Adds a codespace button (#40386)
The codespace button takes you
to a create codespace page which
is much easier to use than read
through the setup page which
might be an older doc.
---
.../quick-start-ide/contributors_quick_start_codespaces.rst | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git
a/contributing-docs/quick-start-ide/contributors_quick_start_codespaces.rst
b/contributing-docs/quick-start-ide/contributors_quick_start_codespaces.rst
index e753100bf6..4722c2fab9 100644
--- a/contributing-docs/quick-start-ide/contributors_quick_start_codespaces.rst
+++ b/contributing-docs/quick-start-ide/contributors_quick_start_codespaces.rst
@@ -32,10 +32,14 @@ Setup and develop using GitHub Codespaces
alt="Forking Apache Airflow project">
</div>
-2. Follow `Codespaces Quickstart
<https://docs.github.com/en/codespaces/getting-started/quickstart>`_ to start
- a new codespace.
+2. From you fork create a codespace by clicking this
+ 👉 |codespace|
-3. Once the codespace starts your terminal should be already in ``Breeze``
environment and you should
+ .. |codespace| image:: https://github.com/codespaces/badge.svg
+ :target:
https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=33884891
+ :alt: Open in GitHub Codespaces
+
+3. Once the codespace starts your terminal should already be in the ``Breeze``
environment and you should
be able to edit and run the tests in VS Code interface.
4. You can use `Quick start quide for Visual Studio Code
<contributors_quick_start_vscode.rst>`_ for details