From c5671b2bb9e73d6ac04c8e4fc60a472f7d90359e Mon Sep 17 00:00:00 2001 From: Pavel Kosov Date: Tue, 15 Nov 2022 14:58:16 +0300 Subject: [PATCH] [Docs] Add gitee templates for issues and PRs Signed-off-by: Pavel Kosov --- .gitee/ISSUE_TEMPLATE.en.md | 21 +++++++++++++++++++++ .gitee/PULL_REQUEST_TEMPLATE.en.md | 2 ++ 2 files changed, 23 insertions(+) create mode 100644 .gitee/ISSUE_TEMPLATE.en.md create mode 100644 .gitee/PULL_REQUEST_TEMPLATE.en.md diff --git a/.gitee/ISSUE_TEMPLATE.en.md b/.gitee/ISSUE_TEMPLATE.en.md new file mode 100644 index 000000000000..e1522ec4010a --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE.en.md @@ -0,0 +1,21 @@ +## Bug Description +A clear and concise description of what the bug is + +## Reproduction +Steps to reproduce the behavior +1. ... +2. ... +3. ... + +## Expected behavior +A clear and concise description of what is expected to happen + +## Environment +- Architecture +- OS, version, etc +- Version of the toolchain +- ... + +## Additional context +- Any other context which may help to reproduce and/or fix the issue. +- Supporting files (minimal test case) diff --git a/.gitee/PULL_REQUEST_TEMPLATE.en.md b/.gitee/PULL_REQUEST_TEMPLATE.en.md new file mode 100644 index 000000000000..aa60947a3ec9 --- /dev/null +++ b/.gitee/PULL_REQUEST_TEMPLATE.en.md @@ -0,0 +1,2 @@ +## PR Description +A clear and concise description of changes and rationale. Provide a link to external references / discussion if appropriate -- Gitee