You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by ab...@apache.org on 2022/10/26 10:37:30 UTC

[incubator-devlake-website] branch main updated: fix: update issue template

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

abeizn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git


The following commit(s) were added to refs/heads/main by this push:
     new e8e369fbb fix: update issue template
e8e369fbb is described below

commit e8e369fbb18e6706f47a5ff55a1c7dd09cd67f12
Author: Startrekzky <ka...@merico.dev>
AuthorDate: Wed Oct 26 17:51:04 2022 +0800

    fix: update issue template
---
 .github/ISSUE_TEMPLATE/bug-report.yml   |  4 ++--
 .github/ISSUE_TEMPLATE/config.yml       | 18 ------------------
 .github/ISSUE_TEMPLATE/documentation.md |  4 ++--
 3 files changed, 4 insertions(+), 22 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml
index bb3abfff4..71c4d55dc 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-name: Bug report
+name: Bug
 title: "[Bug][Doc Name] Bug title "
 description: Problems with the docs of Apache DevLake Website
 labels: ["type/bug"]
@@ -28,7 +28,7 @@ body:
         to check if this bug already exists.
       options:
         - label: >
-            I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found
+            I had searched in the [issues](https://github.com/apache/incubator-devlake-website/issues?q=is%3Aissue) and found
             no similar issues.
           required: true
 
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
deleted file mode 100644
index 78a032fd9..000000000
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-
-blank_issues_enabled: false
diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md
index c085193b6..5535e7b24 100644
--- a/.github/ISSUE_TEMPLATE/documentation.md
+++ b/.github/ISSUE_TEMPLATE/documentation.md
@@ -1,6 +1,6 @@
 ---
-name: Documentation Issue
-about: Help improve our documentation
+name: Documentation
+about: Add or update the documentation
 title: '[Doc][Module Name] Documentation title'
 labels: type/docs
 assignees: ''