You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ki...@apache.org on 2021/11/13 08:48:07 UTC

[dolphinscheduler-website] branch master updated: Add change github issue template after release post (#517)

This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new a19944c  Add change github issue template after release post (#517)
a19944c is described below

commit a19944c1beaa89d0a26eadd6f120b4aa2307a845
Author: Jiajie Zhong <zh...@hotmail.com>
AuthorDate: Sat Nov 13 16:48:02 2021 +0800

    Add change github issue template after release post (#517)
---
 community/en-us/release-post.md | 6 ++++++
 community/zh-cn/release-post.md | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/community/en-us/release-post.md b/community/en-us/release-post.md
index 42650ad..a035889 100644
--- a/community/en-us/release-post.md
+++ b/community/en-us/release-post.md
@@ -21,6 +21,12 @@ For example, after the release of `x.y.z`, the following updates are required:
  - `src/pages/docs/index.md.jsx`: Add `'x.y.z': docsxyzConfig,`
  - `download/en-us/download.md` and `download/zh-cn/download.md`: add the download of the x.y.z release package
 
+## Add New Version To GitHub's bug-report.yml
+
+DolphinScheduler's GitHub [bug-report](https://github.com/apache/dolphinscheduler/blob/dev/.github/ISSUE_TEMPLATE/bug-report.yml)
+issue template have **Version** selection bottom. So after we release DolphinScheduler we should and the new version to
+bug-report.yml
+
 ## Publish Image
 
 Build docker image first, please refer to [How to build a Docker image?](/en-us/docs/latest/user_doc/guide/installation/docker.html)
diff --git a/community/zh-cn/release-post.md b/community/zh-cn/release-post.md
index 67cb7bf..85d23dc 100644
--- a/community/zh-cn/release-post.md
+++ b/community/zh-cn/release-post.md
@@ -21,6 +21,12 @@
  - `src/pages/docs/index.md.jsx`: 增加 `'x.y.z': docsxyzConfig,`
  - `download/en-us/download.md` 和 `download/zh-cn/download.md`: 增加 x.y.z 版本发布包的下载
 
+## 更新 GitHub issue 模板
+
+DolphinScheduler 在 GitHub issue 中有版本选择的部分,当有新版本发版后,需要更新这部分的内容。目前与版本关联的是
+[bug-report](https://github.com/apache/dolphinscheduler/blob/dev/.github/ISSUE_TEMPLATE/bug-report.yml),发版的时候需要
+向其中的 **Version** 部分增加内容。
+
 ## 发布镜像
 
 构建 Docker 镜像,请参考 [如何构建一个 Docker 镜像?](/zh-cn/docs/latest/user_doc/guide/installation/docker.html)