From dd979c2231fda9c3ab8fbf258ca33381b0ad45f7 Mon Sep 17 00:00:00 2001 From: M Starch Date: Mon, 13 Jan 2025 12:20:37 -0800 Subject: [PATCH] Add a ROSES issue template (#3122) * Adding in a ROSES issue template * Reverting erroneous label in bug-report * Fixing later stage check boxes * Add MD headers --------- Co-authored-by: Thomas Boyer-Chammard <49786685+thomas-bc@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug-report.md | 1 + .github/ISSUE_TEMPLATE/roses-pattern.md | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/roses-pattern.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index e56cf0554c..a602e592ad 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -6,6 +6,7 @@ labels: bug assignees: '' --- + | | | |:---|:---| |**_F´ Version_**| | diff --git a/.github/ISSUE_TEMPLATE/roses-pattern.md b/.github/ISSUE_TEMPLATE/roses-pattern.md new file mode 100644 index 0000000000..5ec59fa9ad --- /dev/null +++ b/.github/ISSUE_TEMPLATE/roses-pattern.md @@ -0,0 +1,22 @@ +--- +name: ROSES Pattern +about: A standard pattern funded for documentation via ROSES. +title: ROSES - [Pattern] +labels: ROSES Candidate +assignees: '' + +--- + +### Description +[Describe pattern here]. + +### Deliverables (completed before closing issue): +- [ ] Select deliverable type + - [ ] Reference guide + - [ ] How-To + - [ ] Tutorial + - [ ] Other (tool, fill-in, etc) +- [ ] Create documentation +- [ ] Create example in examples repository +- [ ] Pass expert review +- [ ] Pass user review