-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c87446d
commit 890c469
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<!-- !! Thank your for opening a PR !! --> | ||
|
||
<!--- Provide a self-contained summary of your changes in the Title above --> | ||
<!--- This is what will be shown in the automatic release notes: https://github.com/pymc-labs/pymc-marketing/releases --> | ||
|
||
## Description | ||
<!--- Describe your changes in detail --> | ||
|
||
## Related Issue | ||
<!--- It is good practice to first open an issue explaining the bug / new feature that is addressed by this PR --> | ||
<!--- Please type an `x` in one of the boxes below and provide the issue number after the # sign: --> | ||
- [ ] Closes issue: # | ||
- [ ] Related issue (not closed by this PR): # | ||
|
||
## Checklist | ||
<!--- Make sure you have completed the following steps before submitting your PR --> | ||
<!--- Feel free to type an `x` in all the boxes below to let us know you have completed the steps: --> | ||
- [ ] Checked that [the pre-commit linting/style checks pass](https://docs.pymc.io/en/latest/contributing/python_style.html) | ||
- [ ] Included tests that prove the fix is effective or that the new feature works | ||
- [ ] Added necessary documentation (docstrings and/or example notebooks) | ||
- [ ] If you are a pro: each commit corresponds to a [relevant logical change](https://wiki.openstack.org/wiki/GitCommitMessages#Structural_split_of_changes) | ||
<!--- You may find this guide helpful: https://mainmatter.com/blog/2021/05/26/keeping-a-clean-git-history/ --> | ||
|
||
## Modules affected | ||
<!--- Please list the modules that are affected by this PR by typing an `x` in the boxes below: --> | ||
- [ ] MMM | ||
- [ ] CLV | ||
<!--- Additionally, if you are a maintainer or reviewer, please make sure that the appropriate labels are added to this PR --> | ||
|
||
## Type of change | ||
<!--- Select one of the categories below by typing an `x` in the box --> | ||
- [ ] New feature / enhancement | ||
- [ ] Bug fix | ||
- [ ] Documentation | ||
- [ ] Maintenance | ||
- [ ] Other (please specify): | ||
<!--- Additionally, if you are a maintainer or reviewer, please make sure that the appropriate labels are added to this PR --> |