From f2ddf517f7e6bfa3c6b861cf334f10b2b1e1a87b Mon Sep 17 00:00:00 2001 From: Christopher Felegy Date: Thu, 20 Dec 2018 17:22:57 -0500 Subject: [PATCH] meta: add pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..bac8eff0e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,17 @@ +Thanks in advance for your contribution to Discord.Net! + +Before opening a pull request, please consider the following: + +Does your changeset adhere to the Contributing Guidelines? + +Does your changeset address a specific issue or idea? If not, please +break your changes up into multiple requests. + +Have your changes been previously discussed with other members +of the community? We prefer new features to be vetted through +an issue or a discussion in our Discord channel first; bug-fixes +and other small changes are generally fine without prior vetting. + +Please remove this section, and include a summary of your changes +below. +---