Add 'submitting patches' section in README

This commit is contained in:
c-bata
2020-10-27 14:44:01 +09:00
parent 9873f8e8d2
commit c68c0f8b68
+6 -1
View File
@@ -67,7 +67,12 @@ You can walk-through trials by filtering and sorting.
![optuna-trial-table](https://user-images.githubusercontent.com/5564044/97099599-36005e80-16ce-11eb-929c-8498f6ea09da.gif)
## Submitting patches
If you want to contribute, please check [Developer Guide](./DEVELOPMENT.md).
## Alternatives
* ['optuna dashboard' subcommand](https://optuna.readthedocs.io/en/stable/reference/cli.html#dashboard): Official Optuna dashboard based on Bokeh CLI.
* [optdash](https://github.com/ytsmiling/optdash): a third-party dashboard for optuna.
* [ytsmiling/optdash](https://github.com/ytsmiling/optdash): a third-party dashboard for optuna.