iitpkd / templates

Repository containing templates for various documents at iitpkd
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

New Template #1

Closed albert-sunny closed 6 years ago

albert-sunny commented 6 years ago

Added a new template for the test

piyush-kurur commented 6 years ago

It seems that the log files and other unwanted files got committed. you might want to remove them, rebase and send the pull request again. To avoid unwanted files from getting committed you can place an appropriate .gitignore file in the directory. As a starting point I select one from https://github.com/github/gitignore. There are many sample gitignore files there suitable for different languages. the TeX.gitignore is the one that would be suitable.

You can see that I have myself added a .gitignore for the question-paper-booklet template.

albert-sunny commented 6 years ago

I will do as you said and will send another pull request.

piyush-kurur commented 6 years ago

You do not have to close this pull request. You can add more commits/ rebase commits to the same branch and it will continue to be valid. That way there will be a complete history of the discussion involved in the pull request.

That is a standard workflow when using github.