Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Files

Latest commit

11fa38d · Oct 23, 2024

History

History
64 lines (40 loc) · 1.37 KB

CONTRIBUTING.md

File metadata and controls

64 lines (40 loc) · 1.37 KB

Contributing to Slasher

First off, thanks for taking the time to contribute! 🎉

How to Contribute

1. Fork the Repository

Fork the repository on GitHub and clone your fork locally.

git clone https://github.com/MAKGAMEROFFICIAL/discord-js-bot-with-slash-commands.git
cd discord-js-bot-with-slash-commands

2. Create a Branch

Create a new branch for your changes.

git checkout -b feature/your-feature-name

3. Make Changes

Make your changes, ensuring you follow the project's coding standards.

  • Lint your code:
npm run lint
  • Format your code:
npm run format

4. Commit and Push

Commit your changes with a descriptive commit message.

git commit -m "Add feature XYZ"
git push origin feature/your-feature-name

5. Open a Pull Request

Create a pull request on GitHub, describing your changes and linking to any relevant issues.

Code of Conduct

Please follow our Code of Conduct in all your interactions with the project.

Bugs

If you find a bug, please open an issue with as much detail as possible about how to replicate it.

Feature Requests

We welcome feature requests! If you have an idea that will improve the project, please open an issue to discuss it.

Thank You!

Your contributions make this project better. Thank you for being a part of it! 🚀