Skip to content

Commit

Permalink
Chore: Add GitHub templates
Browse files Browse the repository at this point in the history
  • Loading branch information
sandypockets committed Dec 14, 2023
1 parent b74f6b4 commit 36804c0
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
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. 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.

**Environment (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Additional Context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.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: enhancement
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.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: General Question
about: Ask a question about the project
title: "[QUESTION]"
labels: question
assignees: ''

---

**Your Question**
Describe your question in detail here.

**Additional Context**
Add any additional context or information that might help us understand your question better.
32 changes: 32 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Pull Request Template

Thank you for your contribution to `easy-dates-picker`! Before submitting your PR, please make sure you meet the following criteria and check off the following list.

## Checklist

- [ ] **I have read the [contributing guidelines](https://github.com/sandypockets/easy-dates-picker/blob/main/CONTRIBUTING.md).**
- [ ] I have linked the issue the PR addresses, or if there is no issue, I have described the issue or feature I am addressing.

## PR Description

_Please describe the changes you have made. Include the following details:_

- Why is this change necessary?
- What does it address?
- What are the significant changes?

## Tests

_Describe the tests you have added to validate your changes. If you haven't added any tests, explain why._

## Documentation

_Describe the documentation updates you have made (if applicable)._

## Additional Information

_Any additional information or context you would like to provide regarding the PR._

---

Once again, thanks for contributing to `easy-dates-picker`!

0 comments on commit 36804c0

Please sign in to comment.