Skip to content

Commit 13bbcc2

Browse files
Merge branch 'recodehive:main' into feat/repo-reorganization
2 parents 3f4cfcf + 1e09cb5 commit 13bbcc2

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,22 @@ body:
3737
label: What browsers are you seeing the problem on?
3838
multiple: true
3939
options:
40+
- All (its generally a browser agnostic issue)
4041
- Firefox
4142
- Chrome
4243
- Safari
4344
- Microsoft Edge
45+
- Other
4446
- type: checkboxes
4547
id: terms
4648
attributes:
4749
label: Record
4850
options:
4951
- label: "I have read the Contributing Guidelines"
5052
required: true
51-
- label: "I'm a GSSOC'24 contributor"
53+
- label: "I'm a GSSOC'25 contributor"
5254
required: false
53-
- label: "I want to work on this issue"
55+
- label: "I'm a Hacktoberfest contributor"
5456
required: false
57+
- label: "I want to work on this issue"
58+
required: false

.github/ISSUE_TEMPLATE/documentation_update.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ body:
5454
options:
5555
- label: "I have read the Contributing Guidelines"
5656
required: true
57-
- label: "I'm a GSSOC'24 contributor"
57+
- label: "I'm a GSSOC'25 contributor"
5858
required: false
59-
- label: "I want to work on this issue"
59+
- label: "I'm a Hacktoberfest contributor"
6060
required: false
61+
- label: "I want to work on this issue"
62+
required: false

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ body:
5757
options:
5858
- label: "I have read the Contributing Guidelines"
5959
required: true
60-
- label: "I'm a GSSOC'24 contributor"
60+
- label: "I'm a GSSOC'25 contributor"
6161
required: false
62-
- label: "I want to work on this issue"
62+
- label: "I'm a Hacktoberfest contributor"
6363
required: false
64+
- label: "I want to work on this issue"
65+
required: false

Website/css/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@ button#toggle-languages:hover {
12851285
}
12861286

12871287
.icon-content a[data-social="twitter"] .filled {
1288-
background-color: #1da1f2;
1288+
background-color: #000000; /* New X Black */
12891289
}
12901290

12911291
.icon-content a[data-social="youtube"] .filled {
@@ -1322,7 +1322,7 @@ body.dark-mode .side-icons .icon-content a[data-social="linkedin"] .filled {
13221322
}
13231323

13241324
body.dark-mode .side-icons .icon-content a[data-social="twitter"] .filled {
1325-
background-color: #1da1f2;
1325+
background-color: #000000; /* New X Black */
13261326
}
13271327

13281328
body.dark-mode .side-icons .icon-content a[data-social="youtube"] .filled {

Website/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ <h2>Here are some of our active GitHub repositories</h2>
580580
</a>
581581
</div>
582582
<div class="icon-content">
583-
<a href="https://twitter.com/sanjay_kv" target="_blank" aria-label="Twitter" data-social="twitter">
583+
<a href="https://twitter.com/sanjay_kv" target="_blank" aria-label="X (formerly Twitter)" data-social="twitter">
584584
<i class="fa fa-twitter"></i>
585585
<div class="filled"></div>
586586
</a>

0 commit comments

Comments
 (0)