Skip to content

Commit

Permalink
add contributors and vscode settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sadmann7 committed Jul 7, 2023
1 parent c39c235 commit 8f46882
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"tailwindCSS.includeLanguages": {
"plaintext": "html"
},
"tailwindCSS.experimental.classRegex": [
["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"],
["cn\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"],
["tw=\"([^\"]*)\""]
],
"markdownlint.config": {
"MD033": {
"allowed_elements": ["img", "p", "a"]
}
}
}
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,7 @@ Finally, open a pull request with the changes.
Congratulations :tada::tada: The GitHub team thanks you :sparkles:.

Once your PR is merged, your contributions will be publicly visible on the [skateshop](https://github.com/sadmann7/skateshop).

### Credits

This Contributing Guide is adapted from [GitHub docs contributing guide](https://github.com/github/docs/blob/main/CONTRIBUTING.md?plain=1).
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,26 @@ pnpm run stripe:listen

Follow the deployment guides for [Vercel](https://create.t3.gg/en/deployment/vercel), [Netlify](https://create.t3.gg/en/deployment/netlify) and [Docker](https://create.t3.gg/en/deployment/docker) for more information.

## License

Licensed under the MIT License. Check the [LICENSE](./LICENSE) file for details.

## Contributing

Contributions are welcome! Please open an issue if you have any questions or suggestions. Your contributions will be acknowledged.

See the [contributing guide](./CONTRIBUTING.md) for more information.

## License
## Contributors

Licensed under the MIT License. Check the [LICENSE](./LICENSE) file for details.
Thanks goes to these wonderful people for their contributions:

<p align="center">
<a href="https://github.com/sadmann7/skateshop/graphs/contributors">
<img src="https://contrib.rocks/image?repo=sadmann7/skateshop" />
</a>
</p>

<p align="center">
Made with <a rel="noopener noreferrer" target="_blank" href="https://contrib.rocks">contrib.rocks</a>
</p>

0 comments on commit 8f46882

Please sign in to comment.