Bundler Feature Requests
June 4, 2026 · View on GitHub
Substantial Features
To request substantial changes to Bundler or Bundler documentation, please start a discussion in GitHub Discussions.
Contributing New Features
To add a new feature to Bundler:
- Discuss your idea - If the goal is already clear, link the existing issue or discussion that covers it. Otherwise, post your idea in GitHub Discussions first so it can be talked through
- Base on master branch - Substantial new features go in the master branch only. Releases follow a rational versioning policy: major versions may break existing code, minor versions can change behavior or output while keeping existing functionality working, and tiny versions are mostly bug fixes that may include feature additions
- Write tests - Include at least one test covering your changes in your feature branch
- Submit a pull request - See PULL_REQUESTS.md for detailed guidelines
Don't be discouraged if you don't hear back immediately—we all have day jobs, but we typically respond to most tickets within a day or two.