https://github.com/theodorusclarence/sxceosleague
StudentsxCEOs League website repository. Created with Next.js and Tailwindcss
https://github.com/theodorusclarence/sxceosleague
nextjs tailwindcss
Last synced: 2 months ago
JSON representation
StudentsxCEOs League website repository. Created with Next.js and Tailwindcss
- Host: GitHub
- URL: https://github.com/theodorusclarence/sxceosleague
- Owner: theodorusclarence
- Created: 2021-02-05T05:14:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-29T06:13:02.000Z (about 4 years ago)
- Last Synced: 2024-10-17T00:52:15.687Z (12 months ago)
- Topics: nextjs, tailwindcss
- Language: JavaScript
- Homepage: https://sxceosleague.com
- Size: 20.8 MB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StudentsXCEOs League
[](#contributors-)
This website is used for StudentsXCEOs League 2021
## Contributing Git Convention
This website follows [Conventional Commit](https://www.conventionalcommits.org/en/v1.0.0/)
### Format
`(optional scope): `
Contoh: `feat(pre-event): add speakers section`### Type:
Type yang bisa digunakan adalah:
- feat → Kalo ada penambahan/pengurangan codingan
- fix → kalo ada bug fixing
- BREAKING CHANGE → kalo ada perubahan yang signifikan (ubah login flow)
- docs → update documentation (README.md)
- styling → update styling, ga ngubah logic sama sekali (reorder import, benerin whitespace)
- vercel → kalo ada commit kosong buat trigger. Contoh: `vercel: trigger deployment`
- ci → update github workflow
- test → update testing
- perf → fix sesuatu yang bersifat cuma untuk performance issue (derived state, memo)### Optional Scope:
Contoh labeling per page `feat(pre-event): add date label`
*kalo gaada scopenya, gausa ditulis.
- pre-event
- conference
- ibl-case### Description:
Description harus bisa mendeskripsikan apa yang dikerjakan. Jika ada beberapa hal yang dikerjakan, maka lakukan commit secara bertahap.
- Setelah titik dua, ada spasi. Contoh: `feat: add something`
- Kalo type `fix` langsung sebut aja issuenya apa. Contoh: `fix: file size limiter not working`
- Gunakan kata imperative, present tense: "change" bukan "changed" atau "changes"
- Gunakan huruf kecil di semua description. Jangan berikan huruf besar di depan kalimat
- Jangan tambahkan titik di akhir description
## Contributors ✨Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Theodorus Clarence
💻 🎨
Reyhan Naufal
💻
ishaqadhel
💻
arkanaulia
🎨
jeffrenstanadi
🎨
Anugrah Arief
🎨
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!