Skip to content

Commit

Permalink
ci: add issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
alexplischke committed Apr 2, 2024
1 parent 74b9b49 commit b567bfe
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/1-bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: '🐛 Bug report'
about: Report a bug found.
title: ''
labels: ''
assignees: ''
---

## The Problem

<!--
Briefly describe the issue you are experiencing.
Tell us what you were trying to do and what happened instead.
-->

## Environment

- Version that exhibits the issue:
- Last version that did not exhibit the issue (if applicable):
- Desktop OS/version:

## Code To Reproduce Issue [ Nice To Have ]

<!--
Please remember that with a code sample it's easier to reproduce the bug,
and it's much faster to fix it.
-->
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: 🤔 Documentation
url: https://docs.saucelabs.com/
about: Before filing an issue, please consult the documentation first. You just might find your answer right there!
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: 🚀 Feature Proposal
about: Submit a proposal for a new feature
---

## 🚀 Feature Proposal

A clear and concise description of what the feature is.

## Motivation

Please outline the motivation for the proposal.

## Example

Please provide an example for how this feature would be used.

0 comments on commit b567bfe

Please sign in to comment.