Skip to content

Commit

Permalink
Merge pull request #225 from Particular/GitHubSync-20230306-151051
Browse files Browse the repository at this point in the history
GitHubSync update - release-1.0
  • Loading branch information
DavidBoike authored Mar 6, 2023
2 parents a3e3fb6 + 458b5e6 commit cca74ee
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 0 deletions.
51 changes: 51 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
name: Bug report
description: File a bug report
labels: ["Bug" ]
body:
- type: markdown
attributes:
value: |
For additional support options visit [particular.net/support](https://particular.net/support)
- type: textarea
id: what-happened
attributes:
label: Describe the bug
description: A clear and concise description of the bug.
value: |
## Description
## Expected behavior
## Actual behavior
## Versions
Please list the version of the relevant packages or applications in which the bug exists.
validations:
required: true
- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to reproduce
description: Detailed instructions to reproduce the bug.
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
- type: textarea
id: additional-information
attributes:
label: Additional Information
description: If there are any possible solutions, workarounds, or additional information please describe them here
value: |
## Workarounds
## Possible solutions
## Additional information
validations:
required: false
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: Feature request

description: Request a new feature.
labels: ["Feature" ]
body:
- type: markdown
attributes:
value: |
Please check all open and closed issues to see if the feature has already been requested.
- type: textarea
id: description
attributes:
label: Describe the feature.

description: A clear and concise description of the feature.

value: |
**Is your feature related to a problem? Please describe.**
**Describe the requested feature**
**Describe alternatives you've considered**
validations:
required: true
- type: textarea
id: additional-context
attributes:
label: Additional Context
description: Add any other context about the request.

placeholder: "Add screenshots or additional information."
validations:
required: false
- type: markdown
attributes:
value: |
For additional support options visit [particular.net/support](https://particular.net/support)
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/improvement_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Improvement request
description: Suggest an improvement to an existing code base.
labels: ["Improvement" ]
body:
- type: markdown
attributes:
value: |
Please check all open and closed issues to see if improvement has already been suggested.
- type: textarea
id: description
attributes:
label: Describe the suggested improvement
description: A clear and concise description of what the improvement is.
value: |
**Is your improvement related to a problem? Please describe.**
**Describe the suggested solution**
**Describe alternatives you've considered**
validations:
required: true
- type: textarea
id: additional-context
attributes:
label: Additional Context
description: Add any other context about the suggestion here.
placeholder: "Add screenshots or additional information."
validations:
required: false
- type: markdown
attributes:
value: |
For additional support options visit [particular.net/support](https://particular.net/support)
3 changes: 3 additions & 0 deletions .github/SUPPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Looking for Support

Check out our [support options](https://particular.net/support).

0 comments on commit cca74ee

Please sign in to comment.