From 2311675d087bbbfbf791895c43561eebc1f6279e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Borbo=C3=ABn?= Date: Tue, 7 Aug 2018 14:37:35 +0200 Subject: [PATCH] It appears that markdown files are better handeled by GitHub with extensions. --- CODE-OF-CONDUCT => CODE-OF-CONDUCT.md | 0 CONTRIBUTING => CONTRIBUTING.md | 2 +- README.md | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename CODE-OF-CONDUCT => CODE-OF-CONDUCT.md (100%) rename CONTRIBUTING => CONTRIBUTING.md (98%) diff --git a/CODE-OF-CONDUCT b/CODE-OF-CONDUCT.md similarity index 100% rename from CODE-OF-CONDUCT rename to CODE-OF-CONDUCT.md diff --git a/CONTRIBUTING b/CONTRIBUTING.md similarity index 98% rename from CONTRIBUTING rename to CONTRIBUTING.md index ec666985d..e28913f44 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING.md @@ -22,7 +22,7 @@ welcome your pull requests: ## Code of conduct Please note by participating in this project, you agree to abide by the [code of conduct]. -[code of conduct]: https://github.com/jesseduffield/lazygit/blob/master/CONTRIBUTING +[code of conduct]: https://github.com/jesseduffield/lazygit/blob/master/CONTRIBUTING.md ## Any contributions you make will be under the MIT Software License In short, when you submit code changes, your submissions are understood to be diff --git a/README.md b/README.md index df99c4a6f..1ac741768 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ sudo apt-get install lazygit - [ ] i18n ## Contributing -We love your input! Please check out the [contributing guide](CONTRIBUTING). +We love your input! Please check out the [contributing guide](CONTRIBUTING.md). ## Work in progress This is still a work in progress so there's still bugs to iron out and as this is my first project in Go the code could no doubt use an increase in quality, but I'll be improving on it whenever I find the time. If you have any feedback feel free to [raise an issue](https://github.com/jesseduffield/lazygit/issues)/[submit a PR](https://github.com/jesseduffield/lazygit/pulls).