Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 963 Bytes

File metadata and controls

16 lines (10 loc) · 963 Bytes

Bundler Feature Requests

Substantial Features

To request substantial changes to Bundler or Bundler documentation, please refer to the RFC repository. See the README for detailed instructions on the RFC process.

Contributing New Features

To add a new feature to Bundler:

  1. Discuss your idea - Open an issue to discuss your proposed feature
  2. Base on master branch - We follow SemVer, so new features go in the master branch only, not old releases
  3. Write tests - Include at least one test covering your changes in your feature branch
  4. 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.