Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/DISCUSSION_TEMPLATE/q-a.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: "Q&A"
labels: [ q-a ]
labels: [q-a]
body:
- type: markdown
attributes:
Expand Down
152 changes: 76 additions & 76 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,94 +1,94 @@
name: Bug
description: 🐛 Let us know about an unexpected error, a crash, or an incorrect behavior.
type: 'Bug'
type: "Bug"
body:
- type: markdown
attributes:
value: |
Thank you for opening 🐛 bug report!
- type: markdown
attributes:
value: |
Thank you for opening 🐛 bug report!

- type: textarea
attributes:
label: A note for the community
value: |
<!-- Please keep this note for the community -->
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
* If you are interested in working on this issue or have submitted a pull request, please leave a comment
<!-- Thank you for keeping this note for the community -->
- type: textarea
attributes:
label: A note for the community
value: |
<!-- Please keep this note for the community -->
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
* If you are interested in working on this issue or have submitted a pull request, please leave a comment
<!-- Thank you for keeping this note for the community -->

- type: textarea
id: problem
attributes:
label: Problem
description: >
Please provide a clear and concise description of what the bug is,
including what currently happens and what you expected to happen.
validations:
required: true
- type: textarea
id: problem
attributes:
label: Problem
description: >
Please provide a clear and concise description of what the bug is,
including what currently happens and what you expected to happen.
validations:
required: true

- type: textarea
id: config
attributes:
label: Configuration
description: |
Paste the relevant parts of your Vector configuration file.
- type: textarea
id: config
attributes:
label: Configuration
description: |
Paste the relevant parts of your Vector configuration file.

!! If your config files contain sensitive information please remove it !!
render: text
!! If your config files contain sensitive information please remove it !!
render: text

- type: input
id: version
attributes:
label: Version
description: |
Please paste the output of running `vector --version`.
- type: input
id: version
attributes:
label: Version
description: |
Please paste the output of running `vector --version`.

If you are not running the latest version of Vector, please try upgrading
because your issue may have already been fixed.
validations:
required: true
If you are not running the latest version of Vector, please try upgrading
because your issue may have already been fixed.
validations:
required: true

- type: textarea
id: debug
attributes:
label: Debug Output
description: |
Full debug output can be obtained by running Vector with the following:
- type: textarea
id: debug
attributes:
label: Debug Output
description: |
Full debug output can be obtained by running Vector with the following:

```
RUST_BACKTRACE=full vector -vvv <rest of commands>
```
```
RUST_BACKTRACE=full vector -vvv <rest of commands>
```

If the debug output is long, please create a GitHub Gist containing the debug output and paste the link here.
If the debug output is long, please create a GitHub Gist containing the debug output and paste the link here.

!! Debug output may contain sensitive information. Please review it before posting publicly. !!
render: text
!! Debug output may contain sensitive information. Please review it before posting publicly. !!
render: text

- type: textarea
id: data
attributes:
label: Example Data
description: |
Please provide any example data that will help debug the issue, for example:
- type: textarea
id: data
attributes:
label: Example Data
description: |
Please provide any example data that will help debug the issue, for example:

```
201.69.207.46 - kemmer6752 [07/06/2019:14:53:55 -0400] "PATCH /innovative/interfaces" 301 669
```
```
201.69.207.46 - kemmer6752 [07/06/2019:14:53:55 -0400] "PATCH /innovative/interfaces" 301 669
```

- type: textarea
id: context
attributes:
label: Additional Context
description: |
Is there anything atypical about your situation that we should know? For
example: is Vector running in Kubernetes? Are you passing any unusual command
line options or environment variables to opt-in to non-default behavior?
- type: textarea
id: context
attributes:
label: Additional Context
description: |
Is there anything atypical about your situation that we should know? For
example: is Vector running in Kubernetes? Are you passing any unusual command
line options or environment variables to opt-in to non-default behavior?

- type: textarea
id: references
attributes:
label: References
description: |
Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example:
- type: textarea
id: references
attributes:
label: References
description: |
Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example:

- #6017
- #6017
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ contact_links:
- name: Twitter
url: https://twitter.com/vectordotdev
about: Follow us and stay up to date with Vector.

167 changes: 83 additions & 84 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -1,87 +1,86 @@
name: Feature
type: 'Feature'
type: "Feature"
description: 🚀 Suggest a new feature.
body:
- type: markdown
attributes:
value: |
Thank you for opening 🚀 feature request!

For general questions about Vector usage, please see
https://discussions.vector.dev.

- type: textarea
attributes:
label: A note for the community
value: |
<!-- Please keep this note for the community -->
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
* If you are interested in working on this issue or have submitted a pull request, please leave a comment
<!-- Thank you for keeping this note for the community -->

- type: textarea
id: use-cases
attributes:
label: Use Cases
description: |
In order to properly evaluate a feature request, it is necessary to
understand the use-cases for it.

Please describe below the _end goal_ you are trying to achieve that has
led you to request this feature.

Please keep this section focused on the problem and not on the suggested
solution. We'll get to that in a moment, below!


- type: textarea
id: attempted-solutions
attributes:
label: Attempted Solutions
description: |
If you've already tried to solve the problem within Vector's existing
features and found a limitation that prevented you from succeeding, please
describe it below in as much detail as possible.

Ideally, this would include real configuration snippets that you tried
and what results you got in each case.

Please remove any sensitive information such as passwords before sharing
configuration snippets and command lines.

- type: textarea
id: proposal
attributes:
label: Proposal
description: |
If you have an idea for a way to address the problem via a change to
Vector features, please describe it below.

In this section, it's helpful to include specific examples of how what
you are suggesting might look in configuration files, or on the command line,
since that allows us to understand the full picture of what you are proposing.

If you're not sure of some details, don't worry! When we evaluate the
feature request we may suggest modifications as necessary to work within the
design constraints of Vector.

- type: textarea
id: references
attributes:
label: References
description: |
Are there any other GitHub issues, whether open or closed, that are
related to the problem you've described above or to the suggested solution? If
so, please create a list below that mentions each of them. For example:

- #7023

- type: input
id: version
attributes:
label: Version
description: |
Please paste the output of running `vector --version`.

This will record which version was current at the time of your feature request,
to help manage the request backlog.
- type: markdown
attributes:
value: |
Thank you for opening 🚀 feature request!

For general questions about Vector usage, please see
https://discussions.vector.dev.

- type: textarea
attributes:
label: A note for the community
value: |
<!-- Please keep this note for the community -->
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
* If you are interested in working on this issue or have submitted a pull request, please leave a comment
<!-- Thank you for keeping this note for the community -->

- type: textarea
id: use-cases
attributes:
label: Use Cases
description: |
In order to properly evaluate a feature request, it is necessary to
understand the use-cases for it.

Please describe below the _end goal_ you are trying to achieve that has
led you to request this feature.

Please keep this section focused on the problem and not on the suggested
solution. We'll get to that in a moment, below!

- type: textarea
id: attempted-solutions
attributes:
label: Attempted Solutions
description: |
If you've already tried to solve the problem within Vector's existing
features and found a limitation that prevented you from succeeding, please
describe it below in as much detail as possible.

Ideally, this would include real configuration snippets that you tried
and what results you got in each case.

Please remove any sensitive information such as passwords before sharing
configuration snippets and command lines.

- type: textarea
id: proposal
attributes:
label: Proposal
description: |
If you have an idea for a way to address the problem via a change to
Vector features, please describe it below.

In this section, it's helpful to include specific examples of how what
you are suggesting might look in configuration files, or on the command line,
since that allows us to understand the full picture of what you are proposing.

If you're not sure of some details, don't worry! When we evaluate the
feature request we may suggest modifications as necessary to work within the
design constraints of Vector.

- type: textarea
id: references
attributes:
label: References
description: |
Are there any other GitHub issues, whether open or closed, that are
related to the problem you've described above or to the suggested solution? If
so, please create a list below that mentions each of them. For example:

- #7023

- type: input
id: version
attributes:
label: Version
description: |
Please paste the output of running `vector --version`.

This will record which version was current at the time of your feature request,
to help manage the request backlog.
2 changes: 1 addition & 1 deletion .github/actions/install-vdev/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inputs:
skip-cache:
description: "Skip cache lookup and force compilation"
required: false
default: 'false'
default: "false"

runs:
using: "composite"
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/pull-test-runner/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ description: Login to GHCR and pull the pre-built test runner image for integrat

inputs:
github_token:
description: 'GitHub token for GHCR authentication'
description: "GitHub token for GHCR authentication"
required: true
commit_sha:
description: 'Commit SHA used to tag the test runner image'
description: "Commit SHA used to tag the test runner image"
required: true

runs:
Expand Down
Loading
Loading