Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/428-feedback-form #846

Merged
merged 14 commits into from
Jan 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 62 additions & 0 deletions .github/ISSUE_TEMPLATE/1_bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
name: Bug Report
description: Report a bug or documentation error
title: "[Bug]: "
labels: ["🚨 new::bug"]
projects: ["deven-org/3"]
body:
- type: markdown
attributes:
value: |
Before reporting a bug or a documentation error, please [check if the issue already exists](https://github.com/deven-org/B01LER-Kitchen/issues).

---

Thanks for taking the time to fill out this bug report! We will do our best to reply to new issues within a week.
- type: dropdown
id: bug-type
attributes:
label: What is affected?
description: You can select multiple options.
multiple: true
options:
- Component
- Accessibility
- Token System
- Documentation
- Other (please specify in the description)
- type: textarea
id: description
attributes:
label: Description
description: What happened? Also tell us, what did you expect to happen?
placeholder: "When I do ..., I would expect ..., instead ... happens."
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to reproduce
description: Which steps do we need to take to reproduce this error?
value: |
1. Step 1
2. ...
- type: input
id: version
attributes:
label: Affected version(s)
description: What version of B01LER are you running? If the issue was not affecting a previous version, which was it?
placeholder: "vX.X.X with issue, vX.X.X without issue"
- type: input
id: os-browser-env
attributes:
label: Operating system / Browser / Environment
description: "Which operating system and browser do you use? Please provide the version as well. If the bug affects a command-line tool, please add this information as well."
placeholder: "OS: macOS Sonoma 14.2.1 (23C71), Browser: Chrome 121.0.6167.85, Node: 18.17.0, yarn: 4.0.2"
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/deven-org/B01LER-Kitchen/blob/develop/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/2_feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Feature Request
description: Request a feature
title: "[Feature Request]: "
labels: ["🚨 new::enhancement"]
projects: ["deven-org/3"]
body:
- type: markdown
attributes:
value: |
Before opening a feature request, please [check if the request already exists](https://github.com/deven-org/B01LER-Kitchen/issues).
- type: textarea
id: description
attributes:
label: Description
description: Describe the feature you are requesting. Please provide key information like why the feature is needed, what the feature is and what value the feature creates. You can do this by using a user story template.
value: |
As a [persona],
I [want to],
[so that].
validations:
required: true
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/deven-org/B01LER-Kitchen/blob/develop/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/3_custom_issue.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: Issue Template
description: Create an issue
title: "[Component name] - [task summary]"
projects: ["deven-org/3"]
body:
- type: markdown
attributes:
value: |
Before creating an issue please [check if the issue already exists](https://github.com/deven-org/B01LER-Kitchen/issues).
- type: textarea
id: description
attributes:
label: Description / User story
description: Describe the issue here or formulate a user story.
value: |
As a [persona],
I [want to],
[so that].
validations:
required: true
- type: textarea
id: criteria
attributes:
label: Acceptance Criteria
description: List the acceptance criteria that need to be met to solve the issue.
value: |
- [ ] Acceptance Criteria 1
- [ ] ...
validations:
required: true
- type: textarea
id: info
attributes:
label: Additional information
description: Add relevant information here.
value: |
- ...
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/deven-org/B01LER-Kitchen/blob/develop/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Ask questions or give feedback
url: https://github.com/deven-org/B01LER-Kitchen/discussions
about: Start a discussion to ask questions or give feedback.
33 changes: 0 additions & 33 deletions .github/ISSUE_TEMPLATE/custom-bug-template.md

This file was deleted.

28 changes: 0 additions & 28 deletions .github/ISSUE_TEMPLATE/custom.md

This file was deleted.

13 changes: 13 additions & 0 deletions doc/SUPPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Support

## Browsers

B01LER aims to support the latest two major versions of evergreen-browsers at the time of
each release.


## FAQ

In case your question is not listed here, please ask the question by starting a discussion [here](https://github.com/deven-org/B01LER-Kitchen/discussions).

Currently there are no FAQs yet. This will change as soon as we answered some questions.
Loading