From 1c8e4690f07ef1f95d361d6bbee71d29ad99b6cc Mon Sep 17 00:00:00 2001 From: Shuhei Watanabe <47781922+nabenabe0928@users.noreply.github.com> Date: Thu, 10 Oct 2024 08:29:11 +0200 Subject: [PATCH] Update .github/pull_request_template.md Co-authored-by: Naoto Mizuno --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 195a48c1..81910792 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -25,6 +25,6 @@ Otherwise, please check the following TODO list: - [ ] Replace `` in `LICENSE` of your package with your name - [ ] Fill out `README.md` in your package - [ ] Add import statements of your function or class names to be used in `__init__.py` -- [ ] (Optional) Add `from __future__ import annotations` at the head of any Python files that include MyPy typing to support older Python versions +- [ ] (Optional) Add `from __future__ import annotations` at the head of any Python files that include typing to support older Python versions - [ ] Apply the formatter based on the tips in [`README.md`](https://github.com/optuna/optunahub-registry/tree/main) - [ ] Check whether your module works as intended based on the tips in [`README.md`](https://github.com/optuna/optunahub-registry/tree/main)