From 1dfba6ffbbb272a2574c4605d8b7ef0eb8c1eee7 Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Tue, 8 Oct 2024 11:59:48 -0400 Subject: [PATCH] docs: add PR templates for closed issues and community contributions --- .github/PR_TEMPLATE/closed_issue.md | 25 ++++++++++++++++++++++++ .github/PR_TEMPLATE/community_contrib.md | 17 ++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 .github/PR_TEMPLATE/closed_issue.md create mode 100644 .github/PR_TEMPLATE/community_contrib.md diff --git a/.github/PR_TEMPLATE/closed_issue.md b/.github/PR_TEMPLATE/closed_issue.md new file mode 100644 index 000000000..2207b3a09 --- /dev/null +++ b/.github/PR_TEMPLATE/closed_issue.md @@ -0,0 +1,25 @@ + + +## Description + + + +## Related Issue + + + + + + +## Motivation and Context + + + + +## How Has This Been Tested? + + + + + +## Screenshots (if appropriate): diff --git a/.github/PR_TEMPLATE/community_contrib.md b/.github/PR_TEMPLATE/community_contrib.md new file mode 100644 index 000000000..3f05a1257 --- /dev/null +++ b/.github/PR_TEMPLATE/community_contrib.md @@ -0,0 +1,17 @@ +- **Please check if the PR fulfills these requirements** + +* [ ] The commit message follows our guidelines +* [ ] Tests for the changes have been added (for bug fixes / features) +* [ ] Docs have been added / updated (for bug fixes / features) + +- **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) + +- **What is the current behavior?** (You can also link to an open issue here) + +- **What is the new behavior (if this is a feature change)?** + +- **Does this PR Close an issue?** (If applicable, please add the number of the issue here with keyword Closes) + +- **Does this PR introduce a breaking change?** (What changes might users need to make in their application due to this PR?) + +- **Other information**: