diff --git a/.github/ISSUE_TEMPLATE/suggest-optimization.md b/.github/ISSUE_TEMPLATE/suggest-optimization.md index 8922303..850db1e 100644 --- a/.github/ISSUE_TEMPLATE/suggest-optimization.md +++ b/.github/ISSUE_TEMPLATE/suggest-optimization.md @@ -1,21 +1,104 @@ --- -name: Suggest optimization -about: Have problems with certain OPTIMIZE profile? Do you suggest better numbers? -title: "[OPTIMIZATION] " -labels: optimization +name: Optimization Suggestion +about: Propose new or improved optimization profiles (e.g. GPU tuning parameters) +title: "[OPTIMIZATION]: " +labels: ["optimization", "needs-review"] assignees: '' +--- + +## โš™๏ธ Summary +Provide a short description of the optimization you are proposing. + +--- + +## ๐Ÿ” Context & Goal +- What are you trying to improve? (e.g. hashrate, efficiency, stability, thermals) +- What issue or limitation does this address? + +--- + +## ๐Ÿ“š Baseline Confirmation +Please confirm: +- [ ] I am using the latest available optimization data +- [ ] I have tested against current official profiles --- -**Are you aware of the latest [Optimization data](https://github.com/nicehash/NiceHashQuickMiner/tree/main/optimize) being used?** -Yes/No. +## ๐Ÿงช Optimization Type +- **Type:** (New / Modification) +- **Target Profile:** (Lite / Medium / High / Efficient / Custom) + +--- + +## ๐Ÿ–ฅ๏ธ Hardware Details +Provide complete hardware information: +- **GPU Model:** (e.g. NVIDIA GeForce RTX 3080) +- **VRAM Size:** +- **Manufacturer / Variant:** (e.g. ASUS, MSI, reference) +- **Special VRAM Type:** (if applicable) +- **Number of GPUs:** +- **Driver Version:** + +--- + +## โšก Proposed Optimization Settings +Clearly define your suggested parameters: +- **Core Clock Offset / Lock:** +- **Memory Clock Offset:** +- **Power Limit (% or Watts):** +- **Voltage (if applicable):** +- **Fan Settings:** +- **Other Tweaks:** + +--- -**I am suggesting new optimization or modification of existing optimization?** -New/Modification +## ๐Ÿ“Š Benchmark Results +Compare your results against current profiles: -**For GPU:** NVIDIA GeForce ... -**Optimization name:** Lite/Medium/High/Efficient -**Special VRAM & Manufacturer:** Yes/No +| Metric | Current Profile | Proposed Optimization | +|------------------|---------------|----------------------| +| Hashrate | | | +| Power Usage (W) | | | +| Efficiency (H/W) | | | +| Temperature (ยฐC) | | | +| Stability | | | + +--- + +## ๐Ÿ” Reproducibility +- Steps to apply and reproduce this optimization: + 1. ... + 2. ... + 3. ... + +- Duration tested: (e.g. 24h, 72h) +- Stability notes: (crashes, invalid shares, throttling, etc.) + +--- + +## ๐Ÿ“ธ Evidence +Attach supporting materials: +- Screenshots (miner output, monitoring tools) +- Logs +- Graphs / metrics over time + +--- + +## โš ๏ธ Risks / Trade-offs +Describe any known downsides: +- Increased power consumption? +- Higher temperatures? +- Reduced hardware lifespan risk? + +--- + +## ๐Ÿงฉ Additional Notes +Add any extra insights or recommendations. + +--- -**My suggested optimization data is following:** -I suggest core clock... +## โœ… Pre-Submission Checklist +- [ ] I have tested thoroughly and verified stability +- [ ] I have compared against existing profiles +- [ ] I have included benchmark data and evidence +- [ ] I have provided complete hardware details