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

chore: add optional benchmark questions to feature #401

Merged
Merged
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
7 changes: 6 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_internal.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,18 @@ A plan or brief overview of how the feature will be implemented.

### Testing
A detailed description of how this feature will be tested.

* What are the core aspects of the feature that need testing?
* Outline the test cases and for each specify:
* The purpose of the test.
* The inputs.
* The expected output.

### Benchmarking (Optional)
Describe how and why this feature needs to be benchmarked with regards to:
* Performance in metric(s)...
* Speed
* Scale

### Definition of done
A precise outline for the feature to be considered fully implemented, i.e. done/complete.

Expand Down