|
| 1 | +<!-- |
| 2 | + 📌 **Before You Submit: Please Read Carefully** |
| 3 | +
|
| 4 | + This template is **only** for submitting a **new plugin** to the store. |
| 5 | + If you're doing anything else (e.g., updating 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 your plugin does. |
| 17 | + If relevant, include screenshots, videos, or comparisons to similar plugins. |
| 18 | + If your plugin overlaps with existing ones, explain how it differs and why it adds value. |
| 19 | +--> |
| 20 | + |
| 21 | +REPLACE_WITH_SUMMARY |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | +## Task Checklist |
| 26 | + |
| 27 | +### Developer |
| 28 | + |
| 29 | +- [ ] I am the original author or an authorized maintainer of this plugin. |
| 30 | +- [ ] I have complied with all license requirements for the libraries used, including providing appropriate notices where necessary. |
| 31 | +- [ ] My plugin is fully open source and does not depend on any external paid services, except for widely trusted and well-known platforms. Additionally, neither I nor anyone associated with me profits from any such services. |
| 32 | + |
| 33 | +### Plugin Functionality |
| 34 | + |
| 35 | +- [ ] I have tested the plugin on both the **Stable** and **Beta** SteamOS update channels. |
| 36 | +- [ ] My plugin is **unique**, or provides **additional or alternative functionality** to plugins already on the store. |
| 37 | + |
| 38 | +### Backend Configuration |
| 39 | + |
| 40 | +* **Yes/No**: I use a standard Millennium python backend in my plugin. |
| 41 | +* **Yes/No**: I use **custom binaries** that or rely on other FOSS projects that aren't written directly using Millennium's python backend. |
| 42 | + |
| 43 | +### Community Contribution |
| 44 | + |
| 45 | +<!-- |
| 46 | + Link to your feedback on two plugin PRs in a comment on this PR. |
| 47 | + This step is optional but strongly encouraged — plugin PRs without testing contributions may be reviewed more slowly. |
| 48 | +--> |
| 49 | + |
| 50 | +- [ ] I have tested and left feedback on **two** other plugin pull requests. |
| 51 | +- [ ] I have added links to those feedback comments in this PR. |
| 52 | + |
| 53 | +--- |
| 54 | + |
| 55 | +## Testing Instructions |
| 56 | + |
| 57 | +<!-- |
| 58 | + DO NOT CHECK THESE YOURSELF. |
| 59 | + A third-party tester will check the appropriate box below **after verifying** your plugin. |
| 60 | +--> |
| 61 | + |
| 62 | +- [ ] Verified by a third party on **Steam Client Stable**. |
| 63 | +- [ ] Verified by a third party on **Steam Client Beta**. |
0 commit comments