File tree 2 files changed +36
-0
lines changed
2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Contributing
2
+
3
+ Please conform to the [ Code of Conduct] ( CODE_OF_CONDUCT.md ) .
4
+
5
+ ### Note on Patches/Pull Requests
6
+
7
+ * Fork the project.
8
+ * Make your feature addition or bug fix.
9
+ * Commit, do not mess with version, or history.
10
+ (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
11
+ * Send me a pull request. Bonus points for topic branches.
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " split-testing" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " 📉 Clientside A/B testing library" ,
5
+ "main" : " split.js" ,
6
+ "scripts" : {
7
+ "test" : " echo \" Error: no test specified\" && exit 1"
8
+ },
9
+ "repository" : {
10
+ "type" : " git" ,
11
+ "url" : " git+https://github.com/splitrb/split.js.git"
12
+ },
13
+ "keywords" : [
14
+ " split" ,
15
+ " ab" ,
16
+ " testing" ,
17
+ " clientside"
18
+ ],
19
+ "author" : " Andrew Nesbitt" ,
20
+ "license" : " MIT" ,
21
+ "bugs" : {
22
+ "url" : " https://github.com/splitrb/split.js/issues"
23
+ },
24
+ "homepage" : " https://github.com/splitrb/split.js#readme"
25
+ }
You can’t perform that action at this time.
0 commit comments