We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4cbe6c commit d61059cCopy full SHA for d61059c
CONTRIBUTING.md
@@ -1,14 +1,5 @@
1
# Contributing to Scylla Operator
2
3
-## Prerequisites
4
-
5
-To develop Scylla Operator, ensure your environment has the following items configured:
6
7
-1. [Go](https://golang.org/dl)
8
- * Check `go.mod` for minimal version requirement.
9
-2. Git client
10
-3. GitHub account
11
12
## Initial Setup
13
14
### Fork the repository
@@ -67,8 +58,8 @@ Imagine writing to yourself in 12 months when you've forgotten everything about
67
58
If the change fixes an issue, then write Fixes #1234 in the PR description.
68
59
69
60
Here is an example of a good commit message and PR title/description:
70
-```
71
61
62
+```
72
63
Add new XYZ field to ScyllaCluster CRD.
73
64
74
65
The new field allows for configuration of ZYX feature of ScyllaDB.
0 commit comments