-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Mike Goldsmith <[email protected]>
- Loading branch information
1 parent
b2be48e
commit 6a04bbc
Showing
5 changed files
with
108 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,27 @@ | ||
--- | ||
name: Bug report | ||
about: Let us know if something is not working as expected | ||
title: '' | ||
labels: 'type: bug' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!--- | ||
Thank you for taking the time to report bugs! | ||
We love code snippets and links to repositories that reproduce the issue, but understand if you don't have the time to add them. We'll do our best with the info you provide, and might ask follow-up questions. | ||
Please see our [OSS process document](https://github.com/honeycombio/home/blob/main/honeycomb-oss-lifecycle-and-practices.md#) to get an idea of how we operate. | ||
---> | ||
|
||
**Versions** | ||
|
||
- Node: | ||
- Libhoney: | ||
|
||
**Steps to reproduce** | ||
|
||
1. | ||
|
||
**Additional context** |
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,25 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: 'type: enhancement' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!--- | ||
Thank you for contributing an idea to this project! | ||
Please see our [OSS process document](https://github.com/honeycombio/home/blob/main/honeycomb-oss-lifecycle-and-practices.md#) to get an idea of how we operate. | ||
---> | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
|
||
|
||
**Describe the solution you'd like** | ||
|
||
|
||
**Describe alternatives you've considered** | ||
|
||
|
||
**Additional context** |
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,14 @@ | ||
--- | ||
name: Question/Discussion | ||
about: General question about how things work or a discussion | ||
title: '' | ||
labels: 'type: discussion' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!--- | ||
Thank you for taking the time to say hello! | ||
Please see our [OSS process document](https://github.com/honeycombio/home/blob/main/honeycomb-oss-lifecycle-and-practices.md#) to get an idea of how we operate. | ||
---> |
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,22 @@ | ||
--- | ||
name: Security vulnerability report | ||
about: Let us know if you discover a security vulnerability | ||
title: '' | ||
labels: 'type: security' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!--- | ||
Thank you for taking the time to report security vulnerabilities! | ||
Please see our [OSS process document](https://github.com/honeycombio/home/blob/main/honeycomb-oss-lifecycle-and-practices.md#) to get an idea of how we operate. | ||
---> | ||
**Versions** | ||
|
||
- Node: | ||
- Libhoney: | ||
|
||
**Description** | ||
|
||
(Please include any relevant CVE advisory links) |
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 @@ | ||
<!-- | ||
Thank you for contributing to the project! 💜 | ||
Please make sure to: | ||
- Chat with us first if this is a big change | ||
- Open a new issue (or comment on an existing one) | ||
- We want to make sure you don't spend time implementing something we might have to say No to | ||
- Add unit tests | ||
- Mention any relevant issues in the PR description (e.g. "Fixes #123") | ||
Please see our [OSS process document](https://github.com/honeycombio/home/blob/main/honeycomb-oss-lifecycle-and-practices.md#) to get an idea of how we operate. | ||
--> | ||
|
||
## Which problem is this PR solving? | ||
|
||
- | ||
|
||
## Short description of the changes | ||
|
||
- | ||
|