diff --git a/.gitee/ISSUE_TEMPLATE.en.md b/.gitee/ISSUE_TEMPLATE.en.md new file mode 100644 index 0000000000000000000000000000000000000000..e1522ec4010ae7bfeebde068aa48e11358d87ec2 --- /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 0000000000000000000000000000000000000000..aa60947a3ec94a92aa3320fa9a1ae3508d654637 --- /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