Skip to content

Commit

Permalink
Merge pull request #25 from Harish-2003/templateaddition
Browse files Browse the repository at this point in the history
Templateaddition to the Repo
  • Loading branch information
hasmithagunda123 authored May 14, 2024
2 parents 2ca8414 + 94371a7 commit dd25c0c
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 0 deletions.
20 changes: 20 additions & 0 deletions templates/Feature_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[feature]"
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
27 changes: 27 additions & 0 deletions templates/Issue_templated.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Bug report
about: Create a report to help us improve
title: "[bug]"
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Additional context**
Add any other context about the problem here.
25 changes: 25 additions & 0 deletions templates/Pull_Request_Template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## PR Title
[Summary of the changes made]

## Description
[Detailed description of the changes made]

## Linked Issue
Please link the issue that this PR resolves in the format: `#[issue_number] [issue_name]`

## Changes and Additions
- [List of changes and additions]

## Testing and Validation
[Describe how the changes were tested and validated]

## Additional Context or Information
[Provide any additional details relevant to the PR]

## Checklist
Please ensure you've completed the following tasks:
- [ ] Code is up to date with the project's latest version
- [ ] All tests have been run and passed
- [ ] Code has been reviewed for correctness and readability
- [ ] Followed the project's coding guidelines

0 comments on commit dd25c0c

Please sign in to comment.