Skip to content

Commit

Permalink
Merge pull request #14 from JohananOppongAmoateng/issue-and-pr-templates
Browse files Browse the repository at this point in the history
Issue and pr templates
  • Loading branch information
john0isaac authored Oct 22, 2024
2 parents 459c4e1 + aa98bfa commit 6adbd72
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Bug Report
about: Create a report to help us improve
title: "[Bug]: "
labels: bug
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. 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.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Feature Request
about: Suggest an idea for this project
title: "[Feature Request]: "
labels: enhancement
assignees: ''
---

**Is your feature request related to a problem?**
Please describe the problem you are facing.

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

**Additional context**
Add any other context or screenshots here.
10 changes: 10 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Description
Please include a summary of the changes and the related issue.

## Checklist
- [ ] I have read the contributing guidelines.
- [ ] I have written tests for the changes, if applicable.
- [ ] I have added necessary documentation.

### Related Issues
Please reference related issues here:

0 comments on commit 6adbd72

Please sign in to comment.