You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #548 from bburt-rh/add-issue-templates
Adding new templates for submitting issues. We want issues to have a severity level. Then, we can have a Service Level Agreement (SLA) for SL1 and SL2 bugs, in particular.
description: What went wrong? Be as specific as possible.
41
+
placeholder: "A clear and concise description of the bug."
42
+
validations:
43
+
required: true
44
+
- type: textarea
45
+
id: proposed-fix
46
+
attributes:
47
+
label: Describe the proposed fix
48
+
description: What fix do you recommend to resolve or improve this issue?
49
+
placeholder: "Describe your proposed fix here."
50
+
validations:
51
+
required: true
52
+
- type: markdown
53
+
attributes:
54
+
value: |
55
+
---
56
+
**Optional next step:**
57
+
After submitting this issue, you can help resolve it by [opening a pull request](https://github.com/redhat-documentation/supplementary-style-guide/compare) that references this issue.
description: What change or enhancement would you like to see?
41
+
placeholder: "Describe your proposed change here."
42
+
validations:
43
+
required: true
44
+
- type: textarea
45
+
id: change-justification
46
+
attributes:
47
+
label: Why is this change needed?
48
+
description: Why do you think this change is important? What problem does it solve or what improvement does it provide?
49
+
placeholder: "Explain the need for this enhancement."
50
+
validations:
51
+
required: true
52
+
- type: textarea
53
+
id: additional-context
54
+
attributes:
55
+
label: Additional context
56
+
description: Add any other context or screenshots about the enhancement here.
57
+
validations:
58
+
required: false
59
+
- type: markdown
60
+
attributes:
61
+
value: |
62
+
---
63
+
**Optional next step:**
64
+
After submitting this issue, you can help resolve it by [opening a pull request](https://github.com/redhat-documentation/supplementary-style-guide/compare) that references this issue.
0 commit comments