diff --git a/Databases.cs b/Databases.cs new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md index 26750bd..0713c4e 100644 --- a/README.md +++ b/README.md @@ -71,9 +71,13 @@ Průběžně testujte své změny (např. pomocí dotnet run). ## Commit a push Jakmile máte změny hotové, proveďte následující příkazy: + Dodržujte conventional commits: https://www.conventionalcommits.org/en/v1.0.0/ +Cheatsheet: +https://ashababnoor.github.io/cheatsheets/cheatsheets/conventional-commits + ```bash git add . git commit -m "feat: funkce vyhledávání knih" diff --git a/docs/tym1.md b/docs/tym1.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/tym2.md b/docs/tym2.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/tym3.md b/docs/tym3.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/tym4.md b/docs/tym4.md new file mode 100644 index 0000000..e69de29 diff --git a/src/Something.cs b/src/Something.cs new file mode 100644 index 0000000..e69de29