Skip to content

Commit 95c8337

Browse files
Update issue templates
1 parent af4b527 commit 95c8337

File tree

4 files changed

+61
-0
lines changed

4 files changed

+61
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Run '....'
17+
3. See error
18+
19+
**Expected behavior**
20+
A clear and concise description of what you expected to happen.
21+
22+
**SVD file (snippet) and/or code snippet**
23+
If applicable, add an SVD/code snippet that shows the issue. You can also attach an SVD file if necessary/helpful.
24+
25+
**Additional context**
26+
Add any other context about the problem here. (i.e. specific Rust version etc.)

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request / Question
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

.github/pull_request_template.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Description
2+
Provide the information we need to review your PR. What problem does the pull request solve?
3+
For larger issues think about chatting with us first (e.g. in a "Question" issue).
4+
5+
## Related Issue
6+
If you opened an issue before creating the PR, point to it here.
7+
8+
## Context
9+
What do we need to know about your development environment, tools, target, and so on. Screenshots are always helpful if there is a UI element to this PR.
10+
11+
--- please keep the agreement as part of the PR text ---
12+
By creating this pull request you agree to the terms in CONTRIBUTING.md.
13+
https://github.com/Infineon/svd2pac/blob/main/CONTRIBUTING.md
14+
CONTRIBUTING.md also tells you what to expect in the PR process.

0 commit comments

Comments
 (0)