Skip to content

Commit

Permalink
Merge branch 'master' into fix-autocompletion-for-annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
george-zubrienko committed Jun 12, 2023
2 parents 2f58d9c + 5ef3fec commit 545872a
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: Bug report
description: Create a bug report to help us to improve
title: "[BUG] ..."
labels: bug
body:
- type: textarea
attributes:
label: Description
description: |
Briefly describe the problem you are having in a few paragraphs.
validations:
required: true

- type: textarea
attributes:
label: Code snippet that reproduces the issue
description: |
Write a runnable code example that reproduces unexpected behavior
validations:
required: true

- type: textarea
attributes:
label: Describe the results you expected
validations:
required: true

- type: input
attributes:
label: Python version you are using
placeholder: python --version
validations:
required: true

- type: textarea
attributes:
label: Environment description
placeholder: python -m pip freeze
validations:
required: true
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: Feature request
description: Suggest an idea for this project
title: "[FEATURE] ..."
labels: enhancement
body:
- type: textarea
attributes:
label: Description
description: Is your feature request related to a problem? Please describe.
value: I'm always frustrated when [...]
validations:
required: true

- type: textarea
attributes:
label: Possible solution
description: |
Describe the solution you'd like.
A clear and concise description of what you want to happen.
validations:
required: false

- type: textarea
attributes:
label: Alternatives
description: |
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
validations:
required: true

- type: textarea
attributes:
label: Context
description: |
Additional context
Add any other context or screenshots about the feature request here.
validations:
required: false

0 comments on commit 545872a

Please sign in to comment.