Skip to content

Commit 39c77d9

Browse files
authored
Merge pull request #27 from TheCodeRaccoons/JorchCortez-patch-3
Create pull_request_template.md
2 parents 4496f0f + 6b22e49 commit 39c77d9

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# New Feature: [Feature Title]
2+
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.
5+
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.
16+
17+
## Features
18+
<!-- List your features here and the benefits they bring. Include images/codes if appropriate -->
19+
20+
**This PR closes NONE**
21+
<!-- List issues that this PR would close above. Ex: This PR closes #1, #2, #3. -->
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. -->
23+
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

Comments
 (0)