Skip to content

Commit e22c8c6

Browse files
Update issue templates
1 parent f453428 commit e22c8c6

File tree

3 files changed

+75
-0
lines changed

3 files changed

+75
-0
lines changed
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.
+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Issue report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
## Issue Report
11+
12+
module-name: One line summary of the issue (less than 72 characters)
13+
14+
### Expected behavior
15+
16+
As concisely as possible, describe the expected behavior.
17+
18+
### Actual behavior
19+
20+
As concisely as possible, describe the observed behavior.
21+
22+
### Steps to reproduce the behavior
23+
24+
List all relevant steps to reproduce the observed behavior.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: Metadata Field Addition
3+
about: Suggest a field to add to code.json schema
4+
title: "[METADATA]"
5+
labels: schema
6+
assignees: natalialuzuriaga
7+
8+
---
9+
10+
## Issue Report - Metadata
11+
12+
module-name: One line summary of the issue (less than 72 characters)
13+
14+
### Proposed Field information
15+
Fill out the information below on the new proposed field. Please refer to the structure of the code.json fields found here: https://github.com/DSACMS/codejson-generator/blob/main/schemas/schema-0.0.0.json
16+
17+
```
18+
"key-name-here": {
19+
"type": "____",
20+
"description": "One liner describing new field here"
21+
},
22+
```
23+
Provide example values here:
24+
25+
### Explanation
26+
27+
Describe more about the new field to add to code.json. Provide an explanation of why this field should be included and how its collection provides value to the agency.
28+
29+
### Steps to reproduce the behavior
30+
31+
List all relevant steps to reproduce the observed behavior.

0 commit comments

Comments
 (0)