Skip to content

Commit ac0dd8e

Browse files
authored
Add files via upload
1 parent a636955 commit ac0dd8e

2 files changed

Lines changed: 41 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Feature Request ✨
2+
description: Suggest a new feature for JewishPulse!
3+
title: "[Feature] "
4+
labels: [enhancement, feature]
5+
body:
6+
- type: textarea
7+
id: description
8+
attributes:
9+
label: Feature Description
10+
description: Please describe the new feature you'd like to see.
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: example
15+
attributes:
16+
label: Usage Example
17+
description: Show a code example or output illustrating how this feature would work.
18+
- type: checkboxes
19+
id: shabbat
20+
attributes:
21+
label: Does this add new feature to the JewishPulse?
22+
options:
23+
- label: Yes!
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Improvement / Question 🤔
2+
description: Suggest an improvement or ask a question about JewishPulse.
3+
title: "[Q] "
4+
labels: [question, improvement]
5+
body:
6+
- type: textarea
7+
id: description
8+
attributes:
9+
label: Description / Question
10+
description: Clearly describe your suggestion or question.
11+
validations:
12+
required: true
13+
- type: checkboxes
14+
id: pr
15+
attributes:
16+
label: Are you planning to submit a PR?
17+
options:
18+
- label: Yes, I will submit a PR with this improvement/answer.

0 commit comments

Comments
 (0)