team-compass icon indicating copy to clipboard operation
team-compass copied to clipboard

Add a pull request GitHub template

Open manics opened this issue 5 years ago • 3 comments

Proposed change

Add a pull request template .github/pull_request_template.md

Alternative options

Do nothing

Who would use this feature?

Reviewers would have more information when reviewing PRs. For example, one thing I think is particularly useful is for PRs to have explicit testing instructions where appropriate, especially for large changes which require non-trivial configuration settings to test.

(Optional): Suggest a solution

I've made a start here: https://github.com/manicstreetpreacher/test-bots/blob/master/.github/pull_request_template.md This is inspired by https://github.com/stevemao/github-issue-templates/blob/master/conversational/PULL_REQUEST_TEMPLATE.md

See also the discussion in https://github.com/jupyterhub/team-compass/issues/288

manics avatar Jun 12 '20 18:06 manics

+1 from me, I think it'd be helpful

choldgraf avatar Jun 15 '20 20:06 choldgraf

I think this is a great idea! Can I suggest checking out the Turing Way PR template too? https://raw.githubusercontent.com/alan-turing-institute/the-turing-way/master/.github/PULL_REQUEST_TEMPLATE.md

sgibson91 avatar Jun 16 '20 07:06 sgibson91

Thanks all, I've finally opened a PR 😀 https://github.com/jupyterhub/.github/pull/11 @trallard is helping too.

manics avatar Sep 24 '20 16:09 manics