|
| 1 | +<!-- |
| 2 | + 📌 **Before You Submit: Please Read Carefully** |
| 3 | +
|
| 4 | + This template is **only** for submitting a **plugin update** to the store. |
| 5 | + If you're doing anything else (e.g., submitting a plugin), please start over and select the appropriate PR template. |
| 6 | +
|
| 7 | + Make sure you have: |
| 8 | + - (Optional, Highly encouraged) Tested and left feedback on **two other plugin PRs**. |
| 9 | + - Replaced **REPLACE_WITH_PLUGIN_NAME** and **REPLACE_WITH_SUMMARY**. |
| 10 | + - Completed the **Task Checklist**, including all Yes/No questions. |
| 11 | +--> |
| 12 | + |
| 13 | +# REPLACE_WITH_PLUGIN_NAME |
| 14 | + |
| 15 | +<!-- |
| 16 | + Briefly describe what changed |
| 17 | + If relevant, include screenshots, videos, or comparisons to similar plugins. |
| 18 | +--> |
| 19 | + |
| 20 | +REPLACE_WITH_UPDATE_SUMMARY |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | +## Task Checklist |
| 25 | + |
| 26 | +### Developer |
| 27 | + |
| 28 | +- [ ] I am the original author or an authorized maintainer of this plugin. |
| 29 | +- [ ] I have complied with all license requirements for the libraries used, including providing appropriate notices where necessary. |
| 30 | +- [ ] My plugin is entirely FOSS and doesn't rely on any external paid services provided (unless incredibly well known and trusted, and you or anyone you know doesn't profit on it). |
| 31 | + |
| 32 | +### Plugin Functionality |
| 33 | + |
| 34 | +- [ ] I have tested the plugin on both the **Stable** and **Beta** SteamOS update channels. |
| 35 | + |
| 36 | +### Backend Configuration |
| 37 | + |
| 38 | +* **Yes/No**: I use a standard Millennium python backend in my plugin. |
| 39 | +* **Yes/No**: I use **custom binaries** that or rely on other FOSS projects that aren't written directly using Millennium's python backend. |
| 40 | + |
| 41 | +### Community Contribution |
| 42 | + |
| 43 | +<!-- |
| 44 | + Link to your feedback on two plugin PRs in a comment on this PR. |
| 45 | + This step is optional but strongly encouraged — plugin PRs without testing contributions may be reviewed more slowly. |
| 46 | +--> |
| 47 | + |
| 48 | +- [ ] I have tested and left feedback on **two** other plugin pull requests. |
| 49 | +- [ ] I have added links to those feedback comments in this PR. |
| 50 | + |
| 51 | +--- |
| 52 | + |
| 53 | +## Testing Instructions |
| 54 | + |
| 55 | +<!-- |
| 56 | + DO NOT CHECK THESE YOURSELF. |
| 57 | + A third-party tester will check the appropriate box below **after verifying** your plugin. |
| 58 | +--> |
| 59 | + |
| 60 | +- [ ] Verified by a third party on **Steam Client Stable**. |
| 61 | +- [ ] Verified by a third party on **Steam Client Beta**. |
0 commit comments