Skip to content

Commit 06fe55d

Browse files
GitHubSync update - master
1 parent fe881f4 commit 06fe55d

File tree

4 files changed

+126
-0
lines changed

4 files changed

+126
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
name: Bug report
2+
description: File a bug report
3+
labels: ["Bug" ]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
For additional support options visit [particular.net/support](https://particular.net/support)
9+
- type: textarea
10+
id: what-happened
11+
attributes:
12+
label: Describe the bug
13+
description: A clear and concise description of the bug.
14+
value: |
15+
## Description
16+
17+
## Expected behavior
18+
19+
## Actual behavior
20+
21+
## Versions
22+
23+
Please list the version of the relevant packages or applications in which the bug exists.
24+
validations:
25+
required: true
26+
- type: textarea
27+
id: steps-to-reproduce
28+
attributes:
29+
label: Steps to reproduce
30+
description: Detailed instructions to reproduce the bug.
31+
validations:
32+
required: true
33+
- type: textarea
34+
id: logs
35+
attributes:
36+
label: Relevant log output
37+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
38+
render: shell
39+
- type: textarea
40+
id: additional-information
41+
attributes:
42+
label: Additional Information
43+
description: If there are any possible solutions, workarounds, or additional information please describe them here
44+
value: |
45+
## Workarounds
46+
47+
## Possible solutions
48+
49+
## Additional information
50+
validations:
51+
required: false
+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
name: Feature request
2+
3+
description: Request a new feature.
4+
labels: ["Feature" ]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Please check all open and closed issues to see if the feature has already been requested.
10+
11+
- type: textarea
12+
id: description
13+
attributes:
14+
label: Describe the feature.
15+
16+
description: A clear and concise description of the feature.
17+
18+
value: |
19+
**Is your feature related to a problem? Please describe.**
20+
21+
**Describe the requested feature**
22+
23+
24+
**Describe alternatives you've considered**
25+
validations:
26+
required: true
27+
- type: textarea
28+
id: additional-context
29+
attributes:
30+
label: Additional Context
31+
description: Add any other context about the request.
32+
33+
placeholder: "Add screenshots or additional information."
34+
validations:
35+
required: false
36+
- type: markdown
37+
attributes:
38+
value: |
39+
For additional support options visit [particular.net/support](https://particular.net/support)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: Improvement request
2+
description: Suggest an improvement to an existing code base.
3+
labels: ["Improvement" ]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Please check all open and closed issues to see if improvement has already been suggested.
9+
- type: textarea
10+
id: description
11+
attributes:
12+
label: Describe the suggested improvement
13+
description: A clear and concise description of what the improvement is.
14+
value: |
15+
**Is your improvement related to a problem? Please describe.**
16+
17+
**Describe the suggested solution**
18+
19+
**Describe alternatives you've considered**
20+
validations:
21+
required: true
22+
- type: textarea
23+
id: additional-context
24+
attributes:
25+
label: Additional Context
26+
description: Add any other context about the suggestion here.
27+
placeholder: "Add screenshots or additional information."
28+
validations:
29+
required: false
30+
- type: markdown
31+
attributes:
32+
value: |
33+
For additional support options visit [particular.net/support](https://particular.net/support)

.github/SUPPORT.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Looking for Support
2+
3+
Check out our [support options](https://particular.net/support).

0 commit comments

Comments
 (0)