fix: correct demo url on readme.md file #580
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
updated demo url to codepen example
Hello, and thanks for contributing to drift! 🎉🙌
Before submitting a pull request, please make sure the following is done:
main
.npm install
in the repository root.npm run test
). Tip:npm run --watch
is helpful in development.npm run format
). Don't worry too much if you haven't done this, we have a bot that will do this for you when you submit a PR.Learn more about contributing: https://github.com/imgix/drift/blob/main/CONTRIBUTING.md
tldr
There are three main goals in this document, depending on the nature of your PR:
package.json
and let the world know!The following sections provide more detail on each.
Improve this document
Please don't hesitate to ask questions for clarification, or to make suggestions (or a pull request) to improve this document.
delete everything above this line
BREAKING CHANGE: description
Does this PR contain a breaking change? If yes, please update this description on the line above to include a short description of the breaking change. If no, please delete this line and the line above.
Description
To help the project's maintainers and community to quickly understand the nature of your pull request, please create a description that incorporates the following elements:
Checklist
Please use the checklist that is most closely related to your PR (you only need to use one checklist, and you can skip items that aren't applicable or don't make sense):
Fixing typos
chore(readme): fixed typo
Documentation
chore(readme): updated documentation for ___
Bug Fix
fix(<area>): fixed bug #issue-number
New Feature
feat(<area>): added new way to do this cool thing #issue-number
Steps to Test
A code example or a set of steps is preferred.
Related issue: [e.g. #42]
Code:
// A standalone JS example of what the PR solves
A link to a codepen is also an option.
Steps:
delete everything below this line
Conventional Commit Spec
PR titles should be in the format
<type>(<scope>): <description>
. For example:chore(readme): fix typo
type
can be one offeat
,fix
,test
, orchore
.scope
is optional, and can be anything.description
should be a short description of the change, in past tense.package.json contributors
Add yourself!
When adding your information to the
contributors
array in package.json, please use the following format (provide your name or username at a minimum, the other fields are optional):Example