Skip to content

Commit 5fac9f0

Browse files
authored
docs: Update CONTRIBUTING.md for Gitpod setup
1 parent 242cbd3 commit 5fac9f0

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ It is also recommended to add new tests, if you're implementing a new feature.
4141

4242
There are a few ways of setting up the project for development:
4343
- [Installing all tools locally](#required-tools)
44-
- [or by using Github Codespaces](#single-click-setup)
44+
- [or by using single-click setups](#single-click-setup)
4545

4646
### Developing locally
4747

@@ -96,9 +96,16 @@ dotnet run --project src/API/src/Fetcharr.API.csproj
9696

9797
### Single-click setup
9898

99-
If you prefer not installing anything locally, you can open the project in Github Codespaces by clicking the button below:
99+
If you prefer not installing anything locally, you can open the project in [Github Codespaces](https://github.com/features/codespaces) or [Gitpod](https://gitpod.io) by clicking the buttons below:
100100

101-
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/Fetcharr/fetcharr/tree/develop?quickstart=1)
101+
<div style="display: flex; align-items: center" align="center">
102+
<a href="https://gitpod.io/#https://github.com/fetcharr/fetcharr/tree/develop">
103+
<img src="https://gitpod.io/button/open-in-gitpod.svg" />
104+
</a>
105+
<a href="https://codespaces.new/Fetcharr/fetcharr/tree/develop?quickstart=1">
106+
<img src="https://github.com/codespaces/badge.svg" />
107+
</a>
108+
</div>
102109

103110
## Code Guidelines
104111

0 commit comments

Comments
 (0)