From 2bb4420ff87ea58d730bd0467160de2274d5f213 Mon Sep 17 00:00:00 2001 From: Youngteac Hong Date: Wed, 5 Oct 2022 12:03:41 +0900 Subject: [PATCH] Add issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 23 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/common-issue.md | 11 +++++++++++ .github/ISSUE_TEMPLATE/config.yml | 1 + .github/ISSUE_TEMPLATE/feature-request.md | 11 +++++++++++ 4 files changed, 46 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/common-issue.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 000000000..b98f69b04 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,23 @@ +--- +name: Bug Report +about: Report a bug encountered while using Yorkie +labels: bug 🐞 + +--- + + + + +**What happened**: + +**What you expected to happen**: + +**How to reproduce it (as minimally and precisely as possible)**: + +**Anything else we need to know?**: + +**Environment**: +- Android Studio version: +- Yorkie version (use `yorkie version`): +- Yorkie Android SDK version: diff --git a/.github/ISSUE_TEMPLATE/common-issue.md b/.github/ISSUE_TEMPLATE/common-issue.md new file mode 100644 index 000000000..a6f009a8b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/common-issue.md @@ -0,0 +1,11 @@ +--- +name: Common Issue +about: A common issue with the Yorkie project +labels: + +--- + + +**Description**: + +**Why**: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..3ba13e0ce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 000000000..057b5e959 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,11 @@ +--- +name: Enhancement Request +about: Suggest an enhancement to the Yorkie project +labels: enhancement 🌟 + +--- + + +**What would you like to be added**: + +**Why is this needed**: