Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HMUNACHI committed Mar 19, 2024
1 parent 1a4d354 commit dc47e23
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,16 +309,13 @@ jax_array = nanodl.uniform(shape=(3, 3))
jax_array = nanodl.uniform(shape=(3, 3), seed=0)
```

This is the first iteration of this project, roughness is expected, contributions are therefore highly encouraged! Follow the recommended steps:
This is the first iteration of this project, roughness is expected, and contributions are therefore highly encouraged!

- Raise the issue/discussion to get second opinions
- Fork the repository
- Create a branch
- Make your changes without changing the design patterns
- Write tests for your changes if necessary
- Install locally with `pip install -e .`
- Run tests with `python -m unittest discover -s tests`
- Then submit a pull request from branch.
- Then submit a pull request.

Contributions can be made in various forms:

Expand Down

0 comments on commit dc47e23

Please sign in to comment.