Skip to content

Commit 4d4343a

Browse files
committed
updates to issue template forms
1 parent 95c9679 commit 4d4343a

4 files changed

Lines changed: 18 additions & 8 deletions

File tree

.github/ISSUE_TEMPLATE/1-bug.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ body:
2020
- FDA BR SDTM
2121
- FDA BR SDTMIG
2222
- FDA BR SEND
23-
- FDA VR SDTMIG
24-
- FDA VR SENDIG
2523
- Custom
2624
- type: input
2725
id: reference_rule_id
@@ -41,7 +39,14 @@ body:
4139
value: https://jira.cdisc.org/projects/CORERULES/issues/CORERULES-
4240
- type: markdown
4341
attributes:
44-
value: "In the next fields, please provide a [Minimal Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example)."
42+
value: "\nIn the next fields, please provide a [Minimal Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example)."
43+
- type: input
44+
id: cli_command
45+
validations:
46+
required: true
47+
attributes:
48+
label: CLI Command Used (if applicable)
49+
value: python core.py -s SDTM -v 3.4 -d /path/to/datasets
4550
- type: textarea
4651
id: rule
4752
validations:
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ body:
2020
- FDA BR SDTM
2121
- FDA BR SDTMIG
2222
- FDA BR SEND
23-
- FDA VR SDTMIG
24-
- FDA VR SENDIG
2523
- Custom
2624
- type: input
2725
id: reference_rule_id
@@ -39,9 +37,6 @@ body:
3937
attributes:
4038
label: JIRA Ticket
4139
value: https://jira.cdisc.org/projects/CORERULES/issues/CORERULES-
42-
- type: markdown
43-
attributes:
44-
value: "In the next fields, please provide a [Minimal Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example)."
4540
- type: textarea
4641
id: rule
4742
validations:
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Non-rule-related Feature Request
2+
description: A request for a new feature or enhancement not related to a specific rule
3+
projects:
4+
- cdisc-org/19
5+
type: Feature
6+
body:
7+
- type: textarea
8+
attributes:
9+
label: Feature Description

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
blank_issues_enabled: false
12
contact_links:
23
- name: CORE Discussion Forum
34
url: https://github.com/cdisc-org/cdisc-rules-engine/discussions/categories/general

0 commit comments

Comments
 (0)