From f01074d94fffa1eef4f9aa0fe418f60d147dd50f Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Sat, 5 Oct 2019 21:57:24 +0100 Subject: Add a pull request template. --- .github/PULL_REQUEST_TEMPLATE.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md (limited to '.github') diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..7fac63c08 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,39 @@ + + +## Summary + + + +## Rationale + + + +## Testing Environment + + + +I have tested this pull request on: + +**Operating system name and version:** +**Compiler name and version:** + +## Checks + + + +I have ensured that: + + - [ ] This pull request does not introduce any incompatible API changes. + - [ ] If ABI changes have been made I have incremented INSPIRCD_VERSION_API. + - [ ] I have documented any features added by this pull request. -- cgit v1.2.3