Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.07 KB

CONTRIBUTING.md

File metadata and controls

27 lines (18 loc) · 1.07 KB

Contributing

If you want to contribute to the Discord Points Bot project, follow the instructions below.

Code Development

  1. Clone this project or download it as a zip file.
  2. Extract the project to a local directory.
  3. Open your console and navigate to the directory where the project is located.
  4. To install the necessary packages, type npm install in the console.
  5. Use a text editor or IDE to edit your code.

Code Standards

  • Please follow the Airbnb JavaScript Style Guide Code Standards.
  • Make sure your code is readable and understandable.
  • Avoid unnecessary code repetition.

Pull Request

  • Before opening your pull request, perform a rebase to incorporate the latest changes.
  • Provide a descriptive title and description for your pull request.
  • Only include your changes with your pull request. Please do not include unnecessary files.

Contact

  • For any questions or inquiries, please reach out through the project page.