diff options
author | Jamy <jamy@jamygolden.com> | 2022-06-08 18:14:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-08 18:14:30 +0200 |
commit | c5a45f4c2681b7273bad0648dbeea189b540e80c (patch) | |
tree | 80697b19a86b40fb69f0e3127a5e5e9fb87ac231 /.github | |
parent | 18656ced6196dca7b4df47fe5ddec48c7b5819bd (diff) |
Update readme (#57)
* Update readme formatting
- Remove mention of the repo being a fork
- Standardise formattin in document
- Add syntax highlighting to code snippets
* Add manual installation instructions for neovim
* Remove specific mention of iTerm2 and link to base16 project lists
* Change base16 repo links to base16-project
Diffstat (limited to '.github')
-rw-r--r-- | .github/pull_request_template.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d1e53d9..0838e1d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -7,7 +7,7 @@ Fixes #ISSUE_NUMBER # Checklist - [ ] I have built the project after my changes following [the build - instructions](https://github.com/fnune/base16-vim/blob/master/CONTRIBUTING.md#building) + instructions](https://github.com/base16-project/base16-vim/blob/main/CONTRIBUTING.md#building) using `make` - [ ] I have confirmed that my changes produce no regressions after building - [ ] I have pushed the built files to this pull request |