-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
maint: Update ownership and community health files (#194)
* Add editorconfig * Move and update codeowners, dependabot reviewers * Add telemetry workflows, issue + pr templates * Set maintained badge, update build status link * Add NOTICE * publish_github on tag - no bins to upload? * more heatlh files
- Loading branch information
1 parent
7f9fc48
commit 48c534a
Showing
18 changed files
with
214 additions
and
3 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
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,17 @@ | ||
# EditorConfig is awesome: https://EditorConfig.org | ||
|
||
# When opening a file, EditorConfig plugins look for a file named .editorconfig | ||
# in the directory of the opened file and in every parent directory. | ||
# A search for .editorconfig files will stop if the root filepath is reached | ||
# or an EditorConfig file with root=true is found. | ||
|
||
# EditorConfig files are read top to bottom and the most recent rules found | ||
# take precedence. Properties from matching EditorConfig sections are applied | ||
# in the order they were read, so properties in closer files take precedence. | ||
|
||
# go files | ||
[*.go] | ||
|
||
indent_size = 8 | ||
indent_style = tab | ||
tab_width = 8 |
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,5 @@ | ||
# Code owners file. | ||
# This file controls who is tagged for review for any given pull request. | ||
|
||
# For anything not explicitly taken by someone else: | ||
* @honeycombio/telemetry-team @puckpuck @lizthegrey @paulosman |
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,26 @@ | ||
--- | ||
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** | ||
|
||
<!-- version of honeycomb-kubernetes-agent and any other relevant bits --> | ||
|
||
**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,21 @@ | ||
--- | ||
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** | ||
|
||
<!-- version of honeycomb-kubernetes-agent and any other relevant bits --> | ||
|
||
**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,19 @@ | ||
<!-- | ||
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 | ||
|
||
- |
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 |
---|---|---|
|
@@ -10,5 +10,6 @@ updates: | |
schedule: | ||
interval: "weekly" | ||
reviewers: | ||
- "honeycombio/telemetry-team" | ||
- "lizthegrey" | ||
- "puckpuck" |
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: Apply project management flow | ||
on: | ||
issues: | ||
types: [opened] | ||
pull_request_target: | ||
types: [opened] | ||
jobs: | ||
project-management: | ||
runs-on: ubuntu-latest | ||
name: Apply project management flow | ||
steps: | ||
- uses: honeycombio/oss-management-actions/projects@v1 | ||
with: | ||
ghprojects-token: ${{ secrets.GHPROJECTS_TOKEN }} |
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,26 @@ | ||
name: 'Close stale issues and PRs' | ||
on: | ||
schedule: | ||
- cron: '30 1 * * *' | ||
|
||
jobs: | ||
stale: | ||
name: 'Close stale issues and PRs' | ||
runs-on: ubuntu-latest | ||
permissions: | ||
issues: write | ||
pull-requests: write | ||
|
||
steps: | ||
- uses: actions/stale@v4 | ||
with: | ||
start-date: '2021-09-01T00:00:00Z' | ||
stale-issue-message: 'Marking this issue as stale because it has been open 14 days with no activity. Please add a comment if this is still an ongoing issue; otherwise this issue will be automatically closed in 7 days.' | ||
stale-pr-message: 'Marking this PR as stale because it has been open 30 days with no activity. Please add a comment if this PR is still relevant; otherwise this PR will be automatically closed in 7 days.' | ||
close-issue-message: 'Closing this issue due to inactivity. Please see our [Honeycomb OSS Lifecyle and Practices](https://github.com/honeycombio/home/blob/main/honeycomb-oss-lifecycle-and-practices.md).' | ||
close-pr-message: 'Closing this PR due to inactivity. Please see our [Honeycomb OSS Lifecyle and Practices](https://github.com/honeycombio/home/blob/main/honeycomb-oss-lifecycle-and-practices.md).' | ||
days-before-issue-stale: 14 | ||
days-before-pr-stale: 30 | ||
days-before-issue-close: 7 | ||
days-before-pr-close: 7 | ||
any-of-labels: 'status: info needed,status: revision needed' |
This file was deleted.
Oops, something went wrong.
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,3 @@ | ||
# Contributing Guide | ||
|
||
Please see our [general guide for OSS lifecycle and practices.](https://github.com/honeycombio/home/blob/main/honeycomb-oss-lifecycle-and-practices.md) |
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,13 @@ | ||
Copyright (c) 2016-Present Honeycomb, Hound Technology, Inc. All Rights Reserved. | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. |
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 @@ | ||
osslifecycle=maintenance |
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
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,3 @@ | ||
# Reporting Security Issues | ||
|
||
If you discover a security vulnerability, please open an issue with label `type: security`. |
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,3 @@ | ||
# How to Get Help | ||
|
||
This project uses GitHub issues to track bugs, feature requests, and questions about using the project. Please search for existing issues before filing a new one. |