Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add issue templates #129

Merged
merged 1 commit into from
Jun 11, 2024
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
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

## Describe the bug

A clear and concise description of what the bug is.

## Expected behavior

A clear and concise description of what you expected to happen.

## Environment

- OS: [OS name and version, e.g. Ubuntu 20.04]
- Version: [NuGet package version of ArtemisNetCoreClient or commit sha]
- Broker: [Version of the broker e.g. ActiveMQ Artemis 2.34.0]

## Additional context

Add any other context about the problem here.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

## Feature description

- Please provide the feature description in points.
- What is the problem you're trying to solve?
- What is in-scope and what is out-of-scope?

## Feature in action

```csharp
// Most of the demos can be wrapped within short snippets of code
```

```csharp
// If the code is spread across multiple files, please contain each one in a separate block
```

## 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 about the feature request here.
Loading