Skip to content

Commit

Permalink
This splits out our issue_template into 4 different issue types. [git…
Browse files Browse the repository at this point in the history
…hub-meta] (#3430)

* This splits out our issue_template into 4 different issue types.
Co-authored-by: Gus Luxton <[email protected]>
  • Loading branch information
benarent authored Mar 11, 2020
1 parent f218f8f commit 6b16835
Show file tree
Hide file tree
Showing 6 changed files with 77 additions and 5 deletions.
File renamed without changes.
18 changes: 13 additions & 5 deletions docs/ISSUE_TEMPLATE.md → .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
Have a question? Please use [Our Forum](https://community.gravitational.com)
---
name: Bug Report 🐛
about: Something isn't working as expected? Here is the right place to report.
labels: "type: bug"
---

### Description

**What happened**:

**What you expected to happen**:

**How to reproduce it (as minimally and precisely as possible)**:

**Environment**:
### Environment
- Teleport version (use `teleport version`):
- Tsh version (use `tsh version`):
- OS (e.g. from /etc/os-release):
- OS (e.g. from `/etc/os-release`):

- Where are you running Teleport? (e.g. AWS, GCP, Dedicated Hardware):

**Browser environment**

Expand All @@ -19,5 +27,5 @@ Have a question? Please use [Our Forum](https://community.gravitational.com)

**Relevant Debug Logs If Applicable**

- tsh --debug
- teleport --debug
- `tsh --debug`
- `teleport --debug`
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: Teleport Documentation
url: https://gravitational.com/teleport/docs/
about: Check out the Teleport documentation for answers to common questions
- name: Gravitational Teleport community
url: https://community.gravitational.com/c/teleport
about: Ask Teleport related questions, answered by the Team and community.
- name: Request a Demo
url: https://gravitational.com/teleport/demo/
about: Want to see the full power of Teleport? Our team is happy to give a demo.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Documentation 📝
about: Suggest better documentation for a particular tool or process.
labels: "type: documentation"
---

## Summary
Describe the missing documentation. If it's a new feature, link to the feature ticket.

### Audience
Outline who this is for. e.g. CLI docs, new users, power users

### Location
Should this docs update be a new guide, or an addition to an existing guide?
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Feature Request 💡
about: Suggest a new idea for the project.
labels: "type: feature request"
---
### Feature Request
Describe in as much detail as possible what feature you would like to see added and how it should work.

### Motivation
Describe why we should work on this feature request.

### Who's it for?
OSS User, Pro, Enterprise
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Question 🤔
about: Usage question or discussion about Teleport.
labels: "type: question"
---

<!--
To make it easier for us to help you, please include as much useful information as possible.
Useful Links:
- Documentation: https://gravitational.com/teleport/docs/
- If you're an OSS user and have a general question, please ask in our community forum: https://community.gravitational.com/c/teleport
- For Pro and Enterprise users, please open a ticket via the Enterprise support portal: https://dashboard.gravitational.com/web/
Before opening a new issue, please search existing issues: https://github.com/gravitational/teleport/issues
-->

## Summary

## Relevant information

<!-- Provide as much useful information as you can -->

### Environment (if relevant)

0 comments on commit 6b16835

Please sign in to comment.