Skip to content

Commit

Permalink
github: add issue templates
Browse files Browse the repository at this point in the history
Fixes: #2646

Signed-off-by: Renan Rodrigo <[email protected]>
  • Loading branch information
renanrodrigo committed Sep 5, 2023
1 parent 72c6b4c commit 095e94a
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Report a bug
about: Create a report to help us fix or improve the Pro Client
title: 'Bug: '
labels: 'bug'

---

**Description of the bug**

A clear and concise description of what the bug is.

**Expected behavior**

A clear and concise description of what you expected to happen.

**Current behavior**

A clear and concise description of what is happening now
Feel free to include screenshots or quoted output if relevant.

**To Reproduce**

Please include details on how to reproduce the bug.
1. Launch a VM/Container
2. Run ...

**System information:**

- Ubuntu release: <!-- $ grep 'VERSION=' /etc/os-release -->
- Pro Client version: <!-- $ pro version -->

**Additional context**

Add any other context about the problem here.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Suggest a new feature
about: Suggest an idea for the Pro Client
title: 'Feature: '
labels: 'feature'

---

**Please describe the scenario where the new feature would be useful**

What is the situation that made you realize this feature is necessary?

**Describe the solution you'd like**

A clear and concise description of what you want to happen.

**Current behavior**

Is this partially implemented somehow? Is there any alternative way to solve the problem?

**Additional context**

Add any other context about the feature request here.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Ask for guidance / documentation
about: Ask questions, and potentially help us improve our docs
title: 'Question: '
labels: 'docs'

---

**What is the subject you need more information on?**

Let us know how can we help.

**Did you check the documentation first?**

After looking for guidance in [the Pro Client documentation](https://canonical-ubuntu-pro-client.readthedocs-hosted.com/en/latest/), mark one of the following checkboxes:

- [ ] There is documentation about this, but it needs improvement
- [ ] There is no documentation about this

0 comments on commit 095e94a

Please sign in to comment.