Skip to content

Commit d61059c

Browse files
committed
Clean up CONTRIBUTING.md
1 parent e4cbe6c commit d61059c

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

CONTRIBUTING.md

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
# Contributing to Scylla Operator
22

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-
123
## Initial Setup
134

145
### Fork the repository
@@ -67,8 +58,8 @@ Imagine writing to yourself in 12 months when you've forgotten everything about
6758
If the change fixes an issue, then write Fixes #1234 in the PR description.
6859

6960
Here is an example of a good commit message and PR title/description:
70-
```
7161

62+
```
7263
Add new XYZ field to ScyllaCluster CRD.
7364
7465
The new field allows for configuration of ZYX feature of ScyllaDB.

0 commit comments

Comments
 (0)