Skip to content

Commit

Permalink
Merge pull request #1 from miroapp/dev
Browse files Browse the repository at this point in the history
Package Updates, Linting and Small Fixes
  • Loading branch information
alireza-sheikholmolouki authored Jun 25, 2024
2 parents 2dec1c0 + a7f6144 commit eca6a15
Show file tree
Hide file tree
Showing 8 changed files with 6,785 additions and 3,104 deletions.
8 changes: 7 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,37 @@ about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

> ❗ Important Note: You may have encountered a permissions error that is solvable by your Cloud Provider administrator. You should have get the relevant logs if it's a permission error.
## Description

A clear and concise description of what the bug is.

## Commands and Options

1. Run the script with the following command: `...`
2. Options I ran the script with: `...`

## Expected Behavior

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

## Actual Behavior

A clear and concise description of what actually happened.

## Logs (or Screenshots)

If applicable, add logs (or screenshots) to help explain your problem.

## Environment

- **OS**: [e.g., macOS, Windows, Linux]
- **Terminal**: [e.g., bash, zsh, PowerShell]
- **Script Version**: [e.g., 0.1.0]

## Additional Context

Add any other context about the problem here.
7 changes: 6 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,29 @@ about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

## Feature Description

A clear and concise description of the feature you are requesting.

## Use Case

Explain how this feature would be used and why it is important.

## Suggested Solution

If you have an idea of how to implement this feature, please describe it here.

## Alternatives Considered

Describe any alternative solutions or features you have considered.

## Additional Context

Add any other context or screenshots about the feature request here.

## Checklist

- [ ] I have searched for similar feature requests.
- [ ] I have included all necessary information.
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ about: e.g. requesting adding support for AWS Sagemaker
title: ''
labels: ''
assignees: ''

---

## Cloud Provider

e.g. AWS

## Service and Resource

e.g. SageMaker Endpoints

## Additional Context

Add any other context about the resource here.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'
Loading

0 comments on commit eca6a15

Please sign in to comment.