Skip to content

Commit

Permalink
Merge branch 'main' into v2
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 authored Jan 15, 2024
2 parents 5eaade5 + ffa31e7 commit e80cb94
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 1 deletion.
57 changes: 57 additions & 0 deletions .github/ISSUE_TEMPLATE/issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
name: 🐞 Bug
about: File a bug/issue
title: '[BUG] <title>'
labels: Bug, Needs Triage
assignees: ''

---

## Bug Report

**Describe the Bug:**
<!-- A clear and concise description of the bug -->

**To Reproduce:**
<!-- Steps to reproduce the behavior -->

1. Step 1
2. Step 2
3. ...

**Expected Behavior:**
<!-- A clear and concise description of what you expected to happen -->

**Actual Behavior:**
<!-- A clear and concise description of what actually happened -->

**Screenshots (if applicable):**
<!-- If applicable, add screenshots to help explain your problem -->

**Environment:**
- Noticed gem version: <!-- Specify the version of the Noticed gem where the bug occurred -->
- Ruby version: <!-- Specify the version of Ruby you are using -->
- Rails version: <!-- Specify the version of Rails you are using -->
- Operating System: <!-- Specify your operating system -->

**Additional Context:**
<!-- Add any other context about the problem here -->

**Possible Fix:**
<!-- If you have suggestions on how to fix the bug, you can provide them here -->

**Steps to Reproduce with Fix (if available):**
<!-- If you have a fix, outline the steps to reproduce the bug using your fix -->

**Related Issues:**
<!-- If applicable, reference any related GitHub issues or pull requests -->

**Labels to Apply:**
<!-- Suggest labels that should be applied to this issue -->

**Checklist:**
<!-- Make sure all of these items are completed before submitting the issue -->

- [ ] I have searched for similar issues and couldn't find any
- [ ] I have checked the documentation for relevant information
- [ ] I have included all the required information
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ end

Delivery methods have access to the following methods and attributes:

* `notification` - The instance of the Notification. You can call methods on the notification to let the user easily override formatting and other functionality of the delivery method.
* `record` - The instance of the Notification. You can call methods on the notification to let the user easily override formatting and other functionality of the delivery method.
* `options` - Any configuration options on the `deliver_by` line.
* `recipient` - The object who should receive the notification. This is typically a User, Account, or other ActiveRecord model.
* `params` - The params passed into the notification. This is details about the event that happened. For example, a user commenting on a post would have params of `{ user: User.first }`
Expand Down

0 comments on commit e80cb94

Please sign in to comment.