-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This splits out our issue_template into 4 different issue types. [git…
…hub-meta] (#3430) * This splits out our issue_template into 4 different issue types. Co-authored-by: Gus Luxton <[email protected]>
- Loading branch information
Showing
6 changed files
with
77 additions
and
5 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |