Skip to content

Commit 5e6f34f

Browse files
authored
Merge pull request #64 from calumgrant/ql-style-guide
QL Style Guide
2 parents 0adeef7 + 08d0718 commit 5e6f34f

File tree

3 files changed

+420
-1
lines changed

3 files changed

+420
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ We welcome contributions to our standard library and standard checks, got an ide
44

55
Before we accept your pull request, we will require that you have agreed to our Contributor License Agreement, this is not something that you need to do before you submit your pull request, but until you've done so, we will be unable to accept your contribution.
66

7+
Please read our [QL Style Guide](docs/ql-style-guide.md) for information on how to format QL code in this repository.
8+
79
## Using your personal data
810

911
If you contribute to this project, we will record your name and email

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You can use the [interactive query console](https://lgtm.com/help/lgtm/using-que
99

1010
## Contributing
1111

12-
We welcome contributions to our standard library and standard checks. Do you have an idea for a new check, or how to improve an existing query? Then please go ahead and open a pull request! Before you do, though, please take the time to read our [contributing guidelines](CONTRIBUTING.md).
12+
We welcome contributions to our standard library and standard checks. Do you have an idea for a new check, or how to improve an existing query? Then please go ahead and open a pull request! Before you do, though, please take the time to read our [contributing guidelines](CONTRIBUTING.md) and [QL style guide](docs/ql-style-guide.md).
1313

1414
## License
1515

0 commit comments

Comments
 (0)