Skip to content

Commit

Permalink
ADD GIT TEMPLATE (#18)
Browse files Browse the repository at this point in the history
* Create ISSUES_TEMPLATE.md

* Create PULL_REQUEST_TEMPLATE.md
  • Loading branch information
Pooja1672 authored Nov 6, 2023
1 parent eb7d37e commit ca5ce63
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
17 changes: 17 additions & 0 deletions ISSUES_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
### Issue Description
[Describe the issue here]

### Expected Behavior
[Explain what you expected to happen]

### Actual Behavior
[Explain what actually happened]

### Steps to Reproduce
[Provide steps to reproduce the issue]

### Environment (if applicable)
[Provide information about your environment, such as OS, browser, or version]

### Additional Context
[Add any additional context or screenshots if necessary]
13 changes: 13 additions & 0 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
### Pull Request Description
[Describe the purpose of this pull request]

### Changes Made
[Explain the changes you made in this pull request]

### Related Issues
[Link to any related issues (e.g., fixes #1, closes #2)]

### Checklist
- [ ] I have tested these changes.
- [ ] I have reviewed the code.
- [ ] I have updated the documentation if necessary.

0 comments on commit ca5ce63

Please sign in to comment.