migrate repo content

This commit is contained in:
2022-01-04 10:58:46 +01:00
parent 84f928bad9
commit 54f30ae8ad
24 changed files with 876 additions and 0 deletions

11
.gitea/ISSUE_TEMPLATE.md Normal file
View File

@ -0,0 +1,11 @@
----
name: "Default"
about: "Use this template if nothing seems to work."
title: ":question: "
labels:
- question
----
#### :grey_question: Simply ask your question here: :grey_question:
<!-- Take your time an think about your problem.... -->

View File

@ -0,0 +1,48 @@
----
name: "Bug"
about: "This template is used to report bugs!"
title: ":lady_beetle: "
labels:
- bug
----
<!--
This bug report is ony for content provided in this repository!
- Make sure you're able to reproduce the error in the lastest version of this package.
- Search of already existing issues.
- Refer to the known issues and FAQ section.
-->
#### :bomb: Steps to reproduce
```bash
```
#### :rocket: Expected behavior
```bash
```
#### :boom: Actual behavior
```bash
```
#### :notebook: Environment data
<!-- You can add additional environment data here--->
```bash
```
#### :framed_picture: Screenshots
<!-- Paste your screenshots here. -->
#### :bookmark: Refs
<!-- A place for addtional references to othe issues and PRs -->

View File

@ -0,0 +1,24 @@
----
name: "Enhancement"
about: "Wite about new features."
title: ":flying_saucer: "
labels:
- enhancement
----
<!--
This issue template is used to describe whished features.
-->
#### :satellite: Suggestion
#### :artificial_satellite: Implementation ideas
#### :framed_picture: Mock-up Images
#### :bookmark: Refs.

View File

@ -0,0 +1,11 @@
#### :book: Summary
<!-- Provide a summary of your changes. Pleas describe the why and not how. -->
#### :bookmark_tabs: Test Plan
<!-- For major changes don't forget to write your tests. -->
#### :books: Additional Details
<!-- A place for additional details. -->