summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Borboën <ponsfrilus@gmail.com>2018-08-07 14:37:35 +0200
committerNicolas Borboën <ponsfrilus@gmail.com>2018-08-07 14:38:58 +0200
commit2311675d087bbbfbf791895c43561eebc1f6279e (patch)
treeb07a5cb127f8916954d05072b8b6e93203d5144b
parentcda365a93f9c8bd50965806261e95e1f6a0006ec (diff)
It appears that markdown files are better handeled by GitHub with extensions.
-rw-r--r--CODE-OF-CONDUCT.md (renamed from CODE-OF-CONDUCT)0
-rw-r--r--CONTRIBUTING.md (renamed from CONTRIBUTING)2
-rw-r--r--README.md2
3 files changed, 2 insertions, 2 deletions
diff --git a/CODE-OF-CONDUCT b/CODE-OF-CONDUCT.md
index 308f11a15..308f11a15 100644
--- a/CODE-OF-CONDUCT
+++ b/CODE-OF-CONDUCT.md
diff --git a/CONTRIBUTING b/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).