Skip to content

Commit

Permalink
Add new Github issue templates (influxdata#2195)
Browse files Browse the repository at this point in the history
* 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
3 people authored Feb 19, 2021
1 parent 0bc29f6 commit 2eaed7a
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
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].
-->
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/new-feature.md
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
-->
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/proposal.md
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_

0 comments on commit 2eaed7a

Please sign in to comment.