diff --git a/.github/ISSUE_TEMPLATE/performance_improvement.md b/.github/ISSUE_TEMPLATE/performance_improvement.md new file mode 100644 index 00000000..835cfc58 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/performance_improvement.md @@ -0,0 +1,23 @@ +--- +name: Performance improvement +about: Suggest a method to improve the performance of this project +title: '' +labels: performance +assignees: '' + +--- + +**What's the issue? Please describe.** +A clear and concise description of what the problem is. Ex. When doing X, Y happens because [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Tests** +While an idea might improve performance on paper, in practice it might not. It's really important to test your idea out first! + +**Additional context** +Add any other context or screenshots about the feature request here.