Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/01-feature.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: 💡 Feature Request
about: Propose new functionality for the SDK
type: Feature
labels: ["Ruby", "Feature"]
---

**Describe the idea**
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/02-improvement.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: 💡 Improvement
about: Propose an improvement for existing functionality of the SDK
type: Improvement
labels: ["Ruby", "Improvement"]
---

**Describe the idea**
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/03-bug.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 🐞 Bug Report
description: "Report an unexpected problem or behavior of this SDK"
type: Bug
labels: ["Ruby", "Bug"]
body:
- type: textarea
attributes:
Expand Down
Loading