From a9940109b1eaaa6f47b58fa95619d4f974db99ac Mon Sep 17 00:00:00 2001 From: Zachary Lentz Date: Thu, 14 Mar 2024 16:07:05 -0700 Subject: [PATCH] MAINT: add basic issue/pr templates --- .github/issue_template.md | 24 ++++++++++++++++++++++++ .github/pull_request_template.md | 26 ++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 .github/issue_template.md create mode 100644 .github/pull_request_template.md diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 0000000..f0e3e43 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,24 @@ + +## Current Behavior + + + +## Expected Behavior + + + +## Context / environment + + + + +## Steps to Reproduce (for bugs) + + +1. +2. +3. + +## Suggested Solution + + diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..6606661 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,26 @@ + +## Description + + +## Motivation and Context + + + +## How Has This Been Tested? + + + + +## Where Has This Been Documented? + + + + + +## Pre-merge checklist +- [ ] Code works interactively +- [ ] Code contains descriptive docstrings, including context and API +- [ ] Pre-commit passes on GitHub Actions +- [ ] Documentation under https://confluence.slac.stanford.edu/display/PCDS/TcBSD has been updated appropriately