diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..d3fee6d9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Submit a bug +title: '' +labels: type/bug, needs-triage +assignees: '' +--- + +## Environment + +- Version: + + + ``` + cli version: 0.1.0-alpha.1 + core version: 0.1.0-alpha.1 + build version: 0.1.0-alpha.1 + serve version: 0.1.0-alpha.1 + ``` + +- OS: macOS, windows 11 ... + +## What's wrong? + +## What's the correct behavior? + +## Reproducing steps diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 00000000..3efe66b7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,24 @@ +--- +name: Feature request +about: Submit a new feature request +title: '' +labels: type/enhancement, needs-triage +--- + +## What’s the problem you're trying to solve + + + +## Describe the solution you’d like + + + +## Additional context + + diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..44e19265 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,13 @@ +## Description + +Please describe your pull request. + +## Issue ticket number + +closes #xx + +## Additional Context + +