Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update the CodePen test case template #11608

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<!-------------------------------------------------------------------
│ We highly recommend you to provide a live example of your bug so we
│ can reproduce it. You can create a test case with the last Foundation
│ version by forking https://codepen.io/ncoden/pen/YLzjeq
│ version by forking https://codepen.io/ncoden/pen/dQmVgg
└------------------------------------------------------------------->
Test Case: <!-- https://... -->

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1-bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ about: Something is broken or doesn't work as expected
<!-------------------------------------------------------------------
│ We highly recommend you to provide a live example of your bug so we
│ can reproduce it. You can create a test case with the last Foundation
│ version by forking https://codepen.io/ncoden/pen/YLzjeq
│ version by forking https://codepen.io/ncoden/pen/dQmVgg
└------------------------------------------------------------------->
Test Case: <!-- https://... -->

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down