Skip to content

Commit dfb6a30

Browse files
committed
Update pull request templates
1 parent fcfcc63 commit dfb6a30

File tree

3 files changed

+84
-0
lines changed

3 files changed

+84
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
name: Pull Request
3+
about: Submit a pull request to improve the project
4+
title: ""
5+
labels: ""
6+
assignees: ""
7+
---
8+
9+
**Description**
10+
A clear and concise description of the changes introduced in this pull request.
11+
12+
**Related Issue**
13+
If this pull request fixes an issue, please link it here (e.g., Fixes #123).
14+
15+
**Changes Made**
16+
List the key changes made in this pull request:
17+
18+
- Change 1
19+
- Change 2
20+
- Change 3
21+
22+
**Screenshots**
23+
If applicable, add screenshots or GIFs to show the changes.
24+
25+
**How to Test**
26+
Steps to test this PR:
27+
28+
1. Go to '...'
29+
2. Click on '...'
30+
3. Verify that '...'
31+
32+
**Environment (please complete the following information):**
33+
34+
- OS: [e.g. macOS, Windows]
35+
- Browser [e.g. Chrome, Safari]
36+
- Version [e.g. 22]
37+
38+
**Additional Context**
39+
Add any other context about the pull request here.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: Custom pull request template
3+
about: Describe this pull request template's purpose here.
4+
title: ""
5+
labels: ""
6+
assignees: ""
7+
---
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Pull Request
3+
about: Submit a pull request to propose a new feature or improvement
4+
title: ""
5+
labels: ""
6+
assignees: ""
7+
---
8+
9+
**Summary**
10+
A clear and concise description of the new feature or improvement introduced in this pull request.
11+
12+
**Problem Statement**
13+
Is this feature request solving a specific problem? Please describe it clearly.
14+
15+
**Proposed Solution**
16+
Describe how this pull request addresses the issue or introduces the requested feature.
17+
18+
**Alternative Solutions Considered**
19+
List any alternative approaches that were considered before implementing this solution.
20+
21+
**Screenshots**
22+
If applicable, add screenshots or GIFs to demonstrate the changes.
23+
24+
**How to Test**
25+
Steps to test this PR:
26+
27+
1. Go to '...'
28+
2. Click on '...'
29+
3. Verify that '...'
30+
31+
**Environment (please complete the following information):**
32+
33+
- OS: [e.g. macOS, Windows]
34+
- Browser [e.g. Chrome, Safari]
35+
- Version [e.g. 22]
36+
37+
**Additional Context**
38+
Add any other context or considerations for this pull request here.

0 commit comments

Comments
 (0)