Skip to content

Commit bd8ebd9

Browse files
author
blockchain-art
committed
update readme
1 parent a3fab2e commit bd8ebd9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,13 @@ kubectl apply -f examples/kubernetes/
2727
```
2828

2929
[1]: https://github.com/Intellection/docker-redis/tree/main/examples/kubernetes
30+
31+
## Contributing
32+
33+
1. Clone the main branch, and create a branch for the feature / fix.
34+
2. Make your changes.
35+
3. Update the changelog with your changes. The version should follow the upstream version of the packaged application. For example if the version of RedisGraph is 2.8.8, the version will be 2.8.8. In the case where the version already exists, you should append an incrementing single digit to it (i.e. 2.8.8-1).
36+
4. Push your branch up and create a pull request.
37+
5. After the pull request is merged, git pull origin main and ensure it's up-to-date.
38+
6. Create a tag with the version you added to the changelog using git tag -a x.y.z. The title should be "Version x.y.z" followed by the changes as the message (as per the changelog).
39+
7. Push your tag, which will kick off a CI workflow to build and release the image.

0 commit comments

Comments
 (0)