We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2491f94 commit 724ba0aCopy full SHA for 724ba0a
.gitignore
@@ -8,8 +8,13 @@ Pipfile.lock
8
*.csv
9
*.json
10
*.db
11
+
12
members.txt
13
14
+# Don't ignore these files
15
+!points.json
16
17
18
__pycache__/
19
.mypy_cache/
20
.vscode/
points.json
@@ -0,0 +1,22 @@
1
+{
2
+ "pull request": 20,
3
+ "info": 40,
4
+ "blog": 60,
5
+ "sm posting": 7,
6
+ "weekly work": 5,
7
+ "idea": 3,
+ "brochure": 10,
+ "news": 40,
+ "demos": 20,
+ "oc volunteer": 30,
+ "oc assigned": 20,
+ "oc no work": 10,
+ "oc manager": 50,
+ "wtf": 75,
+ "discord": 10,
+ "marketing": 20,
+ "mini project": 100,
+ "complete project": 200,
+ "promotion medium": 25,
21
+ "promotion large": 50
22
+}
0 commit comments