Skip to content

Commit 30b6888

Browse files
committed
add contributor
1 parent 2e96f01 commit 30b6888

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

Contribute.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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!

Contributor.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Contributor
2+
3+
| Name | Social Media Link |
4+
| ------------------ | --------------------------- |
5+
| Abraham Anak Agung | https://x.com/anakagungcorp |

0 commit comments

Comments
 (0)