-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Byron Ruth <[email protected]>
- Loading branch information
Showing
2 changed files
with
75 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,47 @@ | ||
--- | ||
name: Defect | ||
description: Report a defect, such as a bug or regression. | ||
labels: | ||
- defect | ||
body: | ||
- type: textarea | ||
id: observed | ||
attributes: | ||
label: Observed behavior | ||
description: Describe the unexpected behavior or performance regression you are observing. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: Expected behavior | ||
description: Describe the expected behavior or performance characteristics. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: versions | ||
attributes: | ||
label: Server and client version | ||
description: |- | ||
Provide the versions you were using when the detect was observed. | ||
For the server, use `nats-server --version`, check the startup log output, or the image tag pulled from Docker. | ||
For the CLI client, use `nats --version`. | ||
For language-specific clients, check the version downloaded by the language dependency manager. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: environment | ||
attributes: | ||
label: Host environment | ||
description: |- | ||
Specify any relevant details about the host environment the server and/or client was running in, | ||
such as operating system, CPU architecture, container runtime, etc. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: steps | ||
attributes: | ||
label: Steps to reproduce | ||
description: Provide as many concrete steps to reproduce the defect. | ||
validations: | ||
required: false |
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,28 @@ | ||
--- | ||
name: Proposal | ||
description: Propose an enhancement or new feature. | ||
labels: | ||
- proposal | ||
body: | ||
- type: textarea | ||
id: change | ||
attributes: | ||
label: Proposed change | ||
description: This could be a behavior change, enhanced API, or a new feature. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: usecase | ||
attributes: | ||
label: Use case | ||
description: What is the use case or general motivation for this proposal? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: contribute | ||
attributes: | ||
label: Contribution | ||
description: |- | ||
Are you intending or interested in contributing code for this proposal if accepted? | ||
validations: | ||
required: false |
0b228e8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deploy preview for nats-by-example ready!
✅ Preview
https://nats-by-example-pu7bbxp25-connecteverything.vercel.app
Built with commit 0b228e8.
This pull request is being automatically deployed with vercel-action