Skip to content

Commit 9045555

Browse files
authored
Add files via upload
1 parent f5c0312 commit 9045555

2 files changed

Lines changed: 42 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Reproducibility problem
2+
description: Report a broken file, script, model link or documented workflow
3+
title: "[reproducibility]: "
4+
labels: ["reproducibility"]
5+
body:
6+
- type: textarea
7+
id: problem
8+
attributes:
9+
label: What failed?
10+
description: Include the path, command and observed behaviour.
11+
validations:
12+
required: true
13+
- type: input
14+
id: software
15+
attributes:
16+
label: Software and version
17+
placeholder: "Example: Python 3.13, NX 2023, ANSYS Student 2026 R1"
18+
- type: textarea
19+
id: evidence
20+
attributes:
21+
label: Error output or screenshots
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Engineering change proposal
2+
description: Propose a design, analysis, CAM or documentation change
3+
title: "[change]: "
4+
labels: ["engineering-change"]
5+
body:
6+
- type: textarea
7+
id: proposal
8+
attributes:
9+
label: Proposed change
10+
validations:
11+
required: true
12+
- type: textarea
13+
id: rationale
14+
attributes:
15+
label: Engineering rationale and evidence
16+
validations:
17+
required: true
18+
- type: textarea
19+
id: verification
20+
attributes:
21+
label: Verification method

0 commit comments

Comments
 (0)