Skip to content

Commit 517331c

Browse files
chore: update all links to point to thisissandipp (#17)
* chore: update all links to point to `thisissandipp` * feat: add name entries for cspell
1 parent df1bfbd commit 517331c

File tree

6 files changed

+17
-14
lines changed

6 files changed

+17
-14
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Create a report to help us improve
33
title: "fix: "
44
labels: [bug]
55
assignees:
6-
- thecodexhub
6+
- thisissandipp
77
body:
88
- type: markdown
99
attributes:
@@ -40,7 +40,7 @@ body:
4040
id: terms
4141
attributes:
4242
label: Code of Conduct
43-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/thecodexhub/typethis/blob/main/CODE_OF_CONDUCT.md).
43+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/thisissandipp/typethis/blob/main/CODE_OF_CONDUCT.md).
4444
options:
4545
- label: I agree to follow this project's Code of Conduct
4646
required: true

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A new feature to be added to the project
33
title: "feat: "
44
labels: [feature]
55
assignees:
6-
- thecodexhub
6+
- thisissandipp
77
body:
88
- type: markdown
99
attributes:
@@ -37,7 +37,7 @@ body:
3737
id: terms
3838
attributes:
3939
label: Code of Conduct
40-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/thecodexhub/typethis/blob/main/CODE_OF_CONDUCT.md).
40+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/thisissandipp/typethis/blob/main/CODE_OF_CONDUCT.md).
4141
options:
4242
- label: I agree to follow this project's Code of Conduct
4343
required: true

.github/cspell.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@
1818
"words": [
1919
"typethis",
2020
"thecodexhub",
21+
"Sandip",
22+
"Pramanik",
23+
"thisissandipp"
2124
]
2225
}

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ representative at an online or offline event.
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
6262
reported to the community leaders responsible for enforcement at
63-
thecodexhubofficial@gmail.com.
63+
thisissandipp@gmail.com.
6464
All complaints will be reviewed and investigated promptly and fairly.
6565

6666
All community leaders are obligated to respect the privacy and security of the

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TypeThis
22

3-
[![build](https://github.com/thecodexhub/typethis/actions/workflows/main.yml/badge.svg)](https://github.com/thecodexhub/typethis/actions)
3+
[![build](https://github.com/thisissandipp/typethis/actions/workflows/main.yml/badge.svg)](https://github.com/thisissandipp/typethis/actions)
44
[![codecov](https://codecov.io/gh/thecodexhub/typethis/graph/badge.svg?token=7FY2DF2DS1)](https://codecov.io/gh/thecodexhub/typethis)
55
[![License: MIT](https://img.shields.io/badge/License-MIT-purple.svg)](https://opensource.org/licenses/MIT)
66
[![Package Version](https://img.shields.io/pub/v/typethis.svg)](https://pub.dev/packages/typethis)
@@ -111,7 +111,7 @@ Use the TypeThisController to manage and control the animations as well. [Read h
111111

112112
## Demo
113113

114-
[![Demo](demo/typethis.gif)](https://github.com/thecodexhub/typethis)
114+
[![Demo](demo/typethis.gif)](https://github.com/thisissandipp/typethis)
115115

116116
## License
117117

@@ -121,11 +121,11 @@ The project is released under the [MIT License](LICENSE). Learn more about it, [
121121

122122
<p align="center">
123123
<p align="center">
124-
Developed and Maintained with 💜 by <a href="https://github.com/thecodexhub">thecodexhub</a>
124+
Developed and Maintained with 💜 by <a href="https://github.com/thisissandipp">Sandip Pramanik</a>
125125
</p>
126126
<p align="center">
127-
<a href="https://github.com/thecodexhub/typethis">
128-
<img src="https://img.shields.io/github/stars/thecodexhub/typethis?label=%E2%AD%90%20Star%20this%20repository&color=%23FFBF00" alt="Star this repository">
127+
<a href="https://github.com/thisissandipp/typethis">
128+
<img src="https://img.shields.io/github/stars/thisissandipp/typethis?label=%E2%AD%90%20Star%20this%20repository&color=%23FFBF00" alt="Star this repository">
129129
</a>
130130
</p>
131131
</p>

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: typethis
22
description: A flutter package that aims to simplify versatile typing animation with rich text effects and other operations (reset, freeze, unfreeze).
3-
repository: https://github.com/thecodexhub/typethis
4-
issue_tracker: https://github.com/thecodexhub/typethis/issues
5-
homepage: https://github.com/thecodexhub/typethis
6-
documentation: https://github.com/thecodexhub/typethis
3+
repository: https://github.com/thisissandipp/typethis
4+
issue_tracker: https://github.com/thisissandipp/typethis/issues
5+
homepage: https://github.com/thisissandipp/typethis
6+
documentation: https://github.com/thisissandipp/typethis
77

88
version: 1.0.2
99

0 commit comments

Comments
 (0)