Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.14 KB

File metadata and controls

38 lines (24 loc) · 1.14 KB

Contributing to ASC Manager

Thanks for your interest in contributing! Here's how to get started.

Development Setup

  1. Fork and clone the repo
  2. Install dependencies: npm install
  3. Start the backend: npm run server (port 3001)
  4. Start the frontend: npm run dev (port 5173)

You'll need an App Store Connect API key to test against real data. See the README for details.

Making Changes

  • Create a feature branch from main
  • Keep commits focused and descriptive
  • Follow the existing code style
  • Test your changes manually before submitting

Pull Requests

  1. Open a PR against main
  2. Describe what your change does and why
  3. Link any related issues
  4. Keep PRs focused -- one feature or fix per PR

Reporting Bugs

Use the bug report template when filing issues.

Suggesting Features

Use the feature request template.

Code of Conduct

This project follows the Contributor Covenant. Please be respectful.