An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# StudentsXCEOs League

[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#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!