Skip to content

Commit 292ee00

Browse files
raklaptudirmnikhilkalaPanquesito7
authored
feat: improve repository structure (#3)
* Update README.md * chore: add maintainer list * Update README.md Co-authored-by: David Leal <[email protected]> * Update README.md Co-authored-by: David Leal <[email protected]> Co-authored-by: Nikhil Kala <[email protected]> Co-authored-by: David Leal <[email protected]>
1 parent 01bab42 commit 292ee00

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @raklaptudirm

README.md

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,48 @@
1-
# TypeScript
1+
# The Algorithms - TypeScript
2+
3+
<!-- Front Matter -->
24
TypeScript Repository of TheAlgorithms, which implements various algorithms and data structures in TypeScript.
5+
6+
<div align="center">
7+
8+
[![TypeScript Banner][banner]](DIRECTORY.md)
9+
10+
[![Contributions Welcome][welcome]](CONTRIBUTING.md)
11+
[![Discord chat][chat]][discord-server]
12+
13+
14+
</div>
15+
16+
---
17+
18+
<!-- Disclaimer -->
19+
20+
<h4 align="center">
21+
These implementations are for demonstrative/educational purposes only. Dedicated implementations of these algorithms and data
22+
structures are much better for performance and security reasons. We also do not provide any guarantee for API stability.
23+
</h4>
24+
25+
---
26+
27+
<!-- Body -->
28+
29+
Before contributing to this repository, make sure to read our [Contribution Guidelines](CONTRIBUTING.md). You can look
30+
at other [TheAlgorithms Repositories][repositories] or the [issues with a "help wanted" label][help-wanted] for
31+
inspiration regarding what to implement. Our maintainers will guide you through how to make your contribution properly
32+
if you make any mistakes. The names of the maintainers of this repository are listed in the
33+
[CODEOWNERS file](.github/CODEOWNERS).
34+
35+
---
36+
37+
<!-- Banner Image -->
38+
[banner]: https://user-images.githubusercontent.com/68542775/188368881-da2b9676-417a-4bbe-b8b7-20a497246f30.jpg
39+
40+
<!-- Badge Links -->
41+
[chat]: https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA
42+
[welcome]: https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3
43+
44+
<!-- External Links -->
45+
[discord-server]: https://discord.gg/c7MnfGFGa6
46+
[actions]: https://github.com/TheAlgorithms/TypeScript/actions
47+
[repositories]: https://github.com/orgs/TheAlgorithms/repositories
48+
[help-wanted]: https://github.com/TheAlgorithms/TypeScript/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22

0 commit comments

Comments
 (0)