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
This attempts to improve some inaccuracies in the contribution documentation, as well as
making it clearer that opening an issue is preferred before committing
time to a PR.
Signed-off-by: Charlie Egan <[email protected]>
Copy file name to clipboardExpand all lines: docs/docs/contrib-development.md
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,22 @@
2
2
title: Development
3
3
---
4
4
5
-
OPA is written in the [Go](https://golang.org) programming language.
5
+
This page details the process for getting up and running locally for OPA
6
+
development. If you're a first time contributor, we recommend you read through
7
+
the [Contributing to OPA](./contrib-code) page first.
6
8
7
-
If you are not familiar with Go we recommend you read through the [How to Write Go Code](https://golang.org/doc/code.html) article to familiarize yourself with the standard Go development environment.
9
+
OPA is written in the [Go](https://golang.org) programming language.
[Go Code Review Comments](https://go.dev/wiki/CodeReviewComments) or
13
+
[How to Write Go Code](https://go.dev/doc/code)
14
+
for guidance on writing idiomatic Go code.
8
15
9
16
Requirements:
10
17
11
18
- Git
12
19
- GitHub account (if you are contributing)
13
-
- Go (version 1.15+ is supported though older versions are likely to work)
20
+
- Go (please see the project's [go.mod](https://github.com/open-policy-agent/opa/blob/main/go.mod) file for the current version in use)
0 commit comments