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**: