summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Use GitHub Actions instead of Travis CI on the docHiroshi SHIBATA2020-03-061-1/+1
|
* [docs] Update CodeClimate link.Ellen Marie Dash2020-02-011-1/+1
|
* more release editsversion-policies-updateAndré Arko2020-01-251-4/+4
| | | keep editing, add tldr, mention man pages
* Clarify doc updates for minorsAndré Arko2020-01-251-1/+1
|
* ✂️André Arko2020-01-201-1/+1
| | | removes trailing whitespace (I hope)
* Return backporting caveatAndré Arko2020-01-191-0/+2
| | | I didn't actually mean to delete this paragraph, whoops
* Revise compatibility policiesAndré Arko2020-01-191-10/+12
| | | This updates the written policies to reflect discussions, agreements, and public statements during 2019.
* [docs] remove outdated reference to PullReview service.Ellen Marie Dash2020-01-171-1/+1
|
* [repo move] Update GitHub URL in doc/.Ellen Marie Dash2020-01-1612-34/+34
|
* fix number ordercolby/document-parallel-rspecColby Swandale2019-12-021-1/+1
|
* document running tests in parallel inside a dev environmentColby Swandale2019-11-301-0/+4
|
* Document the modified `release:prepare_patch` taskfix_release_task_againDavid Rodríguez2019-09-121-11/+18
|
* Fix version number in release playbookskip_pre_0_versionsDavid Rodríguez2019-08-271-1/+1
| | | | | The first prerelease of a bundler minor series is usually `.pre.1`, not `.pre.0`.
* Update the releasing playbookDavid Rodríguez2019-08-121-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 httpsTakayuki Nakata2019-08-095-5/+5
|
* Check for straneous quotesimprove_quality_specsDavid Rodríguez2019-07-108-14/+14
| | | | And use single quotes consistenly.
* Remove coverage tracking for the time beingDavid Rodríguez2019-04-241-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 rubiesDavid Rodríguez2019-04-081-1/+1
|
* Add stale issues sectionErick Sasse2019-02-051-0/+11
|
* Replace unsafe http URLs with https URLsTakumasa Ochi2019-01-289-15/+15
|
* Replace 301 www.bundler.io with bundler.ioTakumasa Ochi2019-01-281-3/+3
|
* Add adding a team member to bundlerbotcolby/new-team-member-homuColby Swandale2018-08-241-0/+1
|
* address feedback from @colbyAndre Arko2018-08-141-5/+6
|
* better formattingAndre Arko2018-08-101-8/+15
|
* hopefully fix the indentationAndre Arko2018-08-101-6/+6
|
* include github org changesAndre Arko2018-08-101-0/+3
|
* add TEAM_CHANGES to doc/playbooks/Andre Arko2018-08-101-0/+31
|
* move RELEASING to doc/playbooks/Andre Arko2018-08-101-1/+1
|
* Fix typos detected by github.com/client9/misspellKazuhiro Sera2018-08-091-1/+1
|
* removed periodStephanie Morillo2018-07-071-1/+1
|
* Added RFC to contributing guidelinesStephanie Morillo2018-07-071-4/+5
|
* Update for release automationSamuel Giddins2018-06-301-3/+141
|
* Update brew install for groffKyle Unruh2018-03-151-2/+2
|
* Auto merge of #6282 - bundler:indirect/policies-doc, r=colby-swandaleThe Bundler Bot2018-03-092-1/+78
|\ | | | | | | | | | | Add a POLICIES document This isn't intended to be authoritative, but it's a start!
| * Address additional feedback.indirect/policies-docAndre Arko2018-03-042-10/+16
| |
| * Fix unclear bits h/t @deivid-rodriguezAndre Arko2018-02-021-3/+3
| |
| * Add a POLICIES documentAndre Arko2018-01-312-1/+72
| |
* | Wrote out full Bundler.io URLStephanie Morillo2018-03-081-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 sentenceStephanie Morillo2018-03-011-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 READMEStephanie Morillo2018-02-281-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-linkColby Swandale2018-01-241-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-docsAndré Arko2017-11-081-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=segiddinsThe Bundler Bot2017-10-191-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-docColby Swandale2017-10-171-10/+14
| |
* | Fix bundler update instructions in TROUBLESHOOTINGSunny Ripert2017-10-061-1/+1
|/
* Explain how to write docs for bundler.ioPatricia Arbona2017-08-102-0/+15
|
* Add Bug Triage StrategiesPatricia Arbona2017-08-032-0/+9
|
* Include `bin/rspec` in directions to test doc changesPatricia Arbona2017-08-021-2/+2
|
* Explain RUBYOPT in Debugging section of Setup docsPatricia Arbona2017-08-011-0/+11
|
* Updated Development setup pageStephanie Morillo2017-07-191-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.