Skip to content

Commit 8bff948

Browse files
committed
📝 Docs: Update Notice + "Misc and Contact" Sections
1 parent 871601b commit 8bff948

File tree

3 files changed

+22
-18
lines changed

3 files changed

+22
-18
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ A small component for using context menu's on iOS.
88

99
## 🚧⚠️ Notices ⚠️🚧
1010

11-
📝 **Version `2.x` Notice**: Hello, please note that versions `2.x` and below of this library are no longer supported; please do not submit an issue if the version you are using is below `3.x`.
12-
* If you really need a fix for the particular issue/bug, please create a repro and add a test case in the [examples](example/src/examples) directory via a pull request in the main branch; i will investigate the bug, and backport the fix from `3.x` to `2.x` if the changes are relatively simple.
13-
* I apologize but i do not have the resources to maintain multiple versions of this library; all issues must be reproducible from `3.x` first before i can backport the changes to an older version of this library.
14-
* Please understand that a PR for the repro is crucial; i cannot work on the fix if i don't have a repro to start on; words describing the issue is not enough due to the language barrier. Once you've created a test case, please tag me on the PR so i get notified.
15-
* **Summary**: I will fix the bugs you encounter, however i cannot work on fixing them until a repro/test case is created in the examples directory. Thank you for understanding.
11+
📝 **Hiatus Notice**: Unfortunately, i'm no longer doing OSS for the time being, so this library is in maintenance mode (if you're interested in sponsoring my work or picking up the project, please don't hesitate to [contact me](#misc-and-contact)).
1612

1713
<br>
1814

19-
📝 **Documentation Notice**: See [`TODO.md`](docs/TODO.md) for progress.
15+
📝 **Regarding Version `2.x`**: Hello, please note that versions `2.x` and below of this library are no longer supported; please do not submit an issue if the version you are using is below `3.x`.
16+
17+
<br>
18+
19+
📝 **Regarding Documentation**: See [`TODO.md`](docs/TODO.md) for progress.
2020
- The documentation is incomplete (some parts/sections are marked as **TBA** i.e. "to be added").
2121
- Some of the links in the documentation are broken (i.e. the URL points to `PLACE_HOLDER_LINK`).
2222
- Some of the gifs/images are old, or broken.
@@ -7318,6 +7318,8 @@ export function ContextMenuButtonExample02(props) {
73187318
73197319
## Misc and Contact
73207320
7321-
* 🐤 **Twitter/X**: `@GoDominic`
7322-
* 💌 **Email**: `dominicgo@dominicgo.dev`
7323-
* 🌐 **Website**: [dominicgo.dev](https://dominicgo.dev)
7321+
* 🐤 **Twitter/X**: [`@GoDominic`](https://x.com/GoDominic)
7322+
* 🦋 **Bluesky**: [`@godominic.bsky.social`](https://bsky.app/profile/godominic.bsky.social)
7323+
* 💌 **Email**: <a href="mailto:dominicgo@dominicgo.dev?">`dominicgo@dominicgo.dev`</a>
7324+
* 🌐 **Website**: [dominicgo.dev](https://dominicgo.dev)
7325+

docs/README-01-Pre.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ A small component for using context menu's on iOS.
88

99
## 🚧⚠️ Notices ⚠️🚧
1010

11-
📝 **Version `2.x` Notice**: Hello, please note that versions `2.x` and below of this library are no longer supported; please do not submit an issue if the version you are using is below `3.x`.
12-
* If you really need a fix for the particular issue/bug, please create a repro and add a test case in the [examples](example/src/examples) directory via a pull request in the main branch; i will investigate the bug, and backport the fix from `3.x` to `2.x` if the changes are relatively simple.
13-
* I apologize but i do not have the resources to maintain multiple versions of this library; all issues must be reproducible from `3.x` first before i can backport the changes to an older version of this library.
14-
* Please understand that a PR for the repro is crucial; i cannot work on the fix if i don't have a repro to start on; words describing the issue is not enough due to the language barrier. Once you've created a test case, please tag me on the PR so i get notified.
15-
* **Summary**: I will fix the bugs you encounter, however i cannot work on fixing them until a repro/test case is created in the examples directory. Thank you for understanding.
11+
📝 **Hiatus Notice**: Unfortunately, i'm no longer doing OSS for the time being, so this library is in maintenance mode (if you're interested in sponsoring my work or picking up the project, please don't hesitate to [contact me](#misc-and-contact)).
1612

1713
<br>
1814

19-
📝 **Documentation Notice**: See [`TODO.md`](docs/TODO.md) for progress.
15+
📝 **Regarding Version `2.x`**: Hello, please note that versions `2.x` and below of this library are no longer supported; please do not submit an issue if the version you are using is below `3.x`.
16+
17+
<br>
18+
19+
📝 **Regarding Documentation**: See [`TODO.md`](docs/TODO.md) for progress.
2020
- The documentation is incomplete (some parts/sections are marked as **TBA** i.e. "to be added").
2121
- Some of the links in the documentation are broken (i.e. the URL points to `PLACE_HOLDER_LINK`).
2222
- Some of the gifs/images are old, or broken.

docs/README-04-Post.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@
142142

143143
## Misc and Contact
144144

145-
* 🐤 **Twitter/X**: `@GoDominic`
146-
* 💌 **Email**: `dominicgo@dominicgo.dev`
147-
* 🌐 **Website**: [dominicgo.dev](https://dominicgo.dev)
145+
* 🐤 **Twitter/X**: [`@GoDominic`](https://x.com/GoDominic)
146+
* 🦋 **Bluesky**: [`@godominic.bsky.social`](https://bsky.app/profile/godominic.bsky.social)
147+
* 💌 **Email**: <a href="mailto:dominicgo@dominicgo.dev?">`dominicgo@dominicgo.dev`</a>
148+
* 🌐 **Website**: [dominicgo.dev](https://dominicgo.dev)
149+

0 commit comments

Comments
 (0)