mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-22 07:20:59 +02:00
Add contribution instructions to the readme
This commit is contained in:
parent
4069af9cd0
commit
b069867859
19
README.md
19
README.md
@ -249,3 +249,22 @@ features, mainly inspired by [smartcd].
|
||||
|
||||
[antigen]: https://github.com/Tarrasch/antigen-hs
|
||||
[smartcd]: https://github.com/cxreg/smartcd
|
||||
|
||||
## Contributing
|
||||
|
||||
Bug reports, contributions and forks are welcome. All bugs or other forms of
|
||||
discussion happen on https://github.com/Tarrasch/zsh-autoenv/issues.
|
||||
|
||||
### Testing
|
||||
|
||||
To run our tests you need to have `cram` installed. You can do this by running:
|
||||
|
||||
```bash
|
||||
% pip install cram
|
||||
```
|
||||
|
||||
Then you can run the tests by running:
|
||||
```bash
|
||||
% make test_full # Run all tests
|
||||
% make test tests/varstash-alias.t # Run a single test
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user