Skip to content

Commit 764ac77

Browse files
committed
ADD: Issue templates added(pull request,bug,feature request).issue #120
1 parent 55b1053 commit 764ac77

File tree

3 files changed

+86
-0
lines changed

3 files changed

+86
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: '[BUG] Brief Description of the Issue'
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
Found a bug? Please fill out the sections below. 👍
11+
12+
13+
### Describe the bug
14+
15+
A clear and concise description of what the bug is.
16+
17+
### Steps to Reproduce
18+
19+
1. (for ex.) went to...
20+
2. clicked on this point
21+
3. not working
22+
23+
### Expected Behavior
24+
A brief description of what you expected to happen.
25+
26+
### Actual Behavior:
27+
what actually happened.
28+
29+
### Environment
30+
- OS:
31+
- Model Used (e.g., GPT-4v, Gemini Pro Vision):
32+
- Framework Version (optional):
33+
34+
### Screenshots
35+
If applicable, add screenshots to help explain your problem.
36+
37+
### Additional context
38+
Add any other context about the problem here.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: '[FEATURE] Short Description of the Feature'
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
### Is your feature request related to a problem? Please describe.
11+
12+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
13+
14+
### Describe the solution you'd like
15+
A clear and concise description of what you want to happen.
16+
17+
### Describe alternatives you've considered
18+
A clear and concise description of any alternative solutions or features you've considered.
19+
20+
### Additional context
21+
Add any other context or screenshots about the feature request here.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
## What does this PR do?
2+
3+
<!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. -->
4+
5+
Fixes # (issue)
6+
7+
## Requirement/Documentation
8+
9+
<!-- Please provide all documents that are important to understand the reason of that PR. -->
10+
11+
- If there is a requirement document, please, share it here.
12+
13+
## Type of change
14+
15+
<!-- Please delete bullets that are not relevant. -->
16+
17+
- [ ] Bug fix (non-breaking change which fixes an issue)
18+
- [ ] Chore (refactoring code, technical debt, workflow improvements)
19+
- [ ] New feature (non-breaking change which adds functionality)
20+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
21+
- [ ] Tests (Unit/Integration/E2E or any other test)
22+
- [ ] This change requires a documentation update
23+
24+
25+
## Mandatory Tasks
26+
27+
- [ ] Make sure you have self-reviewed the code. A decent size PR without self-review might be rejected. Make sure before submmiting this PR you run tests with evaluate.py

0 commit comments

Comments
 (0)