Skip to content

Commit dd20b5d

Browse files
committed
docs: Clarify Drizzle v1 Beta support is for Bedstack (Stripped) in README.
1 parent d1f9421 commit dd20b5d

File tree

13 files changed

+32
-33
lines changed

13 files changed

+32
-33
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body:
1010
1111
- Read the `README.md`
1212
- Ask on [Discord](https://discord.gg/8UcP9QB5AV)
13-
- Ask on [GitHub Discussions](https://github.com/bedtime-coders/bedstack/discussions)
13+
- Ask on [GitHub Discussions](https://github.com/yamcodes/bedstack/discussions)
1414
- type: textarea
1515
id: bug-description
1616
attributes:
@@ -40,11 +40,11 @@ body:
4040
label: Validations
4141
description: Before submitting the issue, please make sure you do the following
4242
options:
43-
- label: Read the [Contributing Guidelines](https://github.com/bedtime-coders/bedstack/blob/main/CONTRIBUTING.md).
43+
- label: Read the [Contributing Guidelines](https://github.com/yamcodes/bedstack/blob/main/CONTRIBUTING.md).
4444
required: true
45-
- label: Check that there isn't [already an issue](https://github.com/bedtime-coders/bedstack/issues) that reports the same bug.
45+
- label: Check that there isn't [already an issue](https://github.com/yamcodes/bedstack/issues) that reports the same bug.
4646
required: true
47-
- label: Check that this is a concrete bug. For Q&A, open a [GitHub Discussion](https://github.com/bedtime-coders/bedstack/discussions).
47+
- label: Check that this is a concrete bug. For Q&A, open a [GitHub Discussion](https://github.com/yamcodes/bedstack/discussions).
4848
required: true
4949
- label: The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.
50-
required: true
50+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ contact_links:
44
url: https://discord.gg/8UcP9QB5AV
55
about: Use Discord for instantly connecting with other developers on this project.
66
- name: Discussions
7-
url: https://github.com/bedtime-coders/bedstack/discussions
7+
url: https://github.com/yamcodes/bedstack/discussions
88
about: Use GitHub discussions for a message board-style forum for the project, discussing ideas, questions, etc.
99
- name: Q&A
10-
url: https://github.com/bedtime-coders/bedstack/discussions/categories/q-a?discussions_q=
11-
about: See the full list of questions and answers, or ask your own.
10+
url: https://github.com/yamcodes/bedstack/discussions/categories/q-a?discussions_q=
11+
about: See the full list of questions and answers, or ask your own.

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 🚀 New feature proposal
22
description: Propose a new feature to be added to Bedstack
3-
labels: ['enhancement: pending triage']
3+
labels: ["enhancement: pending triage"]
44
body:
55
- type: markdown
66
attributes:
@@ -10,7 +10,7 @@ body:
1010
id: feature-description
1111
attributes:
1212
label: Clear and concise description of the problem
13-
description: 'As a developer using Bedstack I want [goal / wish] so that [benefit]. If you intend to submit a PR for this issue, tell us in the description. Thanks!'
13+
description: "As a developer using Bedstack I want [goal / wish] so that [benefit]. If you intend to submit a PR for this issue, tell us in the description. Thanks!"
1414
validations:
1515
required: true
1616
- type: textarea
@@ -36,9 +36,9 @@ body:
3636
label: Validations
3737
description: Before submitting the FR, please make sure you do the following
3838
options:
39-
- label: Read the [Contributing Guide](https://github.com/bedtime-coders/bedstack/blob/main/CONTRIBUTING.md).
39+
- label: Read the [Contributing Guide](https://github.com/yamcodes/bedstack/blob/main/CONTRIBUTING.md).
4040
required: true
4141
- label: Read the `README.md`.
4242
required: true
4343
- label: Check that there isn't already an issue that requests the same feature.
44-
required: true
44+
required: true

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<!-- Mark each item with an "x" ([ ] becomes [x]) -->
1414

15-
- [ ] Read the Developer's Guide in [CONTRIBUTING.md](https://github.com/bedtime-coders/bedstack/blob/main/CONTRIBUTING.md)
15+
- [ ] Read the Developer's Guide in [CONTRIBUTING.md](https://github.com/yamcodes/bedstack/blob/main/CONTRIBUTING.md)
1616
- [ ] Use a concise title to represent the changes introduced in this PR
1717
- [ ] Provide a detailed description of the changes introduced in this PR, and, if necessary, some screenshots
1818
- [ ] Reference an issue or discussion where the feature or changes have been previously discussed

LICENSE

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

3-
Copyright (c) 2025 Bedtime Coders
3+
Copyright (c) 2023-present Yam Borodetsky <https://yam.codes/>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<img src="apps/www/public/logo-mini.png" alt="Logo for Bedstack RealWorld example" width=200>
44
<h1>Bedstack</h1>
55

6-
[![Tests Status](https://github.com/bedtime-coders/bedstack/actions/workflows/tests.yml/badge.svg?event=push&branch=main&)](https://github.com/bedtime-coders/bedstack/actions/workflows/tests.yml?query=branch%3Amain+event%3Apush) [![Discord](https://img.shields.io/discord/1164270344115335320?label=Chat&color=5865f4&logo=discord&labelColor=121214)](https://discord.gg/8UcP9QB5AV) [![License](https://custom-icon-badges.demolab.com/github/license/bedtime-coders/bedstack?label=License&color=blue&logo=law&labelColor=0d1117)](https://github.com/bedtime-coders/bedstack/blob/main/LICENSE) [![Bun](https://img.shields.io/badge/Bun-14151a?logo=bun&logoColor=fbf0df)](https://bun.com/) [![ElysiaJS](https://custom-icon-badges.demolab.com/badge/ElysiaJS-0f172b.svg?logo=elysia)](https://elysiajs.com/) [![Drizzle](https://img.shields.io/badge/Drizzle-C5F74F?logo=drizzle&logoColor=000)](https://drizzle.team/) [![ArkType](https://custom-icon-badges.demolab.com/badge/ArkType-0d1526?logo=arktype2&logoColor=e9eef9)](https://arktype.io/) [![Biome](https://img.shields.io/badge/Biome-24272f?logo=biome&logoColor=f6f6f9)](https://biomejs.dev/) [![Scalar](https://img.shields.io/badge/Scalar-080808?logo=scalar&logoColor=e7e7e7)](https://scalar.com/) [![Star](https://custom-icon-badges.demolab.com/github/stars/bedtime-coders/bedstack?logo=star&logoColor=373737&label=Star)](https://github.com/bedtime-coders/bedstack/stargazers/)
6+
[![Tests Status](https://github.com/yamcodes/bedstack/actions/workflows/tests.yml/badge.svg?event=push&branch=main&)](https://github.com/yamcodes/bedstack/actions/workflows/tests.yml?query=branch%3Amain+event%3Apush) [![Discord](https://img.shields.io/discord/1164270344115335320?label=Chat&color=5865f4&logo=discord&labelColor=121214)](https://discord.gg/8UcP9QB5AV) [![License](https://custom-icon-badges.demolab.com/github/license/yamcodes/bedstack?label=License&color=blue&logo=law&labelColor=0d1117)](https://github.com/yamcodes/bedstack/blob/main/LICENSE) [![Bun](https://img.shields.io/badge/Bun-14151a?logo=bun&logoColor=fbf0df)](https://bun.com/) [![ElysiaJS](https://custom-icon-badges.demolab.com/badge/ElysiaJS-0f172b.svg?logo=elysia)](https://elysiajs.com/) [![Drizzle](https://img.shields.io/badge/Drizzle-C5F74F?logo=drizzle&logoColor=000)](https://drizzle.team/) [![ArkType](https://custom-icon-badges.demolab.com/badge/ArkType-0d1526?logo=arktype2&logoColor=e9eef9)](https://arktype.io/) [![Biome](https://img.shields.io/badge/Biome-24272f?logo=biome&logoColor=f6f6f9)](https://biomejs.dev/) [![Scalar](https://img.shields.io/badge/Scalar-080808?logo=scalar&logoColor=e7e7e7)](https://scalar.com/) [![Star](https://custom-icon-badges.demolab.com/github/stars/yamcodes/bedstack?logo=star&logoColor=373737&label=Star)](https://github.com/yamcodes/bedstack/stargazers/)
77

88
[Bun](https://bun.com/) + [ElysiaJS](https://elysiajs.com/) + [Drizzle](https://orm.drizzle.team/) = the stack you don't want to sleep on
99

@@ -12,7 +12,7 @@
1212
</div>
1313

1414
> [!TIP]
15-
> ⚡ Bedstack supports [Drizzle v1 Beta](https://orm.drizzle.team/roadmap)! Check it out: [`drizzle-v1` branch](https://github.com/bedtime-coders/bedstack-stripped/tree/drizzle-v1)
15+
> ⚡ Bedstack (Stripped) supports [Drizzle v1 Beta](https://orm.drizzle.team/roadmap)! Check it out: [`drizzle-v1` branch](https://github.com/yamcodes/bedstack-stripped/tree/drizzle-v1)
1616
1717
<br/>
1818
<br/>

SUPPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Please read through the following guidelines.
1111
1212
## Asking quality questions
1313

14-
Questions can go to the [Discord server](https://discord.gg/8UcP9QB5AV) or [GitHub discussions](https://github.com/bedtime-coders/bedstack/discussions).
14+
Questions can go to the [Discord server](https://discord.gg/8UcP9QB5AV) or [GitHub discussions](https://github.com/yamcodes/bedstack/discussions).
1515

1616
Clear questions are easier to answer.
1717
Spend time framing questions and add links and resources.

apps/conduit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<img src="../www/public/logo-mini.png" alt="Logo for Bedstack RealWorld example" width=200>
44
<h1>Conduit - Bedstack real world example</h1>
55

6-
[![Tests Status](https://github.com/bedtime-coders/bedstack/actions/workflows/tests.yml/badge.svg?event=push&branch=main&)](https://github.com/bedtime-coders/bedstack/actions/workflows/tests.yml?query=branch%3Amain+event%3Apush) [![Discord](https://img.shields.io/discord/1164270344115335320?label=Chat&color=5865f4&logo=discord&labelColor=121214)](https://discord.gg/8UcP9QB5AV) [![License](https://custom-icon-badges.demolab.com/github/license/bedtime-coders/bedstack?label=License&color=blue&logo=law&labelColor=0d1117)](https://github.com/bedtime-coders/bedstack/blob/main/LICENSE) [![Bun](https://img.shields.io/badge/Bun-14151a?logo=bun&logoColor=fbf0df)](https://bun.com/) [![ElysiaJS](https://custom-icon-badges.demolab.com/badge/ElysiaJS-0f172b.svg?logo=elysia)](https://elysiajs.com/) [![Drizzle](https://img.shields.io/badge/Drizzle-C5F74F?logo=drizzle&logoColor=000)](https://orm.drizzle.team/) [![Biome](https://img.shields.io/badge/Biome-24272f?logo=biome&logoColor=f6f6f9)](https://biomejs.dev/) [![Scalar](https://img.shields.io/badge/Scalar-080808?logo=scalar&logoColor=e7e7e7)](https://scalar.com/) [![Star](https://custom-icon-badges.demolab.com/github/stars/bedtime-coders/bedstack?logo=star&logoColor=373737&label=Star)](https://github.com/bedtime-coders/bedstack/stargazers/)
6+
[![Tests Status](https://github.com/yamcodes/bedstack/actions/workflows/tests.yml/badge.svg?event=push&branch=main&)](https://github.com/yamcodes/bedstack/actions/workflows/tests.yml?query=branch%3Amain+event%3Apush) [![Discord](https://img.shields.io/discord/1164270344115335320?label=Chat&color=5865f4&logo=discord&labelColor=121214)](https://discord.gg/8UcP9QB5AV) [![License](https://custom-icon-badges.demolab.com/github/license/yamcodes/bedstack?label=License&color=blue&logo=law&labelColor=0d1117)](https://github.com/yamcodes/bedstack/blob/main/LICENSE) [![Bun](https://img.shields.io/badge/Bun-14151a?logo=bun&logoColor=fbf0df)](https://bun.com/) [![ElysiaJS](https://custom-icon-badges.demolab.com/badge/ElysiaJS-0f172b.svg?logo=elysia)](https://elysiajs.com/) [![Drizzle](https://img.shields.io/badge/Drizzle-C5F74F?logo=drizzle&logoColor=000)](https://orm.drizzle.team/) [![Biome](https://img.shields.io/badge/Biome-24272f?logo=biome&logoColor=f6f6f9)](https://biomejs.dev/) [![Scalar](https://img.shields.io/badge/Scalar-080808?logo=scalar&logoColor=e7e7e7)](https://scalar.com/) [![Star](https://custom-icon-badges.demolab.com/github/stars/yamcodes/bedstack?logo=star&logoColor=373737&label=Star)](https://github.com/yamcodes/bedstack/stargazers/)
77

88
[RealWorld](https://realworld-docs.netlify.app/) example app for [Bedstack](https://bedstack.js.org/)
99
</div>

apps/conduit/src/auth/auth.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export class AuthService {
3838
})
3939
.setProtectedHeader({ alg: this.ALG })
4040
.setIssuedAt()
41-
.setIssuer('bedtime-coders')
41+
.setIssuer('yamcodes')
4242
.setAudience(user.email)
4343
.setExpirationTime('24h')
4444
.sign(secret);

apps/www/.vitepress/config.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,18 @@ export default defineConfig({
4141

4242
{
4343
text: "Developer's Guide",
44-
link: 'https://github.com/bedtime-coders/bedstack/blob/main/CONTRIBUTING.md',
44+
link: 'https://github.com/yamcodes/bedstack/blob/main/CONTRIBUTING.md',
4545
},
4646
{
4747
text: 'Support',
48-
link: 'https://github.com/bedtime-coders/bedstack/blob/main/SUPPORT.md',
48+
link: 'https://github.com/yamcodes/bedstack/blob/main/SUPPORT.md',
4949
},
5050
],
5151

5252
socialLinks: [
5353
{
5454
icon: 'github',
55-
link: 'https://github.com/bedtime-coders/bedstack',
55+
link: 'https://github.com/yamcodes/bedstack',
5656
},
5757
{
5858
icon: 'discord',
@@ -66,8 +66,7 @@ export default defineConfig({
6666
},
6767
},
6868
editLink: {
69-
pattern:
70-
'https://github.com/bedtime-coders/bedstack/edit/main/docs/:path',
69+
pattern: 'https://github.com/yamcodes/bedstack/edit/main/docs/:path',
7170
text: 'Edit this page on GitHub',
7271
},
7372
},

0 commit comments

Comments
 (0)