Website to display awesome insights about organization open source activity.
Zenika Hacktoberfest Leaderboard: https://oss.zenika.com/contributors.
To be added to the leaderboard you must add your GitHub or GitLab username and your Zenika location in the /src/app/hacktoberfest.json/route.ts file.
You will need:
- a GitHub account or a GitLab account.
- to be registered to Hacktoberfest website.
- to belong to the Zenika company.
Then you can make a PR to add your name:
- Fork this repository
- Edit the
/src/app/hacktoberfest.json/route.tsfile by adding your information to thehacktoberfestDataarray like this:
{
"name": "your name you want to display on this website",
"agency": "your-location",
"github": {
"handle": "your-github-username"
},
"gitlab": {
"handle": "your-gitlab-username"
}
}
- "Bordeaux, FR"
- "Brest, FR"
- "Casablanca, MA"
- "Clermont-Ferrand, FR"
- "Grenoble, FR"
- "Lille, FR"
- "Lyon, FR"
- "Montreal, CA"
- "Nantes, FR"
- "Niort, FR"
- "Paris, FR"
- "Rennes, FR"
- "Singapore, SG"
- "Toulouse, FR"
- Create the PR.
🎉 So you will have your first PR. Happy Hacktoberfest!
If you don't want this PR to be considered for Hacktoberfest, you can add the
invalidlabel to your PR."
Once reviewed and merged, it may take one hour before the website is updated (cache stuff :)
Zenika Hacktoberfest Leaderboard: https://oss.zenika.com/hacktoberfest.html.
npm installnpm run devnpm run buildnpm run start# Check linting
npm run lint
# Fix linting issues
npm run lint:fix
# Format code
npm run format
# Type checking
npm run typecheckContributions, issues and feature requests are welcome. Feel free to check issues page if you want to contribute.
Please see contribution doc
Zenika
- Twitter: @ZenikaOSS
- Github: @zenika-open-source
Please ⭐️ this repository if you like it.
Copyright © 2025 Zenika.
This project is Apache 2.0 licensed.
This README was generated with ❤️ by readme-md-generator