|
| 1 | +## Bugs |
| 2 | + |
| 3 | +Please submit bugs and issues here: https://github.com/inferrinizzard/prettier-sql/issues \ |
| 4 | +There are issue templates available for FORMATTING or SCRIPT related bugs. |
| 5 | + |
| 6 | +# Development |
| 7 | + |
| 8 | +## Setup |
| 9 | + |
| 10 | +This project uses `yarn` as its package manager, please download it here if you don't already have it: |
| 11 | + |
| 12 | +- yarn: https://yarnpkg.com/getting-started |
| 13 | + |
| 14 | +Once you have `yarn` installed, you can run `yarn` in the root directory to install all dependencies and devDependencies from package.json. |
| 15 | + |
| 16 | +You're now ready to get started ! |
| 17 | + |
| 18 | +## Branch Guidelines |
| 19 | + |
| 20 | +New branches: Please branch off of the `develop` branch. |
| 21 | + |
| 22 | +### Naming |
| 23 | + |
| 24 | +Please use one of the following prefixes: (ie. feature/new-feature) |
| 25 | + |
| 26 | +- feature/ - development towards a new feature |
| 27 | +- dev/ - misc development not tied to a key feature / refactoring |
| 28 | +- issue/ - fix specifically for a issue # |
| 29 | +- bug/ - misc bug fixes not tied to a public issue |
| 30 | +- repo/ - meta dev related changes (ie. typescript, CI/CD, dependencies) |
| 31 | + |
| 32 | +## Testing |
| 33 | + |
| 34 | +Tests should be run before pushing commits to a remote branch, please do so with the `test` command in package.json \ |
| 35 | +It can be invoked via: |
| 36 | + |
| 37 | +- `yarn test` |
| 38 | +- `npm run test` |
| 39 | +- `jest` |
| 40 | + |
| 41 | +## New Tests |
| 42 | + |
| 43 | +Please add new tests for any new features and bug fixes. \ |
| 44 | +Language-specific tests should be included in their respective Test files, tests that apply to all languages should be in `behavesLikeSqlFormatter.js` |
| 45 | + |
| 46 | +# Contributors |
| 47 | + |
| 48 | +## `prettier-sql` |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | +## `sql-formatter` |
| 53 | + |
| 54 | + |
| 55 | +- Andrew |
| 56 | +- Benjamin Bellamy |
| 57 | +- bingou |
| 58 | +- Damon Davison <[email protected]> |
| 59 | +- Davut Can Abacigil <[email protected]> |
| 60 | + |
| 61 | +- George Leslie-Waksman <[email protected]> |
| 62 | +- Ian Campbell <[email protected]> |
| 63 | +- ivan baktsheev |
| 64 | +- João Pimentel Ferreira |
| 65 | +- Martin Nowak <[email protected]> |
| 66 | +- Matheus Salmi <[email protected]> |
| 67 | +- Matheus Teixeira < [email protected]> |
| 68 | +- Nicolas Dermine < [email protected]> |
| 69 | + |
| 70 | +- Olexandr Sydorchuk < [email protected]> |
| 71 | +- Rafael Pinto <[email protected]> |
| 72 | +- Rahel Rjadnev-Meristo <[email protected]> |
| 73 | +- Rene Saarsoo <[email protected]> |
| 74 | +- Rodrigo Stuchi |
| 75 | +- Sasha Aliashkevich <[email protected]> |
| 76 | +- Sergei Egorov < [email protected]> |
| 77 | + |
| 78 | + |
0 commit comments