+ [2020-01-26T15:14:47Z] cYnIxX3 Hello, I have an installer script that pulls installation data from github through git api calls with curl, some users add their git login info in order to install more than 30 times (installer uses 2 api calls per install.) Now I am getting a message that Github will "deprecate basic authentication using password" and that I should look into PAT. PAT is confusing me, is there anyone that can assist with 'curl --user gituser:gitpass'
+ [2020-01-26T15:14:47Z] cYnIxX3 switchover to PAT?
+ [2020-01-26T17:56:24Z] jsatk Question. Is there a way to set a PR template on a repo? I’d like to prepopulate the description for my team to fill out. Right now we all kind of have our own style and template for PRs. I’d be nice to automate this and suggest a template when people open PRs.
+ [2020-01-26T17:58:19Z] nedbat jsatk: yes: https://help.github.com/en/github/building-a-strong-community/using-templates-to-encourage-useful-issues-and-pull-requests
+ [2020-01-26T17:58:28Z] jsatk Thank you!

message no. 176703

Posted by nedbat in #github at 2020-01-26T17:58:19Z

jsatk: yes: https://help.github.com/en/github/building-a-strong-community/using-templates-to-encourage-useful-issues-and-pull-requests
+ [2020-01-27T12:57:54Z] royal_screwup21 I am trying to use this jekyll theme https://github.com/mmistakes/mm-github-pages-starter I've got it setup and running, but the problem is the url is of the form: myname.github.io/mm-github-pages-starter
+ [2020-01-27T13:00:38Z] royal_screwup21 anyone how to fix it, what I should be looking into etc?
+ [2020-01-27T13:33:45Z] trackball do i need to save my README.md in the project's root? or is it ok to save it in the ./doc subdirectory, and it will still appear on my project's github front page?
+ [2020-01-27T13:34:51Z] nedbat trackball: leave it in the root