Skip to content

Commit 1b81dfd

Browse files
authored
Merge pull request #9 from Sapna2001/template
Templates added
2 parents d63fa62 + 6e69259 commit 1b81dfd

File tree

3 files changed

+62
-0
lines changed

3 files changed

+62
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: 'bug'
6+
assignees: ''
7+
---
8+
9+
**Describe the bug**
10+
A clear and concise description of what the bug is.
11+
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Description of the enhancement**
11+
A clear and concise description of what the problem you wish to solve or any enhancement you wish to do for the project
12+
13+
**Screenshots**
14+
Screenshots of the proposed changes compared with the current version of the project

.github/pull_request_template.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Description
2+
Include a summary of the change and relevant motivation/context. List any dependencies that are required for this change.
3+
4+
Fixes # [ISSUE]
5+
6+
# Type of Change:
7+
**Delete irrelevant options.**
8+
9+
- Code
10+
- Quality Assurance
11+
- User Interface
12+
- Documentation
13+
14+
15+
# Screenshots
16+
Screenshots of the proposed changes compared with the current version of the project
17+
18+
# Checklist:
19+
20+
- [ ] My code follows the style guidelines(Clean Code) of this project
21+
- [ ] I have performed a self-review of my own code
22+
- [ ] I have commented my code, particularly in hard-to-understand areas
23+
- [ ] I have added tests/screenshots(If any) that prove my fix is effective or that my feature works

0 commit comments

Comments
 (0)