Skip to content
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

Adding new issue template #1206

Merged
merged 12 commits into from
Nov 6, 2022
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
name: Bug report
description: "Create a report to help us improve"
title: "[BUG]: "
labels: ["bug"]
body:
- type: markdown
Panquesito7 marked this conversation as resolved.
Show resolved Hide resolved
attributes:
value: "### Before you open an issue, please verify if a similar one already exists or has been closed before. More details about the process of contributing can be found in [CONTRIBUTING.md](https://github.com/TheAlgorithms/JavaScript/blob/master/CONTRIBUTING.md)."
- type: textarea
Panquesito7 marked this conversation as resolved.
Show resolved Hide resolved
Panquesito7 marked this conversation as resolved.
Show resolved Hide resolved
attributes:
label: Description
description: Explain what the problem is.
validations:
required: true
- type: textarea
Panquesito7 marked this conversation as resolved.
Show resolved Hide resolved
attributes:
label: Expected Behavior
description: Describe what was the expected behavior.
validations:
required: true
- type: textarea
Panquesito7 marked this conversation as resolved.
Show resolved Hide resolved
attributes:
label: Actual Behavior
description: Describe what actually happens.
validations:
required: true
- type: textarea
Panquesito7 marked this conversation as resolved.
Show resolved Hide resolved
attributes:
label: Reproduction steps
description: List steps to reproduce the behavior.
placeholder: |
1.
2.
3.
4.
validations:
required: false
- type: textarea
Panquesito7 marked this conversation as resolved.
Show resolved Hide resolved
attributes:
label: Specifications
description: List steps to reproduce the behavior.
placeholder: |
1. Version:
2. Platform:
3. Browser:
validations:
required: false
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Feature request
description: 'Suggest features, propose improvements, discuss new ideas'
title: '[FEATURE]: '
labels: ['enhancement']
body:
- type: markdown
attributes:
value: |
## This issue template is not for requesting new algorithms. For new algorithms, PRs should be opened directly.
## Make sure your issue isn't a duplicate and you follow our [contributing guidelines](https://github.com/TheAlgorithms/TypeScript/blob/master/CONTRIBUTING.md)
- type: textarea
Panquesito7 marked this conversation as resolved.
Show resolved Hide resolved
attributes:
label: Motivation
description: Describe what is the motivation behind this feature.
validations:
required: true
- type: textarea
Panquesito7 marked this conversation as resolved.
Show resolved Hide resolved
attributes:
label: Examples
description: If possible, provide examples of how this feature can be used.
validations:
required: false
- type: textarea
Panquesito7 marked this conversation as resolved.
Show resolved Hide resolved
attributes:
label: Possible workarounds
description: If possible, describes possible workarounds to this feature.
validations:
required: false