diff options
author | GNUxeava <bluenerd@protonmail.com> | 2022-07-10 22:39:12 +0530 |
---|---|---|
committer | GNUxeava <bluenerd@protonmail.com> | 2022-07-10 22:39:12 +0530 |
commit | d01c8c9aaf850b734366e63336d22e7086a1ca10 (patch) | |
tree | 06b84ddfed2e720c2fa4d369ae69139911062475 /kitty/kitty-themes/CONTRIBUTING.md | |
parent | f5dbe001e9117242c927d14fa5284e4489656926 (diff) |
fix symlinks
Diffstat (limited to 'kitty/kitty-themes/CONTRIBUTING.md')
-rwxr-xr-x | kitty/kitty-themes/CONTRIBUTING.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/kitty/kitty-themes/CONTRIBUTING.md b/kitty/kitty-themes/CONTRIBUTING.md new file mode 100755 index 0000000..fed9d6d --- /dev/null +++ b/kitty/kitty-themes/CONTRIBUTING.md @@ -0,0 +1,8 @@ +# Contributing to kitty-themes + +We always welcome your pull request! To start contributing follow these simple +steps: + +1. Fork the repo and create your branch from `master`; +2. Add your theme as config file under `themes` directory; +3. Issue the pull request through github; |