Skip to content

Commit

Permalink
Add issue templates (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
Havret authored Jun 11, 2024
1 parent 5eb9cd1 commit 4b148d3
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
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.

0 comments on commit 4b148d3

Please sign in to comment.