-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:probml/ssm-jax
- Loading branch information
Showing
10 changed files
with
114 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Contributing | ||
|
||
Contributions (pull requests) are very welcome! | ||
|
||
## How to contribute | ||
|
||
First fork the library on GitHub. | ||
|
||
Then clone and install the library in development mode: | ||
|
||
```bash | ||
git clone https://github.com/your-username-here/dynamax.git | ||
cd dynamax | ||
pip install -e '.[dev]' | ||
``` | ||
|
||
Now make your changes. Make sure to include additional tests if necessary. | ||
|
||
Next verify the tests all pass: | ||
|
||
```bash | ||
pip install pytest | ||
pytest | ||
``` | ||
|
||
Then push your changes back to your fork of the repository: | ||
|
||
```bash | ||
git push | ||
``` | ||
|
||
Finally, open a pull request on GitHub! | ||
|
||
## What to contribute | ||
|
||
Please see this [list of open issues](https://github.com/probml/dynamax/issues), | ||
especially ones tagges as "help wanted". | ||
|
||
|
||
|
||
## Contributor License Agreement | ||
|
||
Contributions to this project means that the contributors agree to releasing the contributions under the MIT license. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters