8 comments (8 comments)1 reaction (1 reaction)0 assignees (0 assignees)Rust6,779 stars (6,779 stars)256 forks (256 forks)batch import
good first issue
Description
Contributor guide
- Tech stack
- rust
- Domain
- release
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- needs investigation
- Prerequisites
- RustCargomacOS bundling
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 50
- Research direction
- Examine the existing build process in the repository, particularly the Cargo.toml and any release scripts. Review the comments on issue #66 for prior guidance or attempts. Investigate how to create a macOS .app bundle for a Rust application, possibly using tools like cargo bundle or manually creating the .app structure. The deliverable is a script or configuration that produces a .app file.