From dba88cb80a2d2fe5980a62a7e6d1cc28c3e653f9 Mon Sep 17 00:00:00 2001 From: Vaisakh Murali Date: Tue, 27 Dec 2022 15:14:12 +0600 Subject: [PATCH] wdt: readme: add contribution example commit Signed-off-by: Vaisakh Murali --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9762b22..eb94c26 100644 --- a/README.md +++ b/README.md @@ -49,4 +49,8 @@ Edit the wsl-tar-gen.sh (but make sure your distro exists in [DockerHub](https:/ `bash wsl-tar-gen.sh` -If you want to your favourite distro updated in my repository, I'm happy to accept contributions! :) +## Contributing + +If you want to your favourite distro updated in my repository, fork and clone the repository. Edit `wsl-tar-gen.sh` and edit the macro `DISTROS` and add your favourite distro name there. But again make sure that your distro exists in [DockerHub](https://hub.docker.com/)! + +You can refer to [this example commit](https://github.com/mvaisakh/wsl-distro-tars/commit/5567b03) (make sure you follow the commit message style) and create a pull request to this repository