diff --git a/.gitea/ISSUE_TEMPLATE.md b/.gitea/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..ec3134a --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE.md @@ -0,0 +1,10 @@ +--- +name: 'Default' +about: 'Use this template if nothing seems to work.' +title: ':question: ' +labels: + - question +--- +#### :grey_question: Simply ask your question here: :grey_question: + + diff --git a/.gitea/ISSUE_TEMPLATE/Bug.md b/.gitea/ISSUE_TEMPLATE/Bug.md new file mode 100644 index 0000000..e3c896d --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/Bug.md @@ -0,0 +1,48 @@ +--- +name: 'Bug' +about: 'This template is used to report bugs!' +title: ':lady_beetle: ' +labels: + - bug +--- + + +#### :bomb: Steps to reproduce + +```bash + +``` + +#### :rocket: Expected behavior + +```bash + +``` + +#### :boom: Actual behavior + +```bash + +``` + +#### :notebook: Environment data + + + +```bash + +``` + +#### :framed_picture: Screenshots + + + +#### :bookmark: Refs + + diff --git a/.gitea/ISSUE_TEMPLATE/Enhancement.md b/.gitea/ISSUE_TEMPLATE/Enhancement.md new file mode 100644 index 0000000..286eb82 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/Enhancement.md @@ -0,0 +1,16 @@ +--- +name: 'Enhancement' +about: 'Wite about new features.' +title: ':flying_saucer: ' +labels: + - issue/enhancement +--- + + +#### :satellite: Suggestion + +#### :artificial_satellite: Implementation ideas + +#### :framed_picture: Mock-up Images + +#### :bookmark: Refs. diff --git a/.gitea/PULL_REQUEST_TEMPLATE.md b/.gitea/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..02b8ef6 --- /dev/null +++ b/.gitea/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,19 @@ +#### :book: Summary + + + +#### :bookmark_tabs: Test Plan + +> :bulb: Select your test plan for the code changes. + +- [ ] Tested via Drone.io pipeline +- [ ] Custom test +- [ ] No test plan + +##### Details / Justification + + + +#### :books: Additional Notes + + diff --git a/.gitea/template b/.gitea/template new file mode 100644 index 0000000..ad1245d --- /dev/null +++ b/.gitea/template @@ -0,0 +1 @@ +Readme.md