File tree 2 files changed +22
-0
lines changed
2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Contribution Guideline
2
+
3
+ If you want to add new framework or library, please follow these steps:
4
+
5
+ 1 . Update ` README.md `
6
+ 2 . Update ` package.json ` version, only update the patch version.
7
+ 3 . Update ` type.js ` , update the typedef definition for Framework.
8
+ 4 . Create new runner file based on the template inside ` runner ` folder.
9
+ - Please remember to add ` .js ` when you importing!
10
+ 5 . Update ` runner/index.js `
11
+ 6 . Update ` index.js ` file.
12
+ 7 . Update ` CHANGELOG.md `
13
+ 8 . Update ` Contributor.md ` , add your name/username and any socmed link.
14
+ 9 . Test it in your local computer with ` npm run link `
15
+ 10 . Commit and push.
16
+
17
+ ## Thank you for your contribution!
Original file line number Diff line number Diff line change
1
+ # Contributor
2
+
3
+ | Name | Social Media Link |
4
+ | ------------------ | --------------------------- |
5
+ | Abraham Anak Agung | https://x.com/anakagungcorp |
You can’t perform that action at this time.
0 commit comments