Compare commits
1 Commits
main
...
placeholer
Author | SHA1 | Date | |
---|---|---|---|
74356d4f5f |
@ -1,16 +0,0 @@
|
|||||||
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
|
|
@ -1,69 +0,0 @@
|
|||||||
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
|
|
@ -1,46 +0,0 @@
|
|||||||
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
|
|
@ -1,18 +0,0 @@
|
|||||||
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
|
|
@ -1,5 +0,0 @@
|
|||||||
blank_issues_enabled: true
|
|
||||||
contact_links:
|
|
||||||
- name: OCram85
|
|
||||||
url: https://ocram85.com
|
|
||||||
about: Visit the OCram85 Website
|
|
@ -1,41 +1,59 @@
|
|||||||
name: Pull Request
|
name: Bug Report
|
||||||
about: General pull request
|
about: File a bug report
|
||||||
title: ""
|
title: "[Bug]: "
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
> **Note**: Thanks for contributing to this project with your pull request!
|
Thanks for taking the time to fill out this bug report!
|
||||||
|
- type: input
|
||||||
- type: textarea
|
id: contact
|
||||||
id: summary
|
|
||||||
attributes:
|
attributes:
|
||||||
label: 📖 Summary
|
label: Contact Details
|
||||||
description: Provide a summary of your changes. Also descibe the why...
|
description: How can we get in touch with you if we need more info?
|
||||||
placeholder: Tell us about your code changes.
|
placeholder: ex. email@example.com
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: textarea
|
||||||
|
id: what-happened
|
||||||
|
attributes:
|
||||||
|
label: What happened?
|
||||||
|
description: Also tell us, what did you expect to happen?
|
||||||
|
placeholder: Tell us what you see!
|
||||||
|
value: "A bug happened!"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: testplan
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
label: 📑 Test Plan
|
label: Version
|
||||||
description: How did you test your code changes?
|
description: What version of our software are you running?
|
||||||
options:
|
options:
|
||||||
- ✅ CI pipeline tests (Default)
|
- 1.0.2 (Default)
|
||||||
- 🤔 Custom test
|
- 1.0.3 (Edge)
|
||||||
- 💣 No test Plan
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: dropdown
|
||||||
id: details
|
id: browsers
|
||||||
attributes:
|
attributes:
|
||||||
label: 💬 Details
|
label: What browsers are you seeing the problem on?
|
||||||
description: Add your custom test details or justification for missing tests here.
|
multiple: true
|
||||||
placeholder: First, solve the problem. Then, write the code.
|
options:
|
||||||
|
- Firefox
|
||||||
|
- Chrome
|
||||||
|
- Safari
|
||||||
|
- Microsoft Edge
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: notes
|
id: logs
|
||||||
attributes:
|
attributes:
|
||||||
label: 📚 Additional Notes
|
label: Relevant log output
|
||||||
description: A place for additional notes or linking references.
|
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
||||||
placeholder: Software and cathedrals are much the same - First we build them, then we pray.
|
render: shell
|
||||||
|
- type: checkboxes
|
||||||
|
id: terms
|
||||||
|
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
|
@ -1,15 +0,0 @@
|
|||||||
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