-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Adding new issue template #1206
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
Panquesito7
merged 12 commits into
TheAlgorithms:master
from
zendranm:add-issue-template
Nov 6, 2022
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
10bab3d
Adding new issue template
zendranm 4c864c3
Adding bug issue template
zendranm 17a1891
Adding feature request template
zendranm 91c4681
Removing feature request template and adding comments
zendranm 2a62175
Converting bug template to yaml
zendranm 6046f33
Adding new feature request template
zendranm 35d36d3
CR changes part 1
zendranm fa87fc1
CR changes part 2
zendranm 80e0f67
CR changes part 3
zendranm 728dbfd
CR changes part 4
zendranm d9e7aea
CR changes part 5
zendranm 5170646
Removing specifications section
zendranm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
name: Bug report | ||
description: 'Create a report to help us improve' | ||
title: '[BUG]: ' | ||
labels: ['bug'] | ||
body: | ||
- type: markdown | ||
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 | ||
id: description | ||
attributes: | ||
label: Description | ||
description: Explain what the problem is. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expectedbhv | ||
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
|
||
id: actualbhv | ||
attributes: | ||
label: Actual Behavior | ||
description: Describe what actually happens. | ||
validations: | ||
required: true | ||
- type: textarea | ||
Panquesito7 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
id: steps | ||
attributes: | ||
label: Steps to reproduce (if applicable) | ||
description: List steps to reproduce the behavior. | ||
placeholder: | | ||
1. | ||
2. | ||
3. | ||
4. | ||
validations: | ||
required: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
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/JavaScript/blob/master/CONTRIBUTING.md) | ||
- type: textarea | ||
Panquesito7 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
id: description | ||
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
|
||
id: examples | ||
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
|
||
id: workarounds | ||
attributes: | ||
label: Possible workarounds | ||
description: If possible, describes possible workarounds to this feature. | ||
validations: | ||
required: false |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.