Skip to content

Commit f968c6c

Browse files
authored
ci: add issue templates (#28)
1 parent ad3b1a9 commit f968c6c

File tree

3 files changed

+67
-0
lines changed

3 files changed

+67
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Bug Report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: [ "bug_report", "triage" ]
6+
assignees: ''
7+
8+
---
9+
10+
# Bug Report
11+
12+
## Describe the Bug
13+
14+
_A clear and concise description of the bug._
15+
16+
**Type**: `normative` / `non-normative` _<-- please specify the affected scope_
17+
18+
### Expected Behavior
19+
20+
_A clear and concise description of what you expected to happen._
21+
22+
### Observed Behavior
23+
24+
_A clear and concise description of what happened instead._
25+
26+
### Detailed Description
27+
28+
_If applicable, add some context information to help explain your problem._
29+
30+
## Possible Implementation
31+
32+
_You already know the root cause of the erroneous state and how to fix it? Feel free to share your thoughts._

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
blank_issues_enabled: false
3+
contact_links:
4+
- name: Ask a question or get support
5+
url: https://github.com/eclipse-dataspace-protocol-base/DataspaceProtocol/discussions
6+
about: Ask a question or request support for using the Dataspace Protocol
7+
- name: Take a look at the best practices
8+
url: https://github.com/eclipse-dataspace-protocol-base/dsp_best_practices
9+
about: Browse the best practices documents for more information
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Feature Request
3+
about: Help us with new ideas
4+
title: ''
5+
labels: [ "feature_request", "triage" ]
6+
assignees: ''
7+
8+
---
9+
10+
# Feature Request
11+
12+
_If you are missing a feature or have an idea how to improve this project that should first be discussed, please feel free to open up a [discussion](https://github.com/eclipse-dataspace-protocol-base/DataspaceProtocol/discussions/new)._
13+
14+
## Which Areas Would Be Affected?
15+
16+
_e.g., data offering, policy negotiation, data transfer, etc._
17+
18+
**Type**: `normative` / `non-normative` _<-- please specify the affected scope_
19+
20+
## Why Is the Feature Desired?
21+
22+
_Are there any requirements?_
23+
24+
## Solution Proposal
25+
26+
_If possible, provide a (brief!) solution proposal._

0 commit comments

Comments
 (0)