Skip to content

Commit

Permalink
Merge pull request #1290 from NeogitOrg/CKolkey-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
CKolkey authored May 13, 2024
2 parents a32f99a + 7bb9b89 commit bc0c609
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
> [!IMPORTANT]
> Until neovim 0.10 is released, please base any changes on the `nightly` branch.
# Contributing

Contributions of all kinds are very welcome. If you are planning to implement a larger feature please open an issue
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -469,9 +469,10 @@ augroup DefaultRefreshEvents
augroup END
```

## Testing
## Contributing

Run `make test` after checking out the repo. All dependencies should get automatically downloaded to `/tmp/neogit-test/`
> [!IMPORTANT]
> Until neovim 0.10 is released, please base any changes on the `nightly` branch.
See [CONTRIBUTING.md](https://github.com/NeogitOrg/neogit/blob/master/CONTRIBUTING.md) for more details.

Expand Down

0 comments on commit bc0c609

Please sign in to comment.