Thanks for your interest in contributing to the ESLint Config! 👍 👍
Found an issue with the config or have an idea how to improve?
- Check if your issue or idea has already been reported: See Issues
- Create an issue, but don't forget to provide a test case or even a live example: Create Issue
Make sure to also check the documentation for the specific variants:
- Web Component: /packages/eslint-config-porschedigital-base
- React Component: /packages/eslint-config-porschedigital-react
Want to contribute to the project? That's awesome! 🎉
-
Let's start with a fork of the project
-
Clone your fork:
git clone [CLONE URL PROVIDED BY GITHUB]
- Create a new branch:
git checkout -b feature/short-description
- Check if all tests pass:
`yarn test:ci
- Push your branch to your fork:
git push origin feature/short-description
- Open a Pull Request
and create a branch for your feature or fix.
Just make sure that:
- Your pull request is focused and you avoid unrelated commits
- You read and accept our Contributor License Agreement