Skip to content

Commit d97f0ae

Browse files
Update issue templates
1 parent 43841e4 commit d97f0ae

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

.github/ISSUE_TEMPLATE/add-a-question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Add a question
33
about: If you want a question to be solved by other contributors
4-
title: "[Question]"
4+
title: "[Question Title]"
55
labels: ''
66
assignees: ''
77

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Provide a solution
3+
about: If you want to solve a question/issue created by other contributors
4+
title: "[Solution Title]"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
### Enter Issue id being referred to -
11+
Your answer
12+
13+
### Approach/Algorithm/Pseudo Code for the selected question -
14+
Your answer
15+
16+
### Tags for the solution(eg - Array, Basic, Stack, etc.) -
17+
Your answer

0 commit comments

Comments
 (0)