Skip to content

Commit

Permalink
Merge pull request #110 from SalOne22/feature/new-library
Browse files Browse the repository at this point in the history
Feature/new library
  • Loading branch information
SalOne22 authored Sep 8, 2023
2 parents a6ba320 + f35cd3a commit 59bc29b
Show file tree
Hide file tree
Showing 442 changed files with 2,976 additions and 4,073 deletions.
33 changes: 0 additions & 33 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

60 changes: 60 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
name: Bug report
description: Create a report to help us improve
title: '[Bug]: <title>'
labels: ['bug']
body:
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
required: true
- type: textarea
attributes:
label: Description
description: A clear and concise description of what the bug is. (e.g., current behavior)
validations:
required: true
- type: textarea
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
validations:
required: false
- type: dropdown
id: version
attributes:
label: Library Version
description: Specify the version of the library where you encountered the issue
options:
- 0.9.0 (latest)
- 0.8.2
- 0.8.1
- 0.8.0
- 0.7.1
- 0.7.0
- 0.6.0
- < 0.5.1 (old)
validations:
required: false
- type: textarea
attributes:
label: Steps To Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. In this environment...
2. With this config...
3. Run '...'
4. See error...
validations:
required: false
- type: textarea
attributes:
label: Anything else?
description: |
Links? References? Anything that will give us more context about the issue you are encountering!
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
25 changes: 0 additions & 25 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
name: Feature request
description: Suggest an idea for this project
title: '[Feature]: <title>'
labels: ['enhancement']
body:
- type: textarea
attributes:
label: Description
description: Provide a brief summary of your feature request.
validations:
required: true
- type: textarea
attributes:
label: Problem or Motivation
description: |
Is your feature request related to a problem or a specific need?
Please describe.
validations:
required: false
- type: textarea
attributes:
label: Expected behavior
description: |
A clear and concise description of the desired feature or solution.
Explain what you expect to happen.
validations:
required: false
- type: textarea
attributes:
label: Alternatives Considered
description: |
Provide information about any alternative solutions or features you've thought about.
Discuss different approaches, if any.
validations:
required: false
- type: textarea
attributes:
label: Anything else?
description: |
Links? References? Anything that will give us more context about the issue you are encountering!
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
152 changes: 0 additions & 152 deletions .github/workflows/combine-prs.yml

This file was deleted.

Loading

0 comments on commit 59bc29b

Please sign in to comment.