Skip to content

Commit

Permalink
adding custom issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-prakash1907 authored and Team-thedatatribune committed Sep 28, 2023
1 parent b04e9fb commit e9b0b46
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/new_custom_issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Custom Issue
about: About the Issue
title: ''
labels: ''
assignees: 'ravi-prakash1907,Team-thedatatribune'

---

### **Describe the issue:**
Provide a clear and concise overview of the problem or proposal.

_For instance,_ the current workflow presents challenges as text overlaying on an abstract image relies on image generation, creating a sequential bottleneck.
Exploring a modular approach to address this issue is imperative. 🧩

### **Describe the solution you'd like** 🛠️
Propose a solution or improvement. Suggest the creation of two distinct APIs:
1. An API for extracting sentiment from input text. 📝
2. An API for overlaying text onto a given image. 🖼️

### **Additional context** ℹ️
Include any relevant context, such as screenshots or proof of concept (PoC), to enhance understanding and support your suggestion.

---

**Note:** 📌 _Feel free to add essential notes or key points to further clarify your proposal._

0 comments on commit e9b0b46

Please sign in to comment.