You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Contributing to GitLab Terraform Provider
2
2
3
-
Thank you for contributing to this provider! :tada::heart::trophy:
3
+
Thank you for contributing to this provider! :tada::heart::trophy:
4
4
5
5
Generally we accept any change that adds or changes a Terraform resource that is in line with the [GitLab API](https://docs.gitlab.com/ee/api/api_resources.html). It is always best to [open an issue](https://github.com/gitlabhq/terraform-provider-gitlab/issues/new/choose) before starting on a change.
6
6
@@ -77,16 +77,15 @@ You'll first need [Go](http://www.golang.org) installed on your machine (version
77
77
$ make build
78
78
```
79
79
80
-
80
+
81
81
### Use a Remote Environment via GitPod
82
82
83
-
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.
84
-
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
85
-
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
86
-
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
83
+
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.
84
+
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
85
+
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
86
+
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
87
87
tests, as described in the "Running Tests/Option 1" section below.
88
88
89
-
90
89
#### Option 1: Manually navigate to GitPod
91
90
92
91
You can manually sign in and open your workspace within GitPod by following these steps:
@@ -113,6 +112,8 @@ The acceptance tests can run against a Gitlab instance where you have a token wi
113
112
114
113
This option is the easiest and requires [docker-compose](https://docs.docker.com/compose/install/) (version 1.13+) to be installed on your machine.
115
114
115
+
Note that the you need an up-to-date version of GNU make and an up-to-date version of openssl / libressl.
116
+
116
117
1. Start the Gitlab container. It will take about 5 minutes for the container to become healthy.
0 commit comments