Discover and showcase your GitHub README files here!
- Submit an issue - This will let us know that you are participating in Hacktoberfest 2023. Please include your GitHub username in the issue description. Also make sure to add
manulthanura
as a assignee. - Fork the repository - This will create a copy of the repository in your own GitHub account.
- Create a new branch - This will allow you to work on your changes without affecting the main repository.
- Add the README files - You want to contribute. You can do this by cloning the repository to your local machine, adding the files, and then pushing the changes to your forked repository.
- Submit a pull request - This will create a request for your changes to be merged into the main repository.
- Wait for your pull request to be reviewed - Your pull request will be reviewed by the repository owner. If there are any issues with your pull request, you will be notified via email.
- Celebrate - Your pull request has been merged into the main repository! Your changes will now be visible to everyone who visits the repository.
You can contribute any GitHub profile README file that you think is creative and inspiring. It can be your own README file, or the README file of another GitHub user. Add them to the data.json
file in the following format:
{
"GitHub_Name": "Your GitHub username",
"Img_URL": "The URL of your profile image",
"GitHub_profile": "The URL of your GitHub profile",
}
Before you can participate in Hacktoberfest 2023, you need to register on the Hacktoberfest website. Once you have registered, you can start contributing to this repository by following the steps below.
Submit an issue to this repository to let us know that you are participating in Hacktoberfest 2023. Please include I want to contribute
as a title and your GitHub username in the issue description.
You can create a new branch by clicking the "Branch: main" button and entering a name for your branch. In here we use edit
as the branch name.
Before edit any file make sure your're in the correct branch.(In here we use edit
branch)
Edit the data.json
file to add the README files that you want to contribute. You can do this by cloning the repository to your local machine, adding the files, and then pushing the changes to your forked repository. Also make sure to add ,
at the end of the each object. (Except the last object)
- GitHub Name: Your GitHub username or Display name
- Img URL: The URL of your profile image (Right click on your profile image and select "Copy image address")
- GitHub profile: The URL of your GitHub profile
{
"GitHub_Name": "Your GitHub username",
"Img_URL": "The URL of your profile image",
"GitHub_profile": "The URL of your GitHub profile"
}
Once you have added the README files, you can commit your changes and push them to your forked repository.
Always make sure you're in correct branch. (In here we're in edit
branch)
Before submitting your pull request, please make sure that you have added a comment to the top of the README file explaining why you are contributing the file. This will help us to understand your contribution better. Once you have created your pull request, you can submit it by clicking the "Create pull request" button.
Your pull request will be reviewed by the repository owner. If there are any issues with your pull request, you will be notified via email.
Your pull request has been merged into the main repository! Your changes will now be visible to everyone who visits the repository.
Your contributions will help to make this repository a valuable resource for other GitHub users who are looking for inspiration for their own README files.
If you are contributing to this project during Hacktoberfest 2023, please make sure to follow the Hacktoberfest guidelines. This includes opening a pull request for each README file that you contribute.