Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 485 Bytes

File metadata and controls

16 lines (12 loc) · 485 Bytes

Contributing Guide

Thanks for contributing to osu-beatmap-request-module! Here's how you can help:

How to Set Up

  • Clone the repo: git clone <repo-url>
  • Install dependencies: npm install
  • Run the app: npm start

How to Contribute

  • Report bugs or suggest features in the Issues.
  • Submit pull requests with clear commit messages.

Pull Request Checklist

  • Make sure your code is clean and tested.
  • Follow the folder and file naming conventions.