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

Commit 05f499d

Browse files
authored
Merge pull request #1 from github/hohn-readme
Basic README
2 parents e9cd155 + 7ae4257 commit 05f499d

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

+18-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
1-
# codeql-training-material
2-
Material for teaching CodeQL.
1+
# Introduction
2+
This repository contains material for teaching CodeQL. The presentations are
3+
split by the programming language they present, currently c++, csharp, go, java
4+
and javascript.
5+
6+
# Contributing
7+
Depending on the contribution, use a single file or a directory.
8+
- Single-file presentations are in their language's directory, e.g.,
9+
`java/workshop-java-mismatched-loop-condition.md`
10+
- Multi-file presentations use whole directories, e.g., `c++/introduction/` houses
11+
`codeql-workshop-for-cpp.md` and several subdirectories.
12+
13+
While this repository is private, new content can be pushed directly to master.
14+
Minor fixes (typos, broken urls, grammar, etc.) likewise don't benefit from a pull
15+
request and can be pushed directly. Significant changes should use a pull
16+
request.
17+
18+

0 commit comments

Comments
 (0)