-
Notifications
You must be signed in to change notification settings - Fork 46
Update feature templates #22
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
Changes from 6 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
e105afb
Update feature templates
denis-fokin e37e8c6
Merge branch 'main' into denis-fokin/update-feature-templates
denis-fokin 95e8332
Merge branch 'main' into denis-fokin/update-feature-templates
denis-fokin 473a139
Extra space is removed
denis-fokin c749f38
Merge branch 'main' into denis-fokin/update-feature-templates
denis-fokin fc37f5b
Follow-up after Dmitry
denis-fokin b430ec3
Typo is fixed
denis-fokin 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,38 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for the UTBot project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Description** | ||
|
||
_Substitute this text with a concise description of the problem. Please be clear what parts of the problem are considered to be in-scope and out-of-scope._ | ||
|
||
_Example:_ Sometimes engine does not emit any tests. Seems that in such situations we can use a fuzzer. | ||
|
||
**Expected behavior** | ||
|
||
_Substitute the text with a clear and concise description of what you want to happen._ | ||
|
||
_Example:_ We can significantly improve coverage with a smart fuzzer. We can not only feed the API under test with a corner case data but analyze the control-flows graph in order to find additional data to fuzz. | ||
|
||
**Environment** | ||
|
||
_Substitute the text with steps to set up the environment for testing of the expected behavior._ | ||
|
||
_Example:_ You can execute test generation for a complex example. Stop the generation in several seconds after the start. | ||
|
||
**Potential alternativesd** | ||
denis-fokin marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
_Substitute this text with a potential alternative to the solution._ | ||
|
||
_Example:_ We can use simpler version of a fuzzer that just finds corner cases for primitives. | ||
|
||
**Context** | ||
|
||
_Substitute this text with information that can be crucial for understanding the problem._ | ||
|
||
_Example:_ fuzzing is the process of providing invalid, unexpected, or random data to a computer program. In context of UTBot, we are going to provide the data to the API under test. |
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.