-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix readme logo and update link to demo video (#185)
- Loading branch information
1 parent
58102dd
commit ed06309
Showing
4 changed files
with
91 additions
and
10 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,23 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**Tailpipe version (`tailpipe -v`)** | ||
Example: v0.1.0 | ||
|
||
**To reproduce** | ||
Steps to reproduce the behavior (please include relevant code and/or commands). | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
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,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: enhancement | ||
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. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |
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,32 @@ | ||
--- | ||
name: Tailpipe Release | ||
about: Tailpipe Release | ||
title: "Tailpipe v<INSERT_VERSION_HERE>" | ||
labels: release | ||
--- | ||
|
||
#### Changelog | ||
|
||
[Tailpipe v<INSERT_VERSION_HERE> Changelog](https://github.com/turbot/tailpipe/blob/v<INSERT_VERSION_HERE>/CHANGELOG.md) | ||
|
||
## Checklist | ||
|
||
### Pre-release checks | ||
|
||
- [ ] All PR acceptance test pass in `tailpipe` | ||
- [ ] Update check is working | ||
- [ ] Tailpipe Changelog updated and reviewed | ||
|
||
### Release Tailpipe | ||
|
||
- [ ] Merge the release PR | ||
- [ ] Trigger the `01 - Tailpipe: Release` workflow. This will create the release build. | ||
|
||
### Post-release checks | ||
|
||
- [ ] Update Changelog in the Release page (copy and paste from CHANGELOG.md) | ||
- [ ] Test Linux install script | ||
- [ ] Test Homebrew install | ||
- [ ] Release branch merged to `develop` | ||
- [ ] Raise Changelog update to `tailpipe.io`, get it reviewed. | ||
- [ ] Merge Changelog update to `tailpipe.io`. |
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