Skip to content

Commit

Permalink
Update and rename πŸ€”-add-a-problem.md to πŸ€”-add-a-problem.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
godkingjay authored Oct 7, 2023
1 parent 160a3fa commit 4a03fae
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/πŸ€”-add-a-problem.md

This file was deleted.

32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/πŸ€”-add-a-problem.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: "\U0001F914 Add a Problem"
about: Add a LeetCode problem.
title: "[PROBLEM] 0. Problem Title "
labels: hacktoberfest, problem
assignees: ''

- type: input
id: problem-number
attributes:
label: Problem Number
description: "The problem number."
placeholder: 1
validations:
required: true

- type: input
id: problem-title
attributes:
label: Problem Title
description: "The title of the problem"
placeholder: "VS Code"
validations:
required: true

- type: textarea
id: problem-description
attributes:
label: Problem Description
description: "The description of the problem."
placeholder: "You are..."
validations:
required: true

0 comments on commit 4a03fae

Please sign in to comment.