Skip to content

Commit 3ece723

Browse files
authored
Merge pull request #197 from CBID2/main
[fix] Add a checkbox for GSSoC contributors
2 parents 163d50c + 20b1889 commit 3ece723

File tree

4 files changed

+27
-5
lines changed

4 files changed

+27
-5
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,5 @@ body:
4141
- Chrome
4242
- Safari
4343
- Microsoft Edge
44+
- label: "I am a GSSoC'23 contributor"
45+
required: false

.github/ISSUE_TEMPLATE/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ body:
3030
description: By submitting this issue, you agree to follow our Code of Conduct
3131
options:
3232
- label: I agree to follow this project's Code of Conduct
33+
- label: "I am a GSSoC'23 contributor"
34+
required: false

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: Feature Request 💡
2-
description: Have any new idea or new feature for LinksHub? Please suggest!
1+
name: "Feature Request 💡"
2+
description: "Have any new idea or new feature for DevsInTech? Please request!"
33
title: "[Feature] <description>"
44
labels: ["Goal: addition"]
55
body:
@@ -9,7 +9,7 @@ body:
99
label: Description
1010
description: A clear and concise description of any alternative solution or features you've considered.
1111
validations:
12-
required: true
12+
required:
1313
- type: textarea
1414
id: screenshots
1515
attributes:
@@ -24,3 +24,12 @@ body:
2424
description: Add any other context or anything else about this idea
2525
validations:
2626
required: false
27+
- type: checkboxes
28+
id: terms
29+
attributes:
30+
label: Code of Conduct
31+
description: By submitting this issue, you agree to follow our Code of Conduct
32+
options:
33+
- label: I agree to follow this project's Code of Conduct
34+
- label: "I am a GSSoC'23 contributor"
35+
required: false

.github/ISSUE_TEMPLATE/style.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: 👯‍♂️ Style Changing Request
2-
description: Suggest a style designs
1+
name:"👯‍♀️Style Changing Request"
2+
description: "Suggest a style designs"
33
title: "[style]: "
44
labels: ["style"]
55
body:
@@ -29,3 +29,12 @@ body:
2929
description: By submitting this issue, you agree to follow our Code of Conduct
3030
options:
3131
- label: I agree to follow this project's Code of Conduct
32+
33+
- type: checkboxes
34+
id: gssoc
35+
attributes:
36+
label: GSSOC
37+
description: This is for GSSoC'23 contributors only.
38+
options:
39+
- label: I am a GSSOC'23 Contributor.
40+

0 commit comments

Comments
 (0)