Skip to content

Commit b704a0c

Browse files
committed
Auto-generated commit
1 parent 574e79f commit b704a0c

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-5
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2025-02-24T01:07:37.144Z

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
We are excited about your pull request, but unfortunately we are not accepting pull requests against this repository, as all development happens on the [main project repository](https://github.com/stdlib-js/stdlib). We kindly request that you submit this pull request against the [respective directory](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/base/broadcasted-binary5d) of the main repository where we’ll review and provide feedback.
44

5-
If this is your first stdlib contribution, be sure to read the [contributing guide](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md) which provides guidelines and instructions for submitting contributions. You may also consult the [development guide](https://github.com/stdlib-js/stdlib/blob/develop/docs/development.md) for help on developing stdlib.
5+
If this is your first stdlib contribution, be sure to read the [contributing guide](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md) which provides guidelines and instructions for submitting contributions. You may also consult the [development guide](https://github.com/stdlib-js/stdlib/blob/develop/docs/contributing/development.md) for help on developing stdlib.
66

77
We look forward to receiving your contribution! :smiley:

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,7 @@ jsconfig.json
188188
# Other editor files #
189189
######################
190190
.idea/
191+
192+
# Cursor #
193+
##########
194+
.cursorignore

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-02-08)
7+
## Unreleased (2025-02-24)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15-
- [`836170d`](https://github.com/stdlib-js/stdlib/commit/836170decec14309639deb41ae3a3c22256d68af) - **refactor:** update paths _(by gururaj1512)_
15+
- [`836170d`](https://github.com/stdlib-js/stdlib/commit/836170decec14309639deb41ae3a3c22256d68af) - **refactor:** update paths _(by Gururaj Gurram)_
1616

1717
</details>
1818

@@ -26,7 +26,7 @@
2626

2727
A total of 1 person contributed to this release. Thank you to this contributor:
2828

29-
- gururaj1512
29+
- Gururaj Gurram
3030

3131
</section>
3232

CONTRIBUTORS

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Aadish Jain <[email protected]>
66
Aayush Khanna <[email protected]>
77
Abhijit Raut <[email protected]>
8+
Abhishek Jain <[email protected]>
89
Adarsh Palaskar <[email protected]>
910
Aditya Sapra <[email protected]>
1011
Ahmed Atwa <[email protected]>
@@ -35,9 +36,12 @@ Dominik Moritz <[email protected]>
3536
Dorrin Sotoudeh <[email protected]>
3637
EuniceSim142 <[email protected]>
3738
Frank Kovacs <[email protected]>
39+
GK Bishnoi <[email protected]>
40+
3841
Golden Kumar <[email protected]>
3942
Gunj Joshi <[email protected]>
40-
Gururaj Gurram <[email protected]>
43+
Gururaj Gurram <[email protected]>
44+
4145
4246
Harshita Kalani <[email protected]>
4347
Hridyanshu <[email protected]>
@@ -54,6 +58,7 @@ Justin Dennison <[email protected]>
5458
Karan Anand <[email protected]>
5559
Karthik Prakash <[email protected]>
5660
Kohantika Nath <[email protected]>
61+
Krishnam Agarwal <[email protected]>
5762
Krishnendu Das <[email protected]>
5863
Kshitij-Dale <[email protected]>
5964
Lovelin Dhoni J B <[email protected]>
@@ -91,6 +96,7 @@ Rejoan Sardar <[email protected]>
9196
Ricky Reusser <[email protected]>
9297
Ridam Garg <[email protected]>
9398
99+
Rishav Tarway <[email protected]>
94100
Robert Gislason <[email protected]>
95101
Roman Stetsyk <[email protected]>
96102
Rutam Kathale <[email protected]>
@@ -101,6 +107,7 @@ Sai Srikar Dumpeti <[email protected]>
101107
Sarthak Paandey <[email protected]>
102108
Saurabh Singh <[email protected]>
103109
Seyyed Parsa Neshaei <[email protected]>
110+
Shabareesh Shetty <[email protected]>
104111
Shashank Shekhar Singh <[email protected]>
105112
Shivam Ahir <[email protected]>
106113
Shraddheya Shendre <[email protected]>
@@ -111,6 +118,7 @@ Snehil Shah <[email protected]>
111118
Soumajit Chatterjee <[email protected]>
112119
Spandan Barve <[email protected]>
113120
Stephannie Jiménez Gacha <[email protected]>
121+
Suhaib Ilahi <[email protected]>
114122
Suraj Kumar <[email protected]>
115123
Tirtadwipa Manunggal <[email protected]>
116124
Tudor Pagu <[email protected]>
@@ -125,6 +133,8 @@ Vivek Maurya <[email protected]>
125133
Xiaochuan Ye <[email protected]>
126134
Yaswanth Kosuru <[email protected]>
127135
Yernar Yergaziyev <[email protected]>
136+
Yuvi Mittal <[email protected]>
137+
ekambains <[email protected]>
128138
olenkabilonizhka <[email protected]>
129139
pranav-1720 <[email protected]>
130140

0 commit comments

Comments
 (0)