Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 980 Bytes

contributing.md

File metadata and controls

29 lines (21 loc) · 980 Bytes

Welcome to symfony code snippets extention contributing guide

Thank you for investing your time in contributing to our project! ⚡

Getting started

Issues

Create a new issue

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.

Add code snippets

  1. Fork the repository.
  2. Clone the forked repository

git clone https://github.com/YOUR-GH-USERNAME/symfony-code-snippets

  1. Create YOUR-GH-USERNAME.code-snippets file inside symfony-code-snippets/symfony/6.x/contributes
  2. Add your snippets using vscode snippets format
  3. Add your file path to package.json
{
    "language": "php",
    "path": "./symfony/6.x/contributes/YOUR-GH-USERNAME.code-snippets"
}
  1. Commit your changes to your forked repository
  2. Create new pull request