Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
PapaRascal2020 committed Sep 21, 2024
2 parents bd9fe09 + aabf27c commit 809de83
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 5 deletions.
34 changes: 34 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
## Description

Please include a summary of the changes in this pull request and the related issue(s), if applicable. Include any relevant motivation and context.

Fixes: #(issue)

### Type of Change

What type of changes does your code introduce to the package?
_Put an `x` in the boxes that apply._

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Documentation update

### Changes Made

Please describe the changes you have made in detail. Include any refactors, new features, bug fixes, or any changes to the documentation.

---

## Checklist:

_Put an `x` in the boxes that apply._

- [ ] I have performed a self-review of my own code.
- [ ] I have commented my code, particularly in hard-to-understand areas.
- [ ] I have updated the documentation where necessary.

---

## Further Comments

If this is a large pull request, or you have additional notes, please share any more context or comments here.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,11 +336,6 @@ return $sidekick->moderate()->text(
]}
```


> [!NOTE]
> Quick note on error handling. Currently, if there is an error it is printed as the AI responds. I will be updating
> this over the next few days to be uniformed so that all errors are presented in tha same way regardless of AI driver/model
### Ways to Contribute

I want this composer package for Laravel to be as useful as possible, so with that in mind here are the ways you can contribute:
Expand Down

0 comments on commit 809de83

Please sign in to comment.