diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..60dfc3c --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,44 @@ + + + + + +## Description + + + + + + + + + + + + + + +## Contributor Checklist + +- [ ] Commit messages follow the project guidelines. +- [ ] Documentation tests pass locally. +- [ ] Applicable backports have been included in the description. + +## Reviewer Checklist + +- [ ] The PR has a milestone assigned. +- [ ] The title and description correctly express the PR's purpose. +- [ ] Check contributor checklist is correct. +- [ ] CI passes without warnings or errors. diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index cdfe26b..fd5da27 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -12,7 +12,7 @@ jobs: fail-fast: false matrix: dest_branch: - - '2.13.x' + - '2.14.x' steps: - name: Mirror action step id: mirror diff --git a/docs/conf.py b/docs/conf.py index fc498a9..48e0202 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -128,9 +128,9 @@ def select_css(html_css_dir): # built documents. # # The short X.Y version. -version = u'2.13.3' +version = u'2.14.0' # The full version, including alpha/beta/rc tags. -release = u'2.13.3' +release = u'2.14.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.