Skip to content

Commit 1ed76aa

Browse files
authored
Merge branch 'Utkarsh1504:main' into main
2 parents 50cf14b + e141112 commit 1ed76aa

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed

.github/ISSUE_TEMPLATE/documentation_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: Docs request
22
description: Suggest lesson, propose new data-structure and algorithms, discuss new ideas
3-
title: "[FEATURE] <description>"
3+
title: "new lesson: <name-of-the-lesson>"
44
labels: ["⭐ goal: addition"]
55
body:
66
- type: textarea
77
id: requesttype
88
attributes:
99
label: ⭐ Request Type
10-
description: name of the lesson or section you wanted to add.
10+
description: describe the name of the lesson or section you want to add.
1111
validations:
1212
required: true
1313
- type: textarea

.github/ISSUE_TEMPLATE/improvement_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Improvement request
22
description: propose improvements, adding new code, or any new features
3-
title: "[Improve] <description>"
3+
title: "improve: <name-of-the-lesson>"
44
labels: ["⭐ goal: addition"]
55
body:
66
- type: textarea

.github/ISSUE_TEMPLATE/other.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Other
2+
description: Use this for any other issues. PLEASE do not create blank issues
3+
title: "[OTHER]"
4+
labels: ["🛠 status: fix"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: "# Other issue"
9+
- type: textarea
10+
id: issuedescription
11+
attributes:
12+
label: Other
13+
description: Provide a clear and concise explanation of your issue.
14+
validations:
15+
required: true
16+
- type: textarea
17+
id: extrainfo
18+
attributes:
19+
label: Additional information
20+
description: Is there anything else we should know about this issue?
21+
validations:
22+
required: false

.github/pull_request-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
(Thanks for sending a pull request!)
2+
(Thanks for sending a pull request! If you have fixed any kind of typo or grammatical error then please Name your pull request in the format of "fixed typo: <name-of-the-lesson>".)
33
-->
44

55
<!-- Add the issue number that is fixed by this PR (In the form Fixes #123) -->

0 commit comments

Comments
 (0)