From dc47e23a11f3d6a83fb6f5d97713caf9fd929789 Mon Sep 17 00:00:00 2001 From: Henry Ndubuaku Date: Tue, 19 Mar 2024 21:55:16 +0000 Subject: [PATCH] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6f7f6dc..23c32f2 100644 --- a/README.md +++ b/README.md @@ -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: