From 063e1be87ea0fa4b599247a4b4154165e5597fd6 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Thu, 22 Nov 2018 22:40:12 +0100 Subject: [PATCH] docs: update the CodePen test case template --- .github/ISSUE_TEMPLATE.md | 2 +- .github/ISSUE_TEMPLATE/1-bug-report.md | 2 +- CONTRIBUTING.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index f4f8d68d6b..9921d429eb 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -39,7 +39,7 @@ Test Case: diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.md b/.github/ISSUE_TEMPLATE/1-bug-report.md index 987fbcee7c..30540b3c43 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.md +++ b/.github/ISSUE_TEMPLATE/1-bug-report.md @@ -35,7 +35,7 @@ about: Something is broken or doesn't work as expected Test Case: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a122a1f226..99572baf14 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,7 +17,7 @@ Every participant is expected to follow the project's [Code of Conduct](code-of- * [ ] This is a bug and not a missing feature * [ ] This bug comes from Foundation and not the browser or an other library * [ ] This bug is still present in the latest Foundation release -3. **Prepare a test case with your bug** ([link](https://codepen.io/ncoden/pen/YLzjeq)). +3. **Prepare a test case with your bug** ([link](https://codepen.io/ncoden/pen/dQmVgg)). Trying to reproduce a bug is often time-consuming. Please isolate your bug in a dedicated test case. The simpler is the test case, the best it is. 4. **Create your issue** ([link](https://github.com/zurb/foundation-sites/issues/new)). Please provide a complete description of your bug: What do you expect? What happends instead? Which version of Foundation do you use, which ones are affected by the bug? Keep in mind that someone will spend a lot of time to understand your issue, make the task easy for him/her.