Skip to content

Commit 01e59c1

Browse files
committed
fix: fixed resource proposal
1 parent 5d29a45 commit 01e59c1

File tree

1 file changed

+49
-26
lines changed

1 file changed

+49
-26
lines changed
+49-26
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,62 @@
1-
name: New resource proposal
2-
description: If you have a new resource proposal that you think should be added to this resource module.
3-
title: "NewResourceName: New resource proposal"
4-
labels: []
5-
assignees: []
1+
name: Bug Report
2+
description: File a bug report
3+
title: "[Bug]: "
4+
labels: ["bug", "triage"]
5+
assignees:
6+
- octocat
67
body:
78
- type: markdown
89
attributes:
910
value: |
10-
Please replace `NewResourceName` in the issue title (above) with your proposed resource name.
11-
12-
Thank you for contributing and making this resource module better!
13-
- type: textarea
14-
id: description
11+
Thanks for taking the time to fill out this bug report!
12+
- type: input
13+
id: contact
1514
attributes:
16-
label: Resource proposal
17-
description: Provide information how this resource will/should work and how it will help users.
15+
label: Contact Details
16+
description: How can we get in touch with you if we need more info?
17+
placeholder: ex. [email protected]
1818
validations:
19-
required: true
19+
required: false
2020
- type: textarea
21-
id: proposedProperties
21+
id: what-happened
2222
attributes:
23-
label: Proposed properties
24-
description: |
25-
List all the proposed properties that the resource should have (key, required, write, and/or read). For each property provide a detailed description, the data type, if a default value should be used, and if the property is limited to a set of values.
26-
value: |
27-
Property | Type qualifier | Data type | Description | Default value | Allowed values
28-
--- | --- | --- | --- | --- | ---
29-
PropertyName | Key | String | Detailed description | None | None
23+
label: What happened?
24+
description: Also tell us, what did you expect to happen?
25+
placeholder: Tell us what you see!
26+
value: "A bug happened!"
3027
validations:
3128
required: true
32-
- type: textarea
33-
id: considerations
29+
- type: dropdown
30+
id: version
3431
attributes:
35-
label: Special considerations or limitations
36-
description: |
37-
Provide any considerations or limitations you can think of that a contributor should take in account when coding the proposed resource, and or what limitations a user will encounter or should consider when using the proposed resource.
32+
label: Version
33+
description: What version of our software are you running?
34+
options:
35+
- 1.0.2 (Default)
36+
- 1.0.3 (Edge)
3837
validations:
3938
required: true
39+
- type: dropdown
40+
id: browsers
41+
attributes:
42+
label: What browsers are you seeing the problem on?
43+
multiple: true
44+
options:
45+
- Firefox
46+
- Chrome
47+
- Safari
48+
- Microsoft Edge
49+
- type: textarea
50+
id: logs
51+
attributes:
52+
label: Relevant log output
53+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
54+
render: shell
55+
- type: checkboxes
56+
id: terms
57+
attributes:
58+
label: Code of Conduct
59+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com)
60+
options:
61+
- label: I agree to follow this project's Code of Conduct
62+
required: true

0 commit comments

Comments
 (0)