From a8b68ffbc73c15756d6e5b8f672cb2448d7e8a43 Mon Sep 17 00:00:00 2001 From: Paul Brown Date: Fri, 30 Oct 2020 14:09:29 +0000 Subject: [PATCH] Added issue template and updated PR template --- .github/issue_template.md | 5 +++++ .github/pull_request_template.md | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .github/issue_template.md diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 0000000..7d6cb69 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,5 @@ +## Use the main repository to raise issues + +Please raise issues in the main repository for the BizTalk Migrator tool: + +[https://github.com/Azure/aimtool/issues](https://github.com/Azure/aimtool/issues) \ No newline at end of file diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 555cdfa..5f9cf5b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,8 @@ ## Description -Please explain the changes you made here. +Please explain the changes you made here in a list. + +## Related GitHub issue(s) +Please tag the related issues. ## Checklist - [ ] Only increment the version number following a GitHub Release. Check this only if this PR is a version bump. \ No newline at end of file