-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a88fcea
commit 1916167
Showing
4 changed files
with
80 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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,28 @@ | ||
--- | ||
name: Refactoring | ||
about: Suggest refactoring of some code | ||
title: '' | ||
labels: 'type: refactoring' | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Involved Module | ||
- [ ] UI | ||
- [ ] EvoSuite | ||
- [ ] LLM | ||
- [ ] Kex | ||
- [ ] Other (please explain) | ||
|
||
### What part of the code needs refactoring? | ||
Please point to a specific component that needs refactoring. | ||
|
||
### What's wrong with the current implementation? | ||
Please explain why yoy think the code needs refactoring. | ||
|
||
### How critical is this issue? | ||
Does it significantly impact maintainability of the codebase? | ||
|
||
### Do you have any specific changes in mind? | ||
Optionally, you can suggest how the code should be refactored. | ||
|
This file contains 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: Testing | ||
about: Suggest covering some code with tests | ||
title: '' | ||
labels: 'type: testing' | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Involved Module | ||
- [ ] UI | ||
- [ ] EvoSuite | ||
- [ ] LLM | ||
- [ ] Kex | ||
- [ ] Other (please explain) | ||
|
||
### What part of the code needs testing? | ||
Please point to a specific component that needs testing. | ||
|
||
### How error-prone is this code? | ||
Does it contain any complex and error-prone logic? | ||
|
||
### How critical is this code? | ||
Would bugs here strongly affect user experience? | ||
|
||
### How much time and effort will the testing take? | ||
Is it a 30-minute task or does it require hours of testing? Do we need to write any fakes, mocks, or stubs? | ||
|
||
### Do you have any test scenarios in mind? | ||
Optionally, you can suggest how the code should be tested. | ||
|