forked from influxdata/docs-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new Github issue templates (influxdata#2195)
* Add new Github issue templates * Rename bug_report.md to bug-report.md * Apply suggestions from code review Co-authored-by: pierwill <[email protected]> * addressed PR feedback * small updates to issue templates Co-authored-by: kelseiv <[email protected]> Co-authored-by: pierwill <[email protected]>
- Loading branch information
1 parent
0bc29f6
commit 2eaed7a
Showing
3 changed files
with
74 additions
and
0 deletions.
There are no files selected for viewing
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,25 @@ | ||
--- | ||
name: Bug report | ||
about: Report an issue with the InfluxData documentation. | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
--- | ||
|
||
_Describe the issue here._ | ||
|
||
##### Relevant URLs | ||
- _Provide relevant URLs (the doc page in question, project issues, community threads, etc.)_ | ||
|
||
<!-- | ||
For software issues (bugs, unexpected behavior, etc.) in specific projects, | ||
create an issue in the appropriate repository: | ||
- InfluxDB OSS issues at https://github.com/influxdata/influxdb | ||
- Telegraf issues at https://github.com/influxdata/telegraf | ||
- Chronograf issues at https://github.com/influxdata/chronograf | ||
- Kapacitor issues at https://github.com/influxdata/kapacitor | ||
- Flux issues at https://github.com/influxdata/flux | ||
For issues with InfluxDB Cloud or InfluxDB Enterprise, contact [email protected]. | ||
--> |
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,37 @@ | ||
--- | ||
name: New feature | ||
about: Submit new InfluxData product features that need to be documented. | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
--- | ||
|
||
**PR:** _Provide PR URL(s) for this feature (if available)_ | ||
|
||
_Describe the new feature here._ | ||
|
||
<!-- | ||
Include pertinent details, such as: | ||
- What the feature does and why it is useful | ||
- How to use the feature (via CLI, UI, API) | ||
- Specific code examples (used/tested) | ||
- Tips or tricks (hot keys/shortcuts) | ||
--> | ||
|
||
##### Relevant URLs | ||
- _Provide relevant URLs (issues, community threads, existing doc pages, etc.)_ | ||
|
||
<!-- | ||
IMPORTANT | ||
1. Apply product labels to this issue as applicable. For example, if a feature | ||
is included in both InfluxDB open source (OSS) and Cloud, add both | ||
`InfluxDB v2` and `InfluxDB Cloud` labels. | ||
2. For features tied to a specific product release, add a milestone using the | ||
following convention: | ||
<product-name> <semantic-version> | ||
Examples: InfluxDB 2.0.5, Telegraf 1.18.0 | ||
--> |
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,12 @@ | ||
--- | ||
name: Proposal | ||
about: Propose changes to InfluxData documentation content, structure, layout, etc. | ||
title: '' | ||
labels: Proposal | ||
assignees: '' | ||
--- | ||
|
||
_Describe your proposal here._ | ||
|
||
##### Relevant URLs | ||
- _Provide relevant URLs_ |