Skip to content

Commit 52afe3c

Browse files
committed
Language pass through Contributing and GitPod file.
Also added the "ready for code" badge to Readme.
1 parent fa72551 commit 52afe3c

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.gitpod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image: gitpod/workspace-go
22
tasks:
3-
- init: go mod tidy
4-
- name: Start acceptance environment
3+
- init: go get
4+
- name: Start acceptance Test Environment
55
command: make testacc-up
66
openMode: split-right
77
# Port 8080 is used for acceptance testing, and we don't need to open it when the container comes up

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ See the [Developing The Provider](#developing-the-provider) section below for sp
1212

1313
### GitPod Environment Setup
1414

15-
You can choose to use your own development environment if desired, however a `.gitpod.yml` file is included within the repository to allow the use of GitPod easily.
16-
This will allow you to use GitPod's integration with GitHub to instantly stand up a web-based development environment including Go and Docker, which are necessary
15+
You can choose to use your own development environment if desired, however a `.gitpod.yml` file is included within the repository to allow the use of [GitPod](https://gitpod.io/) easily.
16+
This will allow you to use GitPod's integration with GitHub to quickly start a web-based development environment including Go and Docker, which are necessary
1717
for running tests. To use GitPod's integration, you have two different options described below. After you've completed one of the two options, your development environment
1818
will be ready within a minute or two. As part of starting up, your development environment will automatically start up the `gitlab-ce` container necessary for running
1919
tests, as described in the "Running Tests/Option 1" section below.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# Terraform Provider for Gitlab
66

77
[![Tests](https://github.com/gitlabhq/terraform-provider-gitlab/actions/workflows/push.yml/badge.svg)](https://github.com/gitlabhq/terraform-provider-gitlab/actions/workflows/push.yml)
8+
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/from-referrer/)
89

910
- [Documentation](https://www.terraform.io/docs/providers/gitlab/index.html)
1011
- [Issues](https://github.com/gitlabhq/terraform-provider-gitlab/issues)

0 commit comments

Comments
 (0)