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.
To add a new feature to Bundler:
- Discuss your idea - Open an issue to discuss your proposed feature
- Base on master branch - We follow SemVer, so new features go in the master branch only, not old releases
- 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.