mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-01 21:30:55 +01:00
chore(README): fix contribution section grammar mistake
This commit is contained in:
parent
a08e5ad14a
commit
a4da2d0fbe
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ print("Total size:", stats.totalSize, "bytes")
|
|||
This library requires at least Luau [0.629](https://github.com/luau-lang/luau/releases/tag/0.629) (specifically requires leading `|`, `buffer` built-in and `idiv` operator support).
|
||||
|
||||
## Contributing
|
||||
Contributions are heavily welcomed! We use Nix Flakes for management a reproducible development environment. To get started, run `exec nix develop -c $SHELL`, after [installing Nix](https://nixos.wiki/wiki/Nix_Installation_Guide). This is recommended for tests to be consistent, since we rely on `InfoZIP` implementations as sanity checks, although different distributions supply differently patched versions of it.
|
||||
Contributions are heavily welcomed! We use Nix Flakes to manage a reproducible development environment. To get started, run `exec nix develop -c $SHELL`, after [installing Nix](https://nixos.wiki/wiki/Nix_Installation_Guide). This is recommended for tests to be consistent, since we rely on `InfoZIP` implementations as sanity checks, although different distributions supply differently patched versions of it.
|
||||
|
||||
- We utilize [pesde](https://pesde.dev) for package management. Run `pesde install` to install all dependencies.
|
||||
- Before submitting a pull request, make sure you include comprehensive test cases for new features, and make sure all tests pass. Tests can be run with `lune run tests`. Refer to other test suites for examples of how to write your own tests.
|
||||
|
|
Loading…
Add table
Reference in a new issue