|
| 1 | +# New Script/Functionality: [Script Name or Feature Title] |
| 2 | + |
| 3 | +## Description |
| 4 | +Provide a detailed description of the new script or functionality. Explain its purpose and how it will be used. |
| 5 | + |
| 6 | +## Related Issues |
| 7 | +- Link any issues related to this new script or feature (e.g., `Fixes #123`). |
| 8 | + |
| 9 | +## Script Details |
| 10 | +- **Name of Script**: [Provide the script name] |
| 11 | +- **Purpose**: Explain what the script does and the problem it solves. |
| 12 | +- **Key Features**: List the primary functions or features included in this script. |
| 13 | + |
| 14 | +## Usage Instructions |
| 15 | +- Provide clear steps or examples for how to use the new script. |
| 16 | + |
| 17 | +**This PR closes NONE** |
| 18 | +<!-- List issues that this PR would close above. Ex: This PR closes #1, #2, #3. --> |
| 19 | +<!-- If your pull request does not fix any issue, it's best to make an issue OR remove this section, depending on your changes. --> |
| 20 | + |
| 21 | +## Checklist |
| 22 | +<!-- Tick the checkboxes to ensure you've done everything correctly --> |
| 23 | +- [ ] Script has been tested locally with all intended use cases. |
| 24 | +- [ ] Documentation has been created or updated. |
| 25 | +- [ ] All dependencies or related files are included. |
| 26 | +- [ ] PR name matches the format *[ feature ]: <i>Feature Name</i> (<i>versions separated by comma</i>)*. More details [here](https://github.com/TheCodeRaccoons/WebTricks/wiki/Overview-on-Submitting-Features) |
| 27 | +- [ ] PR's base is the `develop` branch. |
| 28 | +- [ ] Your Feature matches the standards laid out [here](https://github.com/TheCodeRaccoons/WebTricks/wiki/Programming-Standards) |
| 29 | +<!-- Refer to the [contributing](https://github.com/TheCodeRaccoons/WebTricks/wiki/Contributing) guidelines for more details. --> |
| 30 | + |
| 31 | +## Screenshots or GIFs (if applicable) |
| 32 | +Include visuals demonstrating the new functionality, if relevant. |
| 33 | + |
| 34 | +## Additional Notes |
| 35 | +Add any extra details or comments for reviewers. |
0 commit comments