Skip to content

Commit 66c6889

Browse files
authored
Merge pull request #168 from oss-slu/documentationUpdates
Documentation updates
2 parents de755a7 + 57ea595 commit 66c6889

2 files changed

Lines changed: 51 additions & 16 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: Bug Template
3+
about: Reporting bugs to be fixed
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
### Description
11+
(Provide a clear and concise description of the problem.)
12+
13+
### Steps to Reproduce
14+
1. [Step 1]
15+
2. [Step 2]
16+
17+
### Expected Behavior
18+
(Explain what you expected to happen.)
19+
20+
### Actual Behavior
21+
(Explain what actually happened.)
22+
23+
### Environment
24+
- OS:
25+
- Browser/Version:
26+
27+
### Additional Information
28+
(Add screenshots, logs, or other helpful details.)
Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,35 @@
11
---
2-
name: Issue Template
3-
about: For general use of issue creation
2+
name: Feature Issue Template
3+
about: New feature request
44
title: ''
55
labels: ''
66
assignees: ''
77

88
---
99

10-
### Description
11-
(Provide a clear and concise description of the problem.)
10+
### Description
11+
---
12+
13+
14+
### User Story
15+
---
16+
17+
18+
### Acceptance Criteria
19+
---
1220

13-
### Steps to Reproduce
14-
1. [Step 1]
15-
2. [Step 2]
1621

17-
### Expected Behavior
18-
(Explain what you expected to happen.)
22+
### Implementation Notes
23+
---
24+
1925

20-
### Actual Behavior
21-
(Explain what actually happened.)
26+
### Testing Notes
27+
---
2228

23-
### Environment
24-
- OS:
25-
- Browser/Version:
2629

27-
### Additional Information
28-
(Add screenshots, logs, or other helpful details.)
30+
### Dependencies
31+
---
32+
33+
34+
### Resources
35+
---

0 commit comments

Comments
 (0)