Skip to content

Commit c35ee62

Browse files
authored
Merge pull request #25 from TheCodeRaccoons/JorchCortez-patch-2
Updating PR templates
2 parents d87836b + c4f4c9e commit c35ee62

3 files changed

Lines changed: 92 additions & 11 deletions

File tree

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Bug Fix: [Bug Title or Issue ID]
2+
3+
## Description
4+
Provide a concise summary of the bug and how it was affecting the project.
5+
You can refer to [Link here] to view the fix working.
6+
7+
## Steps to Reproduce (if applicable)
8+
Outline the steps to reproduce the bug (if known):
9+
1. Step 1
10+
2. Step 2
11+
3. Step 3
12+
13+
## Related Issues
14+
- Link any issues related to this bug (e.g., `Fixes #123`).
15+
16+
## Fix Details
17+
- Describe the fix and how it resolves the issue.
18+
- Mention any edge cases considered.
19+
20+
## Changes Made
21+
- List the key changes or corrections made in this PR.
22+
23+
24+
## Checklist
25+
- [ ] Bug has been tested and verified locally.
26+
- [ ] Regression tests have been added (if necessary).
27+
- [ ] Documentation has been updated (if necessary).
28+
29+
## Additional Notes
30+
Add any extra details or comments for reviewers.
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# New Feature: [Feature Title for Existing Script]
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.
Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,35 @@
1-
## Double check these details before you open a PR
1+
# New Script/Functionality: [Script Name or Feature Title]
22

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.
85

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.
1013

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.
1316

1417
**This PR closes NONE**
1518
<!-- List issues that this PR would close above. Ex: This PR closes #1, #2, #3. -->
1619
<!-- If your pull request does not fix any issue, it's best to make an issue OR remove this section, depending on your changes. -->
1720

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

Comments
 (0)