From a18cc7eca2f1b03ab62826c75ee866e0ae9b863e Mon Sep 17 00:00:00 2001 From: Ivan Kordonets Date: Sun, 25 Feb 2024 15:44:08 -0600 Subject: [PATCH] [WV-226] fix link on GitHub docs --- .gitignore | 1 + docs/contributing/PULL_REQUEST_BACKGROUND.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 12a47395b..402509d58 100644 --- a/.gitignore +++ b/.gitignore @@ -182,3 +182,4 @@ tests/browserstack/wdio.conf.template tests/browserstack*/config/browserstack.config.js tests/browserstack*/capabilities/mobile.json tests/browserstack*/screenshots/ +storybook-static/ diff --git a/docs/contributing/PULL_REQUEST_BACKGROUND.md b/docs/contributing/PULL_REQUEST_BACKGROUND.md index 267c90185..fc0cc6dd9 100644 --- a/docs/contributing/PULL_REQUEST_BACKGROUND.md +++ b/docs/contributing/PULL_REQUEST_BACKGROUND.md @@ -10,8 +10,8 @@ # What the Heck is a Pull Request? -A video series describing pull requests: -https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github +How to Contribute to an Open Source Project: +https://egghead.io/ Description of Git branching model: http://nvie.com/posts/a-successful-git-branching-model/