You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/09/25 11:46:28 UTC

[GitHub] [tvm] hpanda-naut opened a new pull request, #12898: Issue Templates Edits

hpanda-naut opened a new pull request, #12898:
URL: https://github.com/apache/tvm/pull/12898

   Made changes to the issue templates to align with https://github.com/apache/tvm-rfcs/blob/main/rfcs/0093_Issue_Triage.md


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] areusch commented on a diff in pull request #12898: Issue Templates Edits

Posted by GitBox <gi...@apache.org>.
areusch commented on code in PR #12898:
URL: https://github.com/apache/tvm/pull/12898#discussion_r981618186


##########
.github/ISSUE_TEMPLATE/bug-report.md:
##########
@@ -1,8 +1,8 @@
 ---
 name: "\U0001F41B Bug report"
-about: To help the developer act on the issues, please include a description of your environment, preferably a minimum script to reproduce the problem.
+about: To help the developer act on the issues, please include a description of your environment, preferably a minimum script to reproduce the problem. Find the list of label tags at TBD.
 title: "[Bug] "
-labels: "type: bug"
+labels: "needs-triage"

Review Comment:
   yeah keeping the category when it describes the kind of issue (bug, feature request) is a good thing. when it describes the component (ci, autotvm, etc), then we can drop it as we'll replace those shortly.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] hpanda-naut commented on a diff in pull request #12898: Issue Templates Edits

Posted by GitBox <gi...@apache.org>.
hpanda-naut commented on code in PR #12898:
URL: https://github.com/apache/tvm/pull/12898#discussion_r985883193


##########
.github/ISSUE_TEMPLATE/bug-report.md:
##########
@@ -1,8 +1,8 @@
 ---
 name: "\U0001F41B Bug report"
-about: To help the developer act on the issues, please include a description of your environment, preferably a minimum script to reproduce the problem.
+about: To help the developer act on the issues, please include a description of your environment, preferably a minimum script to reproduce the problem. Find the list of label tags at TBD.
 title: "[Bug] "
-labels: "type: bug"
+labels: "needs-triage"

Review Comment:
   made changes to add back the default labels for the templates



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] driazati commented on a diff in pull request #12898: Issue Templates Edits

Posted by GitBox <gi...@apache.org>.
driazati commented on code in PR #12898:
URL: https://github.com/apache/tvm/pull/12898#discussion_r980283143


##########
.github/ISSUE_TEMPLATE/bug-report.md:
##########
@@ -1,8 +1,8 @@
 ---
 name: "\U0001F41B Bug report"
-about: To help the developer act on the issues, please include a description of your environment, preferably a minimum script to reproduce the problem.
+about: To help the developer act on the issues, please include a description of your environment, preferably a minimum script to reproduce the problem. Find the list of label tags at TBD.
 title: "[Bug] "
-labels: "type: bug"
+labels: "needs-triage"

Review Comment:
   we can have multiple labels by default, should we keep the category (here and elsewhere)?
   ```suggestion
   labels:
    - "needs-triage"
    - "type: bug"
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org