common

https://github.com/cucumber/common

A home for issues that are common to multiple cucumber repositories

Gitlab::DependencyLinker::RequirementsTxtLinker#link_dependencies

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:cucumber/common.git

cd common

open

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Gitlab--DependencyLinker--RequirementsTxtLinker-link_dependencies-for-pr


# Commit to git

git add git commit -m "better docs for Gitlab::DependencyLinker::RequirementsTxtLinker#link_dependencies"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Gitlab--DependencyLinker--RequirementsTxtLinker-link_dependencies-for-pr

hub pull-request


# Celebrate!