From b567bfefd8aeeecea8368771be0ac85236d234eb Mon Sep 17 00:00:00 2001 From: Alex Plischke Date: Tue, 2 Apr 2024 16:04:01 -0700 Subject: [PATCH] ci: add issue template --- .github/ISSUE_TEMPLATE/1-bug-report.md | 27 ++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/ISSUE_TEMPLATE/feature.md | 16 +++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/1-bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature.md diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.md b/.github/ISSUE_TEMPLATE/1-bug-report.md new file mode 100644 index 0000000..5202ddb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-bug-report.md @@ -0,0 +1,27 @@ +--- +name: '🐛 Bug report' +about: Report a bug found. +title: '' +labels: '' +assignees: '' +--- + +## The Problem + + + +## 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 ] + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..721f8f1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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! diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 0000000..ac2ed75 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -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.