Skip to content

Commit b492380

Browse files
committed
update branch references to main
1 parent c2f316b commit b492380

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing to CommandKit
22

3-
Firstly, thank you for considering contributing to CommandKit! Whether you're looking to fix bugs, add new features, or just ask questions, your input is valuable to us.
3+
Firstly, thank you for considering contributing to CommandKit! Whether you're looking to fix bugs, add new features, or just ask questions, your input is valuable to us. Before actually opening a pull request, we recommend that you first open an issue (or check existing ones) to discuss the feature/bug you intend to add/fix.
44

55
## Setup
66

@@ -40,7 +40,7 @@ git checkout -b your-feature-or-bugfix
4040

4141
3. Ensure that your changes don't break any existing functionality. You can test the functionality of your code depending on where you've made changes:
4242

43-
1. If you've made changes to the CommandKit package, you can use the "tests" folder in the "packages/commandkit" directory to test your own bot. Just make sure to create a new `.env` file with the template from the `.env.example` file provided. You can run the application using `pnpm test`.
43+
1. If you've made changes to the CommandKit package, you can use the "apps/test-bot" project to test your own bot. Just make sure to create a new `.env` file with the template from the `.env.example` file provided. This also requires you to build the commandkit package locally (after you make your changes) because it's symlinked with pnpm workspaces.
4444
2. If you've made changes to the docs, you can run `pnpm dev` inside "apps/docs" to spin up a local development server.
4545

4646
4. Run `pnpm lint` from the root directory to ensure all lint scripts and formatting is valid.
@@ -57,7 +57,7 @@ git commit -m "Describe your change here"
5757
git push origin your-feature-or-bugfix
5858
```
5959

60-
7. Open a pull request in the main project repository (master branch). Describe your changes and any relevant information.
60+
7. Open a pull request in the main project repository (main branch). Describe your changes and any relevant information.
6161

6262
## Submitting Issues
6363

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<img src="https://raw.githubusercontent.com/underctrl-io/commandkit/master/apps/docs/public/ckit_logo.svg" width="60%" />
2+
<img src="https://raw.githubusercontent.com/underctrl-io/commandkit/main/apps/docs/public/ckit_logo.svg" width="60%" />
33
<br />
44
<a href="https://ctrl.lol/discord"><img src="https://img.shields.io/discord/1055188344188973066?color=5865F2&logo=discord&logoColor=white" alt="support server" /></a>
55
<a href="https://www.npmjs.com/package/commandkit"><img src="https://img.shields.io/npm/v/commandkit?maxAge=3600" alt="npm version" /></a>
@@ -12,11 +12,11 @@ If you are looking for support or want to provide suggestions, check out the [Di
1212

1313
## Links
1414

15-
- [Website](https://commandkit.js.org) ([source](https://github.com/underctrl-io/commandkit/tree/master/apps/docs))
15+
- [Website](https://commandkit.js.org) ([source](https://github.com/underctrl-io/commandkit/tree/main/apps/docs))
1616
- [Support Server](https://ctrl.lol/discord)
17-
- [CommandKit source](https://github.com/underctrl-io/commandkit/tree/master/packages/commandkit)
17+
- [CommandKit source](https://github.com/underctrl-io/commandkit/tree/main/packages/commandkit)
1818
- [npm](https://www.npmjs.com/package/commandkit)
1919

2020
## Contributing
2121

22-
Check out the [contributors guide](https://github.com/underctrl-io/commandkit/blob/master/CONTRIBUTING.md)
22+
Check out the [contributors guide](https://github.com/underctrl-io/commandkit/blob/main/CONTRIBUTING.md)

packages/commandkit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<img src="https://raw.githubusercontent.com/underctrl-io/commandkit/master/apps/docs/public/ckit_logo.svg" width="60%" />
2+
<img src="https://raw.githubusercontent.com/underctrl-io/commandkit/main/apps/docs/public/ckit_logo.svg" width="60%" />
33
<br />
44
<a href="https://ctrl.lol/discord"><img src="https://img.shields.io/discord/1055188344188973066?color=5865F2&logo=discord&logoColor=white" alt="support server" /></a>
55
<a href="https://www.npmjs.com/package/commandkit"><img src="https://img.shields.io/npm/v/commandkit?maxAge=3600" alt="npm version" /></a>

packages/create-commandkit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<img src="https://raw.githubusercontent.com/underctrl-io/commandkit/master/apps/docs/public/ckit_logo.svg" width="60%" />
2+
<img src="https://raw.githubusercontent.com/underctrl-io/commandkit/main/apps/docs/public/ckit_logo.svg" width="60%" />
33
<br />
44
<a href="https://ctrl.lol/discord"><img src="https://img.shields.io/discord/1055188344188973066?color=5865F2&logo=discord&logoColor=white" alt="support server" /></a>
55
<a href="https://www.npmjs.com/package/create-commandkit"><img src="https://img.shields.io/npm/v/create-commandkit?maxAge=3600" alt="npm version" /></a>

0 commit comments

Comments
 (0)