Contributors to this project will have their profile published at automergekrmu.herokuapp.com.
- Fork the repository into your GitHub account.
- In the forked repository, create a new file with
.jsonformat in thecontributorsfolder with your GitHub username as the filename.
For example, if my username is.zeborg, then my contributor filename will bezeborg.json - Copy and paste the following code in the file:
{
"name": "MY FULL NAME",
"course": "MY COURSE NAME (Eg. B.Tech CSE)",
"batch": "MY BATCH YEAR (Eg. 2019-23)",
"institution": "MY COLLEGE/UNIVERSITY'S NAME",
"skills_hobbies": ["SKILL 1", "SKILL 2", "SKILL 3", "HOBBY 1", "HOBBY 2"],
"about": "A FEW LINES ABOUT ME"
}- Replace the highlighted content according to your own details. For example, my details would look like:
{
"name": "Abhinav Sinha",
"course": "B.Tech CSE",
"batch": "2019-23",
"institution": "K.R. Mangalam University",
"skills_hobbies": ["Python", "C++", "HTML/CSS/JS", "Selenium Automation", "Reading", "PC Gaming"],
"about": "I like tea."
}- Commit the changes.
- Add your profile picture in the
/static/avatarsfolder with your GitHub username as the filename.
For example, if my profile picture is of.jpgformat, then the filename would bezeborg.jpg - Commit the changes.
- Create a pull request from the forked repository to complete your contribution
- If you're here for the
hacktoberfest-acceptedlabel, you may create a pull request to fix any problem you find within this project's website, documentation, workflows, etc. - Please do not expect to get the
hacktoberfest-acceptedlabel by creating pull requests that do not have a positive impact on the project. - Especially for documentation contributions, a pull request is not eligible for hacktoberfest if it's not reasonably helpful, such as minor fixes to punctuation or adding / removing / replacing / relocating text without a good reason.
If someone is found making questionable or socially unacceptable pull requests to the project:
- They may be banned from this project's repository
- They may be added to the
HALL OF SHAMEof this project - Their contributor's profile may be removed from this project
To report any problem related to this project, please raise an issue. Alternatively, you may contact me on Twitter.