From 25631cab625b6e1b5c89d867d35700ca4661ec54 Mon Sep 17 00:00:00 2001 From: Brett Date: Tue, 14 Nov 2023 10:02:48 -0500 Subject: [PATCH] add issue and PR templates --- .github/issue_template.md | 26 ++++++++++++++++++++++++ .github/pull_request_template.md | 34 ++++++++++++++++++++++++++++++++ 2 files changed, 60 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 000000000..fac018ad1 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,26 @@ + + +# Description of the problem + + + +# Example of the problem + + + +# System information + +asdf version: +python version: +operating system: diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..56a248f3e --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,34 @@ + + +# Description + + + +# Checklist: + +- [ ] pre-commit checks ran successfully +- [ ] tests ran successfully +- [ ] for a public change, a changelog entry was added +- [ ] for a public change, documentation was updated +- [ ] for any new features, unit tests were added