📝 Added CONTRIBUTING.md

This commit is contained in:
Mawoka
2022-04-06 20:16:00 +02:00
parent cfb5dbcb66
commit 483ea6eac4
4 changed files with 26 additions and 1 deletions
+1
View File
@@ -36,6 +36,7 @@ export interface Answer {
answer: string;
}
// TODO WTF
export interface Answer {
username: string;
answer: string;