-
Notifications
You must be signed in to change notification settings - Fork 44
Update gitignore #78
Description
If your
info.md file doesn't exist on this repo, then first complete any of these issues (#1 or #2) and also read the
CONTRIBUTING.md. Now, wait for the merge of that PR and after merging proceed with this task.
Task starts from here ------------------------------------------------------------------------------------------------------------------
Add your info.md
file inside gitignore.
Then push your changes and make a PR.
It is mandatory to make a PR for the above changes before moving to the next part of the task. Also, mention the issue number in this PR.
After this, you need to make one more commit such that after pushing that commit, your info.md file should exist on your local system, but not in your PR's files changed
section.
In your PR, Files changed
section should have something like this for your info.md file.
Conditions that must be followed by you:-
- You can't delete your info.md file by just performing any deletion operation in your system like you just can't do left-click and then delete.
- You can't cut that file and paste it into any other directory.
- You can't use any git or terminal commands that delete your
info.md
file from your system. - Only two commits are allowed for the PR, lesser and greater can lead to closed PR.
- No need to write any git commands in the PR message just write the issue number and some appropriate description.
Important message:- When you start working on this task, please write every git command that you used to do this task in a notepad or your notebook or anywhere else you like, but not in PR message.
When I will be finally reviewing your PR, at that time I will call you on the GoGit voice channel of discord to check that whether you did this task in a fair way or not i.e. whether the file exists in your directory or not and for the git commands too.
So please, be active on discord after completing your PR.