Skip to content

Commit

Permalink
Merge pull request #292 from codeforpdx/Development
Browse files Browse the repository at this point in the history
Version Update from v0.5.1 (formerly v0.0.5.1) to v0.6.0
  • Loading branch information
leekahung authored Jul 19, 2023
2 parents 4305355 + f4137ad commit 637363e
Show file tree
Hide file tree
Showing 121 changed files with 4,289 additions and 3,174 deletions.
2 changes: 0 additions & 2 deletions .env

This file was deleted.

32 changes: 19 additions & 13 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,24 @@ assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.
**Bug Title**: [Concise description of the bug]

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Bug Description**:
Please provide a detailed description of the bug.

**Expected behavior**
A clear and concise description of what you expected to happen.
**Reproduction Steps**:
1.
2.
3.

**Screenshots**
If applicable, add screenshots to help explain your problem.
**Expected Behavior**:
What should have happened if the bug didn't occur.

**Actual Behavior**:
What actually happened, and how it differed from the expected behavior.

**Screenshots (If applicable)**:
If possible, add screenshots to help explain the problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
Expand All @@ -34,5 +37,8 @@ If applicable, add screenshots to help explain your problem.
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
**Additional Context**:
Add any other context about the problem here.

**Possible Solution (optional)**:
If you have a suggestion on how to fix this bug.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Enhancement request
about: Suggest an enhancement for this project
title: 'Enhancement: [Your Title Here]'
labels: enhancement
assignees: ''

---

**Describe the Current Behavior/Feature**:
Provide a clear and concise description of the current behavior or feature.

**Proposed Behavior/Feature**:
A clear and concise description of the enhancement you want.

**Rationale**:
Please outline why this enhancement is needed and how it will benefit the project.

**Proposed Implementation (if applicable)**:
Provide a detailed low level description of how you propose the enhancement should be implemented.

**Additional context**:
Add any other context or screenshots about the enhancement request here.
25 changes: 17 additions & 8 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,23 @@ 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.
**Feature Title**: [Concise description of the feature]

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Feature Description**:
Please provide a detailed description of the proposed feature.

**Additional context**
Add any other context or screenshots about the feature request here.
**Use Case**:
Explain when and why this feature would be used. Try to include as much detail as possible.

**Proposed Solution**:
If you have a solution in mind, please outline it here. If not, that's okay too.

**Alternative Solutions**:
If there are alternative ways to solve this problem, please list them here.

**Screenshots (if applicable)**:
Include any screenshots that may be helpful.

**Additional Context**:
Please provide any other information that might be helpful.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
- Updated all relevant components/functions using createDocAclForUser with new setDocAclForUser function (#183)
- Optimized session-core functions (#183)
- Included new JSDoc for new barcode scanner functions (#179)
- Updated clearDoc.js and .gitignore to accomedate for new ZXing_barcaode.md (#179)
- Updated clearDoc.js and .gitignore to accommodate for new ZXing_barcode.md (#179)
- Organized utils directory into 4 subdirectories and rerouted import paths (#171)
- Refactored contexts for userList from session-core to src/modal-helpers (#169)
- Replaced removeKeys function with localStorage.clear (#167)
Expand Down
65 changes: 0 additions & 65 deletions CONTRIBUTING.md

This file was deleted.

Loading

0 comments on commit 637363e

Please sign in to comment.