You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/05/11 19:15:00 UTC

[jira] [Work logged] (BEAM-14442) Create issue templates for common scenarios

     [ https://issues.apache.org/jira/browse/BEAM-14442?focusedWorklogId=769252&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-769252 ]

ASF GitHub Bot logged work on BEAM-14442:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 11/May/22 19:14
            Start Date: 11/May/22 19:14
    Worklog Time Spent: 10m 
      Work Description: aijamalnk commented on code in PR #17588:
URL: https://github.com/apache/beam/pull/17588#discussion_r870659413


##########
.github/ISSUE_TEMPLATE/bug.yml:
##########
@@ -0,0 +1,166 @@
+#
+# 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
+#
+#    https://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.
+#
+
+name: Bug Report
+description: File a bug report
+title: "[Bug]: "
+labels: ["bug", "awaiting triage"]
+assignees:
+  - octocat
+body:
+  - type: markdown
+    attributes:
+      value: |
+        Thanks for taking the time to fill out this bug report!

Review Comment:
   It may be good to ask for versions of Beam and other dependencies?



##########
.github/ISSUE_TEMPLATE/bug.yml:
##########
@@ -0,0 +1,166 @@
+#
+# 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
+#
+#    https://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.
+#
+
+name: Bug Report
+description: File a bug report
+title: "[Bug]: "
+labels: ["bug", "awaiting triage"]
+assignees:
+  - octocat
+body:
+  - type: markdown
+    attributes:
+      value: |
+        Thanks for taking the time to fill out this bug report!
+  - type: textarea
+    id: what-happened
+    attributes:
+      label: What happened?
+      description: Please describe your issue
+    validations:
+      required: true
+  - type: dropdown
+    id: priority
+    attributes:
+      label: Issue Priority
+      description: What priority is this bug?
+      options:
+        - "Priority: 0"
+        - "Priority: 1"
+        - "Priority: 2"
+        - "Priority: 3"
+        - "Priority: 4"

Review Comment:
   @kennknowles what do you think about the priorities? 0-4? or some clarification of what each means? (try out here: https://github.com/damccorm/beam-issue-templates/issues/new/choose)





Issue Time Tracking
-------------------

            Worklog Id:     (was: 769252)
    Remaining Estimate: 0h
            Time Spent: 10m

> Create issue templates for common scenarios
> -------------------------------------------
>
>                 Key: BEAM-14442
>                 URL: https://issues.apache.org/jira/browse/BEAM-14442
>             Project: Beam
>          Issue Type: Sub-task
>          Components: beam-community
>            Reporter: Danny McCormick
>            Assignee: Danny McCormick
>            Priority: P2
>          Time Spent: 10m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.7#820007)