diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index db480ca..bd5ab61 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contributing to CommandKit -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. +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. ## Setup @@ -40,7 +40,7 @@ git checkout -b your-feature-or-bugfix 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: - 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`. + 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. 2. If you've made changes to the docs, you can run `pnpm dev` inside "apps/docs" to spin up a local development server. 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" git push origin your-feature-or-bugfix ``` -7. Open a pull request in the main project repository (master branch). Describe your changes and any relevant information. +7. Open a pull request in the main project repository (main branch). Describe your changes and any relevant information. ## Submitting Issues diff --git a/README.md b/README.md index 3ab5713..a29ba54 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- +
support server npm version @@ -12,11 +12,11 @@ If you are looking for support or want to provide suggestions, check out the [Di ## Links -- [Website](https://commandkit.js.org) ([source](https://github.com/underctrl-io/commandkit/tree/master/apps/docs)) +- [Website](https://commandkit.js.org) ([source](https://github.com/underctrl-io/commandkit/tree/main/apps/docs)) - [Support Server](https://ctrl.lol/discord) -- [CommandKit source](https://github.com/underctrl-io/commandkit/tree/master/packages/commandkit) +- [CommandKit source](https://github.com/underctrl-io/commandkit/tree/main/packages/commandkit) - [npm](https://www.npmjs.com/package/commandkit) ## Contributing -Check out the [contributors guide](https://github.com/underctrl-io/commandkit/blob/master/CONTRIBUTING.md) +Check out the [contributors guide](https://github.com/underctrl-io/commandkit/blob/main/CONTRIBUTING.md) diff --git a/packages/commandkit/README.md b/packages/commandkit/README.md index b24cce6..0829538 100644 --- a/packages/commandkit/README.md +++ b/packages/commandkit/README.md @@ -1,5 +1,5 @@
- +
support server npm version diff --git a/packages/create-commandkit/README.md b/packages/create-commandkit/README.md index 164d6b9..b9a27d9 100644 --- a/packages/create-commandkit/README.md +++ b/packages/create-commandkit/README.md @@ -1,5 +1,5 @@
- +
support server npm version