Compare commits
48 Commits
placeholer
...
main
Author | SHA1 | Date | |
---|---|---|---|
fcd456c0c1 | |||
8297521967 | |||
ecfae09380 | |||
499fc8eddc | |||
d3557b23ea | |||
0d9174ffe6 | |||
8abf85c8b3 | |||
828dc36875 | |||
d65cff0790 | |||
9836f20b69 | |||
c9d6ccd370 | |||
ec6b05bf6e | |||
e4ac9d9727 | |||
f3d2043182 | |||
5fff4c3490 | |||
8a90ed1616 | |||
05786f1cd9 | |||
0aa2069db7 | |||
2a5dc640a0 | |||
aa973b74c6 | |||
ac942881b0 | |||
9f65c10477 | |||
aeb6663971 | |||
20d34c3b0d | |||
2df9a0b04c | |||
12e893c240 | |||
247ff03987 | |||
9b04b3f207 | |||
1b0a0d5307 | |||
878b50049e | |||
e9845855ac | |||
5816c79e14 | |||
749fafa8ce | |||
65b4d4f82d | |||
ab7d18134f | |||
df2e006f56 | |||
30aabffddd | |||
5cd6588a15 | |||
04e55667a5 | |||
4153b51175 | |||
ef8a4303ca | |||
2f1cc24622 | |||
740e7c9d23 | |||
c04557e807 | |||
90be20a61d | |||
ffee8ff09d | |||
a99da397c1 | |||
b70399f212 |
16
.gitea/ISSUE_TEMPLATE.yml
Normal file
16
.gitea/ISSUE_TEMPLATE.yml
Normal file
@ -0,0 +1,16 @@
|
||||
name: Default
|
||||
about: Use this template if nothing seems to work.
|
||||
title: ''
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
> **Note**: Thanks for taking the time to fill out this bug report!
|
||||
- type: textarea
|
||||
id: content
|
||||
attributes:
|
||||
label: ❔ What happened
|
||||
description: Simply ask your question here.
|
||||
placeholder: Tell us what you want to know...
|
||||
validations:
|
||||
required: true
|
69
.gitea/ISSUE_TEMPLATE/Bug.yml
Normal file
69
.gitea/ISSUE_TEMPLATE/Bug.yml
Normal file
@ -0,0 +1,69 @@
|
||||
name: 🐞 Bug Report
|
||||
about: This template is used to report bugs!
|
||||
title: ''
|
||||
labels:
|
||||
- bug
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
> **Note**: This bug report is only 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.
|
||||
- type: textarea
|
||||
id: reproduce
|
||||
attributes:
|
||||
label: 💣 Steps to reproduce
|
||||
description: Describe ho to reproduce the error.
|
||||
value: |
|
||||
```bash
|
||||
|
||||
```
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: expected
|
||||
attributes:
|
||||
label: 🚀 Expected behaviour
|
||||
description: Describe what should happen.
|
||||
value: |
|
||||
```bash
|
||||
|
||||
```
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: actual
|
||||
attributes:
|
||||
label: 💥 Actual behaviour
|
||||
description: Describe what actually happens.
|
||||
value: |
|
||||
```bash
|
||||
|
||||
```
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: env
|
||||
attributes:
|
||||
label: 📓 Environment data
|
||||
description: You can add addional environment data here.
|
||||
placeholder: |
|
||||
```bash
|
||||
|
||||
```
|
||||
- type: textarea
|
||||
id: img
|
||||
attributes:
|
||||
label: 🖼️ Screenshots
|
||||
description: Paste your screenshots here.
|
||||
placeholder: Copy-Paste or Drag-and-Drop your images...
|
||||
- type: textarea
|
||||
id: refs
|
||||
attributes:
|
||||
label: 🔖 Refs
|
||||
description: A place for additional references to other issues and PRs.
|
||||
placeholder: |
|
||||
- reopens #999
|
46
.gitea/ISSUE_TEMPLATE/Feature.yml
Normal file
46
.gitea/ISSUE_TEMPLATE/Feature.yml
Normal file
@ -0,0 +1,46 @@
|
||||
name: 🛸 Feature Request
|
||||
about: Wite about new features.
|
||||
title: ''
|
||||
labels:
|
||||
- feature
|
||||
- enhancement
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
> **Note**: This bug report is only for content provided in this repository!
|
||||
>
|
||||
> This issue template is used to describe new features or enhancements.
|
||||
- type: textarea
|
||||
id: idea
|
||||
attributes:
|
||||
label: 📡 Suggestion
|
||||
description: Describe ho to reproduce the error.
|
||||
value: |
|
||||
```bash
|
||||
|
||||
```
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: impl
|
||||
attributes:
|
||||
label: 🛰️ Implementation ideas
|
||||
description: Describe your initial implementation ideas.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: mockup
|
||||
attributes:
|
||||
label: 🖼️ Mock-up
|
||||
description: Alternatively add your mockups here.
|
||||
placeholder: Copy-Paste or Drag-and-Drop your images...
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: refs
|
||||
attributes:
|
||||
label: 🔖 Refs
|
||||
description: A place for additional references to other issues and PRs.
|
||||
placeholder: |
|
||||
- reopens #999
|
18
.gitea/ISSUE_TEMPLATE/Question.yml
Normal file
18
.gitea/ISSUE_TEMPLATE/Question.yml
Normal file
@ -0,0 +1,18 @@
|
||||
name: ❓ Question
|
||||
about: Use this template if nothing seems to work.
|
||||
title: ''
|
||||
labels:
|
||||
- question
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
> **Note**: Thanks for taking the time to fill out this bug report!
|
||||
- type: textarea
|
||||
id: content
|
||||
attributes:
|
||||
label: ❔ What happened
|
||||
description: Simply ask your question here.
|
||||
placeholder: Tell us what you want to know...
|
||||
validations:
|
||||
required: true
|
5
.gitea/ISSUE_TEMPLATE/config.yml
Normal file
5
.gitea/ISSUE_TEMPLATE/config.yml
Normal file
@ -0,0 +1,5 @@
|
||||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: OCram85
|
||||
url: https://ocram85.com
|
||||
about: Visit the OCram85 Website
|
@ -1,59 +1,41 @@
|
||||
name: Bug Report
|
||||
about: File a bug report
|
||||
title: "[Bug]: "
|
||||
name: Pull Request
|
||||
about: General pull request
|
||||
title: ""
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this bug report!
|
||||
- type: input
|
||||
id: contact
|
||||
attributes:
|
||||
label: Contact Details
|
||||
description: How can we get in touch with you if we need more info?
|
||||
placeholder: ex. email@example.com
|
||||
validations:
|
||||
required: false
|
||||
> **Note**: Thanks for contributing to this project with your pull request!
|
||||
|
||||
- type: textarea
|
||||
id: what-happened
|
||||
id: summary
|
||||
attributes:
|
||||
label: What happened?
|
||||
description: Also tell us, what did you expect to happen?
|
||||
placeholder: Tell us what you see!
|
||||
value: "A bug happened!"
|
||||
label: 📖 Summary
|
||||
description: Provide a summary of your changes. Also descibe the why...
|
||||
placeholder: Tell us about your code changes.
|
||||
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: version
|
||||
id: testplan
|
||||
attributes:
|
||||
label: Version
|
||||
description: What version of our software are you running?
|
||||
label: 📑 Test Plan
|
||||
description: How did you test your code changes?
|
||||
options:
|
||||
- 1.0.2 (Default)
|
||||
- 1.0.3 (Edge)
|
||||
- ✅ CI pipeline tests (Default)
|
||||
- 🤔 Custom test
|
||||
- 💣 No test Plan
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: browsers
|
||||
attributes:
|
||||
label: What browsers are you seeing the problem on?
|
||||
multiple: true
|
||||
options:
|
||||
- Firefox
|
||||
- Chrome
|
||||
- Safari
|
||||
- Microsoft Edge
|
||||
- type: textarea
|
||||
id: logs
|
||||
id: details
|
||||
attributes:
|
||||
label: Relevant log output
|
||||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
||||
render: shell
|
||||
- type: checkboxes
|
||||
id: terms
|
||||
label: 💬 Details
|
||||
description: Add your custom test details or justification for missing tests here.
|
||||
placeholder: First, solve the problem. Then, write the code.
|
||||
- type: textarea
|
||||
id: notes
|
||||
attributes:
|
||||
label: Code of Conduct
|
||||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com)
|
||||
options:
|
||||
- label: I agree to follow this project's Code of Conduct
|
||||
required: true
|
||||
label: 📚 Additional Notes
|
||||
description: A place for additional notes or linking references.
|
||||
placeholder: Software and cathedrals are much the same - First we build them, then we pray.
|
15
.woodpecker.yml
Normal file
15
.woodpecker.yml
Normal file
@ -0,0 +1,15 @@
|
||||
variables:
|
||||
- proxy_env: &proxy_env
|
||||
- http_proxy=http://swarmproxy:8888/
|
||||
- https_proxy=http://swarmproxy:8888/
|
||||
- no_proxy=.ocram85.com
|
||||
steps:
|
||||
woodpecker-env:
|
||||
environment:
|
||||
- <<: *proxy_env
|
||||
- ANOTHER=VAR
|
||||
|
||||
image: ubuntu:22.04
|
||||
commands:
|
||||
- |
|
||||
env | sort
|
Loading…
Reference in New Issue
Block a user