Thank you for investing your time in contributing to our project! ⚡
If you spot a problem, search if an issue already exists. If a related issue doesn't exist, you can open a new issue using issue page.
- Fork the repository.
- Clone the forked repository
git clone https://github.com/YOUR-GH-USERNAME/symfony-code-snippets
- Create
YOUR-GH-USERNAME.code-snippets
file insidesymfony-code-snippets/symfony/6.x/contributes
- Add your snippets using vscode snippets format
- Add your file path to
package.json
{
"language": "php",
"path": "./symfony/6.x/contributes/YOUR-GH-USERNAME.code-snippets"
}
- Commit your changes to your forked repository
- Create new pull request