From 14d618088e77a978e1293a7b42031bf2dcc01c94 Mon Sep 17 00:00:00 2001 From: Denise Kutnick Date: Fri, 10 Sep 2021 06:08:24 -0700 Subject: [PATCH] add github issue template for docs --- .github/ISSUE_TEMPLATE/documentation.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/documentation.md diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md new file mode 100644 index 000000000000..a1c1facb7e1b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -0,0 +1,22 @@ +--- +name: "\U0001F4C4 Documentation" +about: Use this template to suggest additions and changes to the documentation. +title: "[Docs] " +labels: "type: doc" + +--- + +Thanks for participating in the TVM community! We use https://discuss.tvm.ai for any general usage questions and discussions. The issue tracker is used for actionable items such as feature proposals discussion, roadmaps, and bug tracking. You are always welcomed to post on the forum first :smile_cat: + +Issues that are inactive for a period of time may get closed. We adopt this policy so that we won't lose track of actionable issues that may fall at the bottom of the pile. Feel free to reopen a new one if you feel there is an additional problem that needs attention when an old one gets closed. + +### Documentation Title & Type + +Include the title of the document (e.g. "Getting Started with TVM"), and the type of documentation (e.g. user docs, developer docs, tutorials) + +### Additions/Changes Requested + +If an RFC/discuss post exists, link it here. + +Otherwise, specify what actions should be taken to provide additional clarity/readability/reproducibility to the document. Include code snippets from the previous documentation if applicable. +