Skip to content
This repository was archived by the owner on Jun 29, 2025. It is now read-only.

Commit 9ec1534

Browse files
committed
Updated Issue template
1 parent 4d2ef3c commit 9ec1534

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

.github/ISSUE_TEMPLATE/leetcode_problem.md renamed to .github/ISSUE_TEMPLATE/lc_easy_problem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: "LeetCode Easy Problem"
3-
about: "New LeetCode problem that will be worked on"
3+
about: "Easy LeetCode problem"
44
assignees: "PalmaAnd"
55
labels: "Leetcode,easy"
66
---
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: "LeetCode Hard Problem"
3+
about: "Hard LeetCode problem"
4+
assignees: "PalmaAnd"
5+
labels: "Leetcode,hard"
6+
---
7+
8+
## Problem name
9+
10+
**Link to the problem:**
11+
12+
**Description:**
13+
14+
---
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: "LeetCode Medium Problem"
3+
about: "Medium LeetCode problem"
4+
assignees: "PalmaAnd"
5+
labels: "Leetcode,medium"
6+
---
7+
8+
## Problem name
9+
10+
**Link to the problem:**
11+
12+
**Description:**
13+
14+
---

0 commit comments

Comments
 (0)