Skip to content
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1 from github/hohn-readme
Browse files Browse the repository at this point in the history
Basic README
  • Loading branch information
hohn authored Apr 28, 2020
2 parents e9cd155 + 7ae4257 commit 05f499d
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
# codeql-training-material
Material for teaching CodeQL.
# Introduction
This repository contains material for teaching CodeQL. The presentations are
split by the programming language they present, currently c++, csharp, go, java
and javascript.

# Contributing
Depending on the contribution, use a single file or a directory.
- Single-file presentations are in their language's directory, e.g.,
`java/workshop-java-mismatched-loop-condition.md`
- Multi-file presentations use whole directories, e.g., `c++/introduction/` houses
`codeql-workshop-for-cpp.md` and several subdirectories.

While this repository is private, new content can be pushed directly to master.
Minor fixes (typos, broken urls, grammar, etc.) likewise don't benefit from a pull
request and can be pushed directly. Significant changes should use a pull
request.


0 comments on commit 05f499d

Please sign in to comment.