|
1 | | -## Double check these details before you open a PR |
| 1 | +# New Script/Functionality: [Script Name or Feature Title] |
2 | 2 |
|
3 | | -<!-- Tick the checkboxes to ensure you've done everything correctly --> |
4 | | -- [ ] PR does not match another non-stale PR currently opened |
5 | | -- [ ] 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) |
6 | | -- [ ] PR's base is the `develop` branch. |
7 | | -- [ ] Your Feature matches the standards laid out [here](https://github.com/TheCodeRaccoons/WebTricks/wiki/Programming-Standards) |
| 3 | +## Description |
| 4 | +Provide a detailed description of the new script or functionality. Explain its purpose and how it will be used. |
8 | 5 |
|
9 | | -<!-- Refer to the [contributing](https://github.com/TheCodeRaccoons/WebTricks/wiki/Contributing) guidelines for more details. --> |
| 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. |
10 | 13 |
|
11 | | -## Features |
12 | | -<!-- List your features here and the benefits they bring. Include images/codes if appropriate --> |
| 14 | +## Usage Instructions |
| 15 | +- Provide clear steps or examples for how to use the new script. |
13 | 16 |
|
14 | 17 | **This PR closes NONE** |
15 | 18 | <!-- List issues that this PR would close above. Ex: This PR closes #1, #2, #3. --> |
16 | 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. --> |
17 | 20 |
|
18 | | -## Notes |
19 | | -<!-- List anything note-worthy here (potential issues, this needs to be merged to `master` before working, etc.). --> |
| 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