Thank you for your interest in Generator-Discord! We appreciate your interest in contributing to this project. This document will guide you through the process of making contributions to this open-source project.
You can create an issue or follow the guide below.
You will need to fork this repository to publish your work to the platform. The fork can then be used to contain your changes and to create a PR.
Now that your fork is ready, you can start improving the project.
Testing your work will always be helpful to check everything works as intended.
You need to specify a valid Discord-Bot-Token to test the templates.
TOKEN=YOUR_BOT_TOKEN
npm run test
You can also use npm link
and yo discord
to try the generator.
After making all the changes, create a Pull Request selecting your fork to compare to.
A maintainer will now review your code. We will keep you updated.