In order to add yourself as a member, you must join our DCN discord server here.
Next, follow the given steps:
-
Add your information as Javascript object on
members/members.js
file inmembers
array.// edit it { fullName: '{ your full name }', discordUsername: '{ your discord username }', about: '{ very short text about you }', image: true, // set to false if no profile image is provided links: { github: '{ github username }', twitter: '{ twitter username }', facebook: '{ facebook username }' } },
-
Add your profile image on
assets/img/members
folder. Make sure your profile image is renamed as<your discord username>.png and has small size.
-
Send us a PR. That's all.
Checkout our contribution guide
We <3 our Contributors