Skip to content

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerwins committed Oct 5, 2022
1 parent bc27521 commit 2bb4420
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Bug Report
about: Report a bug encountered while using Yorkie
labels: bug 🐞

---

<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
-->


**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:
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/common-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Common Issue
about: A common issue with the Yorkie project
labels:

---
<!-- Please only use this template for submitting common issues -->

**Description**:

**Why**:
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Enhancement Request
about: Suggest an enhancement to the Yorkie project
labels: enhancement 🌟

---
<!-- Please only use this template for submitting enhancement requests -->

**What would you like to be added**:

**Why is this needed**:

0 comments on commit 2bb4420

Please sign in to comment.