Add pull request templates - #51
Conversation
| @@ -0,0 +1,33 @@ | |||
| <!--- | |||
There was a problem hiding this comment.
It will probably be easier for most repos and contributors to just use a single template, like we do in NVDA.
I think we do need two different PR templates though, one designed for contributions to this template, and one designed for contributions to add-ons.
when syncing via #46 , we should set the default template appropriately.
There was a problem hiding this comment.
In the latest commits, I reworked the templates, so now we have only two: one for changes to the template itself and the other for the add-ons. I put them in the pull requests directory in the .github folder, so when someone makes a pull request, they will show up together. It's easy for me, after the mentioned pull requests are merged, to make the script delete the template-specific pull request template, then move the add-on up a directory and rename it.
… template it self
…or template changes
|
i think this will address all consernes |
This adds default PR templates for the add-on template repository, covering part of #48.