Skip to content

Commit 61ca363

Browse files
authored
Add files via upload
1 parent ac7e627 commit 61ca363

File tree

5 files changed

+61
-0
lines changed

5 files changed

+61
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Bug Report
3+
about: Create a report to help us improve
4+
---
5+
6+
<!-- Please search existing issues to avoid creating duplicates. -->
7+
8+
Please provide the following info:
9+
10+
- Version: 1.x.y
11+
12+
Steps to reproduce:
13+
14+
1.
15+
2.
16+
3.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Feature Request
3+
about: Suggest an idea for this project
4+
---
5+
6+
<!-- Please search existing issues to avoid creating duplicates. -->
7+
8+
Please provide the following info:
9+
10+
- Version: 1.x.y
11+
12+
Feature request:
13+
14+
<!-- Describe the feature you would like. -->

.github/ISSUE_TEMPLATE/feedback.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
name: Project Feedback
3+
about: Let us know your opinion about this MBT project
4+
---
5+
6+
<!-- Anything goes! The good, the bad, and the ugly. Just keep it decent since your post will be public. -->

.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+
3+
Summary of the change and which issue is fixed
4+
5+
Fixes # (issue)
6+
7+
## Type of change
8+
9+
Please delete options that are not relevant.
10+
11+
- [ ] Bug fix (non-breaking change which fixes an issue)
12+
- [ ] New feature (non-breaking change which adds functionality)
13+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
14+
- [ ] This change requires a documentation update

.github/workflows/reuse.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: REUSE Compliance Check
2+
3+
on: [push, pull_request,workflow_dispatch]
4+
5+
jobs:
6+
test:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v2
10+
- name: REUSE Compliance Check
11+
uses: fsfe/reuse-action@v1

0 commit comments

Comments
 (0)