|
1 | | -## Double check these details before you open a PR |
| 1 | +# New Feature: [Feature Title for Existing Script] |
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 brief summary of the new feature added to an existing script. Highlight what enhancement it brings or the new functionality introduced. |
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 feature (e.g., `Fixes #123`). |
| 8 | + |
| 9 | +## Script Details |
| 10 | +- **Script Name**: [Name of the existing script] |
| 11 | +- **Purpose of Update**: Describe why this update was necessary. |
| 12 | +- **New Behavior**: Explain the new functionality added. |
| 13 | + |
| 14 | +## Changes Made |
| 15 | +- List the key modifications or additions to the script. |
10 | 16 |
|
11 | 17 | ## Features |
12 | 18 | <!-- List your features here and the benefits they bring. Include images/codes if appropriate --> |
|
15 | 21 | <!-- List issues that this PR would close above. Ex: This PR closes #1, #2, #3. --> |
16 | 22 | <!-- 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 | 23 |
|
18 | | -## Notes |
19 | | -<!-- List anything note-worthy here (potential issues, this needs to be merged to `master` before working, etc.). --> |
| 24 | +## Checklist |
| 25 | +<!-- Tick the checkboxes to ensure you've done everything correctly --> |
| 26 | +- [ ] Feature has been tested locally with all relevant use cases. |
| 27 | +- [ ] Documentation has been updated (if necessary). |
| 28 | +- [ ] PR does not match another non-stale PR currently opened |
| 29 | +- [ ] 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) |
| 30 | +- [ ] PR's base is the `develop` branch. |
| 31 | +- [ ] Your Feature matches the standards laid out [here](https://github.com/TheCodeRaccoons/WebTricks/wiki/Programming-Standards) |
| 32 | +<!-- Refer to the [contributing](https://github.com/TheCodeRaccoons/WebTricks/wiki/Contributing) guidelines for more details. --> |
| 33 | + |
| 34 | +## Additional Notes |
| 35 | +Add any extra details or comments for reviewers. |
0 commit comments