iver-wharf / wharf-provider-gitlab

Import Wharf projects from GitLab repositories
MIT License
2 stars 0 forks source link

Added PR template #19

Closed applejag closed 3 years ago

applejag commented 3 years ago

Summary

Basic template that users can select for all new PRs.

Named it .github/pull_request_template.md (according to https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository) instead of something like .github/PULL_REQUEST_TEMPLATES/feature.md as we don't have a need for multiple PR templates right now.

Edit: Changed my mind and instead went for two separate templates for this repository.

Edit 2: Also added custom .remarkrc that's identical to the root one but it has no limit on line length, as GitHub PRs and issues treat newlines differently than regular markdown files

I will add PRs to add this to the other repos once this has been merged.

Motivation

I've stumbled on this too many times now and forgotten to add the "what?" and "why?" to the PR descriptions, as @fredx30 has so kindly pointed out many times before