Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document the modified `release:prepare_patch` taskfix_release_task_again | David Rodríguez | 2019-09-12 | 1 | -11/+18 |
| | |||||
* | Fix version number in release playbookskip_pre_0_versions | David Rodríguez | 2019-08-27 | 1 | -1/+1 |
| | | | | | The first prerelease of a bundler minor series is usually `.pre.1`, not `.pre.0`. | ||||
* | Update the releasing playbook | David Rodríguez | 2019-08-12 | 1 | -7/+11 |
| | | | | | The bundler-changelog repo has not been used for a long time. Let's update the playbook to not mention it. | ||||
* | Fix documents to refer to URLs with https | Takayuki Nakata | 2019-08-09 | 5 | -5/+5 |
| | |||||
* | Check for straneous quotesimprove_quality_specs | David Rodríguez | 2019-07-10 | 8 | -14/+14 |
| | | | | And use single quotes consistenly. | ||||
* | Remove coverage tracking for the time being | David Rodríguez | 2019-04-24 | 1 | -1/+1 |
| | | | | | | | | The current numbers are misleading and coverage tracking doesn't work in most of the places since the current test suite is mostly based on spawning subprocesses, and coverage doesn't get properly tracked there. Let's revisit this in the future. | ||||
* | Cleanup more stuff only needed for old rubies | David Rodríguez | 2019-04-08 | 1 | -1/+1 |
| | |||||
* | Add stale issues section | Erick Sasse | 2019-02-05 | 1 | -0/+11 |
| | |||||
* | Replace unsafe http URLs with https URLs | Takumasa Ochi | 2019-01-28 | 9 | -15/+15 |
| | |||||
* | Replace 301 www.bundler.io with bundler.io | Takumasa Ochi | 2019-01-28 | 1 | -3/+3 |
| | |||||
* | Add adding a team member to bundlerbotcolby/new-team-member-homu | Colby Swandale | 2018-08-24 | 1 | -0/+1 |
| | |||||
* | address feedback from @colby | Andre Arko | 2018-08-14 | 1 | -5/+6 |
| | |||||
* | better formatting | Andre Arko | 2018-08-10 | 1 | -8/+15 |
| | |||||
* | hopefully fix the indentation | Andre Arko | 2018-08-10 | 1 | -6/+6 |
| | |||||
* | include github org changes | Andre Arko | 2018-08-10 | 1 | -0/+3 |
| | |||||
* | add TEAM_CHANGES to doc/playbooks/ | Andre Arko | 2018-08-10 | 1 | -0/+31 |
| | |||||
* | move RELEASING to doc/playbooks/ | Andre Arko | 2018-08-10 | 1 | -1/+1 |
| | |||||
* | Fix typos detected by github.com/client9/misspell | Kazuhiro Sera | 2018-08-09 | 1 | -1/+1 |
| | |||||
* | removed period | Stephanie Morillo | 2018-07-07 | 1 | -1/+1 |
| | |||||
* | Added RFC to contributing guidelines | Stephanie Morillo | 2018-07-07 | 1 | -4/+5 |
| | |||||
* | Update for release automation | Samuel Giddins | 2018-06-30 | 1 | -3/+141 |
| | |||||
* | Update brew install for groff | Kyle Unruh | 2018-03-15 | 1 | -2/+2 |
| | |||||
* | Auto merge of #6282 - bundler:indirect/policies-doc, r=colby-swandale | The Bundler Bot | 2018-03-09 | 2 | -1/+78 |
|\ | | | | | | | | | | | Add a POLICIES document This isn't intended to be authoritative, but it's a start! | ||||
| * | Address additional feedback.indirect/policies-doc | Andre Arko | 2018-03-04 | 2 | -10/+16 |
| | | |||||
| * | Fix unclear bits h/t @deivid-rodriguez | Andre Arko | 2018-02-02 | 1 | -3/+3 |
| | | |||||
| * | Add a POLICIES document | Andre Arko | 2018-01-31 | 2 | -1/+72 |
| | | |||||
* | | Wrote out full Bundler.io URL | Stephanie Morillo | 2018-03-08 | 1 | -3/+3 |
| | | | | | | The links to bundler.io were leading to a 404 error in GitHub because the full URL hadn't been written out. | ||||
* | | Updated a bullet and a sentence | Stephanie Morillo | 2018-03-01 | 1 | -4/+5 |
| | | | | | | Per @hmistry's suggestions, I've moved the development instructions outside of the bulleted list and made it its own sentence. And I've shortened the copy under the "Contributing to Bundler" header. | ||||
* | | Update Bundler Contributor Guidelines README | Stephanie Morillo | 2018-02-28 | 1 | -27/+16 |
|/ | | | | | Hey team, As part of an ongoing effort to revamp the docs, I've been working with @indirect to rewrite the contributor guidelines README. We wanted to streamline the way the information was laid out, and make it more explicit to potential contributors how they can contribute and what next steps they needed to take. We condensed everything down to three sections (a general guidelines section, contributor section, and a new, supporting Bundler section). Everything links out to existing documentation. | ||||
* | Update contributing documentation to use new tagscolby/update-small-bugs-link | Colby Swandale | 2018-01-24 | 1 | -1/+1 |
| | | | Github has defined a couple of tags to use for classifying issues that are suitable for new contributors to fix/contribute towards. We have started using these tags in Github so we should start linking to them in our documentation as well. | ||||
* | Stop requesting changelogs in PRsindirect/update-pr-docs | André Arko | 2017-11-08 | 1 | -4/+0 |
| | | | We added this requirement before the changelog was automated. Now that the changelog generated by a script, it's not helpful for PRs to update the changelog anymore, so we shouldn't expect it anymore. | ||||
* | Auto merge of #6100 - bundler:colby/development-doc, r=segiddins | The Bundler Bot | 2017-10-19 | 1 | -10/+14 |
|\ | | | | | | | | | | | | | | | | | | | | | | | improve development setup docs and remove redundant quotes ### What was the end-user problem that led to this PR? Some distrobutions of linux do not ship with the `col` command which `ronn` requires. And there are also some code blocks that don't need to quoted. ### What is your fix for the problem, implemented in this PR? Update the developer docs to include instruction to install the package that has the `col` command and remove the code block quotes that don't need to be there. | ||||
| * | improve development setup and remove redundant quotescolby/development-doc | Colby Swandale | 2017-10-17 | 1 | -10/+14 |
| | | |||||
* | | Fix bundler update instructions in TROUBLESHOOTING | Sunny Ripert | 2017-10-06 | 1 | -1/+1 |
|/ | |||||
* | Explain how to write docs for bundler.io | Patricia Arbona | 2017-08-10 | 2 | -0/+15 |
| | |||||
* | Add Bug Triage Strategies | Patricia Arbona | 2017-08-03 | 2 | -0/+9 |
| | |||||
* | Include `bin/rspec` in directions to test doc changes | Patricia Arbona | 2017-08-02 | 1 | -2/+2 |
| | |||||
* | Explain RUBYOPT in Debugging section of Setup docs | Patricia Arbona | 2017-08-01 | 1 | -0/+11 |
| | |||||
* | Updated Development setup page | Stephanie Morillo | 2017-07-19 | 1 | -6/+8 |
| | | | | | Hey @indirect @segiddins, I've implemented the suggested updates that @arbonap provided. Specifically, adding a new step 1, and adding instructions for creating aliases in bash. | ||||
* | Add a bin/bundle binstubseg-bundle-binstub | Samuel Giddins | 2017-07-02 | 1 | -1/+1 |
| | |||||
* | Small documentation fixes for spelling and grammar | Glenn Espinosa | 2017-06-27 | 4 | -5/+5 |
| | |||||
* | Completely remove the postit trampoline | Samuel Giddins | 2017-06-21 | 1 | -3/+1 |
| | |||||
* | Fix headers in contributing README | Jack LaBarba | 2017-06-14 | 1 | -5/+5 |
| | |||||
* | Auto merge of #5688 - bundler:seg-doc-header-spacing, r=segiddins | The Bundler Bot | 2017-06-01 | 1 | -4/+4 |
|\ | | | | | | | | | | | Fix markdown headers in doc/development/readme GH now requires a space between `#` and the header | ||||
| * | Fix markdown headers in doc/development/readmeseg-doc-header-spacing | Samuel Giddins | 2017-05-30 | 1 | -4/+4 |
| | | |||||
* | | Minor links refactoring in README.md | Piotr Kuczynski | 2017-05-31 | 1 | -3/+3 |
|/ | | | Fixed "Writing" heading and converted "here" into links for clarity | ||||
* | Fixed link('these instructions') in HOW_YOU_CAN_HELP.md file | HippoDippo | 2017-05-29 | 1 | -1/+1 |
| | | | | used relative path instead of full url | ||||
* | SETUP.md: add markdown code blocks to shell commandscolby/setup-doc-formatting | Colby Swandale | 2017-05-29 | 1 | -5/+5 |
| | |||||
* | Unify the notation of RubyGems | Koichi ITO | 2017-05-04 | 3 | -4/+4 |
| | |||||
* | Replace Rubocop with RuboCop | Koichi ITO | 2017-04-25 | 1 | -1/+1 |
| |