Skip to content

Commit 36b0a4b

Browse files
committed
Rename org to bedtime-coders
1 parent 38a0a3b commit 36b0a4b

File tree

12 files changed

+30
-29
lines changed

12 files changed

+30
-29
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 4 additions & 4 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/agnyz/bedstack/discussions)
13+
- Ask on [GitHub Discussions](https://github.com/bedtime-coders/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/agnyz/bedstack/blob/main/CONTRIBUTING.md).
43+
- label: Read the [Contributing Guidelines](https://github.com/bedtime-coders/bedstack/blob/main/CONTRIBUTING.md).
4444
required: true
45-
- label: Check that there isn't [already an issue](https://github.com/agnyz/bedstack/issues) that reports the same bug.
45+
- label: Check that there isn't [already an issue](https://github.com/bedtime-coders/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/agnyz/bedstack/discussions).
47+
- label: Check that this is a concrete bug. For Q&A, open a [GitHub Discussion](https://github.com/bedtime-coders/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.
5050
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 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/agnyz/bedstack/discussions
7+
url: https://github.com/bedtime-coders/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/agnyz/bedstack/discussions/categories/q-a?discussions_q=
10+
url: https://github.com/bedtime-coders/bedstack/discussions/categories/q-a?discussions_q=
1111
about: See the full list of questions and answers, or ask your own.

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ 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/agnyz/bedstack/blob/main/CONTRIBUTING.md).
39+
- label: Read the [Contributing Guide](https://github.com/bedtime-coders/bedstack/blob/main/CONTRIBUTING.md).
4040
required: true
4141
- label: Read the `README.md`.
4242
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/agnyz/bedstack/blob/main/CONTRIBUTING.md)
15+
- [ ] Read the Developer's Guide in [CONTRIBUTING.md](https://github.com/bedtime-coders/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

GOVERNANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ We are a group of open-source developers who develop, use, promote the Elysia Re
2727

2828
* **Transparency**
2929

30-
While the decision-making process is not always public, the results of the decision making process must be public. Decisions will be made after thoughtful consideration of the community's input through [Discord](https://discord.gg/8UcP9QB5AV) and [GitHub Discussions](https://github.com/agnyz/bedstack/discussions).
30+
While the decision-making process is not always public, the results of the decision making process must be public. Decisions will be made after thoughtful consideration of the community's input through [Discord](https://discord.gg/8UcP9QB5AV) and [GitHub Discussions](https://github.com/bedtime-coders/bedstack/discussions).
3131

3232
* **Automation**
3333

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
[RealWorld](https://realworld-docs.netlify.app/) example app for [Bun](https://bun.sh/) + [ElysiaJS](https://elysiajs.com/) + [Drizzle](https://orm.drizzle.team/)
99

10-
[![Tests Status](https://github.com/agnyz/bedstack/actions/workflows/tests.yml/badge.svg?event=push&branch=main)](https://github.com/agnyz/bedstack/actions/workflows/tests.yml?query=branch%3Amain) [![Fully compliant with the RealWorld API spec](https://img.shields.io/badge/RealWorld%20API-compatible-success?labelColor=2f1c42)](https://realworld-docs.netlify.app/specifications/backend/endpoints) [![Featured on CodebaseShow](https://img.shields.io/badge/CodebaseShow-approved-success?labelColor=2c3669)](https://codebase.show/projects/realworld?category=backend&language=typescript) [![GitHub License](https://img.shields.io/github/license/agnyz/bedstack)](https://github.com/agnyz/bedstack/blob/main/LICENSE) [![Star bedstack on GitHub](https://img.shields.io/github/stars/agnyz/bedstack)](https://github.com/agnyz/bedstack)
10+
[![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) [![Fully compliant with the RealWorld API spec](https://img.shields.io/badge/RealWorld%20API-compatible-success?labelColor=2f1c42)](https://realworld-docs.netlify.app/specifications/backend/endpoints) [![Featured on CodebaseShow](https://img.shields.io/badge/CodebaseShow-approved-success?labelColor=2c3669)](https://codebase.show/projects/realworld?category=backend&language=typescript) [![GitHub License](https://img.shields.io/github/license/bedtime-coders/bedstack)](https://github.com/bedtime-coders/bedstack/blob/main/LICENSE) [![Star bedstack on GitHub](https://img.shields.io/github/stars/bedtime-coders/bedstack)](https://github.com/bedtime-coders/bedstack)
1111

1212
## Let's share a BED - join our [Discord server](https://discord.gg/8UcP9QB5AV)
1313

@@ -18,7 +18,7 @@
1818
1. **Clone and install dependencies**
1919

2020
```sh
21-
gh repo clone agnyz/bedstack
21+
gh repo clone bedtime-coders/bedstack
2222
cd bedstack
2323
bun i
2424
```

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 our [Discord server](https://discord.gg/8UcP9QB5AV) or [GitHub discussions](https://github.com/agnyz/bedstack/discussions).
14+
Questions can go to our [Discord server](https://discord.gg/8UcP9QB5AV) or [GitHub discussions](https://github.com/bedtime-coders/bedstack/discussions).
1515

1616
Help us help you!
1717
Spend time framing questions and add links and resources.

docs/.vitepress/config.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,18 @@ export default defineConfig({
4848
},
4949
{
5050
text: "Developer's Guide",
51-
link: 'https://github.com/agnyz/bedstack/blob/main/CONTRIBUTING.md',
51+
link: 'https://github.com/bedtime-coders/bedstack/blob/main/CONTRIBUTING.md',
5252
},
5353
{
5454
text: 'Support',
55-
link: 'https://github.com/agnyz/bedstack/blob/main/SUPPORT.md',
55+
link: 'https://github.com/bedtime-coders/bedstack/blob/main/SUPPORT.md',
5656
},
5757
],
5858

5959
socialLinks: [
6060
{
6161
icon: 'github',
62-
link: 'https://github.com/agnyz/bedstack',
62+
link: 'https://github.com/bedtime-coders/bedstack',
6363
},
6464
{
6565
icon: 'discord',
@@ -73,7 +73,8 @@ export default defineConfig({
7373
},
7474
},
7575
editLink: {
76-
pattern: 'https://github.com/agnyz/bedstack/edit/main/docs/:path',
76+
pattern:
77+
'https://github.com/bedtime-coders/bedstack/edit/main/docs/:path',
7778
text: 'Edit this page on GitHub',
7879
},
7980
},

docs/dev-container.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ For now, you must change "file sharing implementation" from **VirtioFS** to **gR
1919
:::
2020

2121
<!-- ::: info
22-
For now, you must _rebuild_ the container using `⌘` `⇧` `P` → `Dev Containers: Rebuild Container` after building the container the first time. See [#55](https://github.com/agnyz/bedstack/issues/55) for details; PRs welcome.
22+
For now, you must _rebuild_ the container using `⌘` `⇧` `P` → `Dev Containers: Rebuild Container` after building the container the first time. See [#55](https://github.com/bedtime-coders/bedstack/issues/55) for details; PRs welcome.
2323
::: -->
2424

2525
::: info
2626
For now, you must _rebuild_ the container using `` `` `P`
27-
`Dev Containers: Rebuild Container` after building the container the first time. See [#55](https://github.com/agnyz/bedstack/issues/55) for details; PRs welcome.
27+
`Dev Containers: Rebuild Container` after building the container the first time. See [#55](https://github.com/bedtime-coders/bedstack/issues/55) for details; PRs welcome.
2828
:::
2929

3030

@@ -33,7 +33,7 @@ For now, you must _rebuild_ the container using `⌘` `⇧` `P`
3333
1. **Clone the repository**
3434

3535
```sh
36-
$ gh repo clone agnyz/bedstack
36+
$ gh repo clone bedtime-coders/bedstack
3737
$ cd bedstack
3838
```
3939

@@ -47,4 +47,4 @@ For now, you must _rebuild_ the container using `⌘` `⇧` `P`
4747

4848
## What's Next?
4949

50-
* Please report any issues you encounter with the dev container in [GitHub Issues, with the `devcontainers` label](https://github.com/agnyz/bedstack/labels/devcontainers).
50+
* Please report any issues you encounter with the dev container in [GitHub Issues, with the `devcontainers` label](https://github.com/bedtime-coders/bedstack/labels/devcontainers).

docs/getting-started.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Getting Started
22

3-
Getting started with this RealWorld project is as easy as installing a few prerequisites, running a few commands, and opening your favorite text editor. We'd love to have you [contribute](https://github.com/agnyz/bedstack/blob/main/CONTRIBUTING.md) to this project. If you have any questions, please reach out on [Discord](https://discord.gg/8UcP9QB5AV) or [GitHub Discussions](
4-
https://github.com/agnyz/bedstack/discussions
3+
Getting started with this RealWorld project is as easy as installing a few prerequisites, running a few commands, and opening your favorite text editor. We'd love to have you [contribute](https://github.com/bedtime-coders/bedstack/blob/main/CONTRIBUTING.md) to this project. If you have any questions, please reach out on [Discord](https://discord.gg/8UcP9QB5AV) or [GitHub Discussions](
4+
https://github.com/bedtime-coders/bedstack/discussions
55
)!
66

77
## Installation
@@ -18,7 +18,7 @@ Getting started with this RealWorld project is as easy as installing a few prere
1818
1. **Clone and install dependencies**
1919

2020
```sh
21-
$ gh repo clone agnyz/bedstack
21+
$ gh repo clone bedtime-coders/bedstack
2222
$ cd bedstack
2323
$ bun i
2424
```
@@ -42,7 +42,7 @@ Getting started with this RealWorld project is as easy as installing a few prere
4242

4343
## What's Next?
4444

45-
* Once you're ready to contribute, check out our [contributing guide](https://github.com/agnyz/bedstack/blob/main/CONTRIBUTING.md). We're excited to have you!
46-
* If you're looking for a place to start, check out our [good first issues](https://github.com/agnyz/bedstack/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22).
47-
* If you need support, check out our [support page](https://github.com/agnyz/bedstack/blob/main/SUPPORT.md).
48-
* If have any questions or just want to chat, join our [Discord server](https://discord.gg/8UcP9QB5AV) or [GitHub Discussions](https://github.com/agnyz/bedstack/discussions).
45+
* Once you're ready to contribute, check out our [contributing guide](https://github.com/bedtime-coders/bedstack/blob/main/CONTRIBUTING.md). We're excited to have you!
46+
* If you're looking for a place to start, check out our [good first issues](https://github.com/bedtime-coders/bedstack/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22).
47+
* If you need support, check out our [support page](https://github.com/bedtime-coders/bedstack/blob/main/SUPPORT.md).
48+
* If have any questions or just want to chat, join our [Discord server](https://discord.gg/8UcP9QB5AV) or [GitHub Discussions](https://github.com/bedtime-coders/bedstack/discussions).

0 commit comments

Comments
 (0)