Skip to content

chore: Add issue templates #735

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 68 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
name: 🐛 Bug report
description: Create a bug report
body:
- type: checkboxes
attributes:
label: Are you certain it's a bug?
description: If you're uncertain, please report at https://github.com/serverless/serverless-python-requirements/discussions instead
options:
- label: Yes, it looks like a bug
required: true
- type: checkboxes
attributes:
label: Are you using the latest plugin release?
description: Latest version can be checked at https://github.com/serverless/serverless-python-requirements/releases/latest
options:
- label: Yes, I'm using the latest plugin release
required: true
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists
options:
- label: I have searched existing issues, it hasn't been reported yet
required: true
- type: textarea
attributes:
label: Issue description
validations:
required: true
- type: textarea
attributes:
label: Service configuration (serverless.yml) content
description: |
Provide COMPLETE content of serverless.yml, ensuring that:
• It consistently reproduces described issue
• It's as minimal as possible
• Ideally with no other plugins involved
• Has sensitive parts masked out

If not applicable, fill with "N/A"
render: yaml
validations:
required: true
- type: input
attributes:
label: Command name and used flags
description: |
Full command name with used flags (If not applicable, fill with "N/A")
placeholder: serverless <command name> [...flags]
validations:
required: true
- type: textarea
attributes:
label: Command output
description: |
COMPLETE command output.

If not applicable, fill with "N/A"
render: shell
validations:
required: true
- type: textarea
attributes:
label: Environment information
description: '"serverless --version" output + used version of the plugin'
render: shell
validations:
required: true
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Question
url: https://github.com/serverless/serverless-python-requirements/discussions
about: Please ask and answer questions here
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: 🎉 Feature request
description: Suggest an idea
body:
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists
options:
- label: I have searched existing issues, it hasn't been reported yet
required: true
- type: textarea
attributes:
label: Use case description
description: Describe the use case that needs to be addressed
validations:
required: true
- type: textarea
attributes:
label: Proposed solution (optional)
description: |
e.g. propose how the configuration and implementation of the new feature could look