Skip to content

Commit

Permalink
Create CONTRIBUTING.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
MisanthropicBit committed Jun 1, 2024
1 parent 392aecf commit 4ec16b9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Contributing

1. Fork this repository.
2. Make changes.
3. Make sure tests and styling checks are passing.
* Run tests by running `./tests/run_tests.sh` in the root directory. Running the tests requires [`plenary.nvim`](https://github.com/nvim-lua/plenary.nvim)
* Install [stylua](https://github.com/JohnnyMorganz/StyLua) and check styling using `stylua --check lua/ tests/`. Omit `--check` in order to fix styling.
4. Submit a pull request.
5. Get it approved.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,7 @@ winmove.current_mode()
## Contributing

Contributions are welcome!

1. Fork this repository.
2. Make sure tests and styling checks are passing.
* Run tests by running `./tests/run_tests.sh` in the root directory. Running the tests requires [`plenary.nvim`](https://github.com/nvim-lua/plenary.nvim)
* Install [stylua]() and check styling using `stylua --check lua/ tests/`. Omit `--check` in order to fix styling.
3. Submit a pull request.
4. Get it approved.
See [here](/CONTRIBUTING.md).

## FAQ

Expand Down

0 comments on commit 4ec16b9

Please sign in to comment.