diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..1520c7aa0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,42 @@ +## Directions + +GitHub Issues are reserved for actionable bug reports and feature requests. +General questions should be sent to the [InfluxDB mailing list](https://groups.google.com/forum/#!forum/influxdb). + +Before opening an issue, search for similar bug reports or feature requests on GitHub Issues. +If no similar issue can be found, fill out either the "Bug Report" or the "Feature Request" section below. +Erase the other section and everything on and above this line. + +*Please note, the quickest way to fix a bug is to open a Pull Request.* + +## Bug report + +### System info: + +[Include Telegraf version, operating system name, and other relevant details] + +### Steps to reproduce: + +1. ... +2. ... + +### Expected behavior: + +### Actual behavior: + +### Additional info: + +[Include gist of relevant config, logs, etc.] + + +## Feature Request + +Opening a feature request kicks off a discussion. + +### Proposal: + +### Current behavior: + +### Desired behavior: + +### Use case: [Why is this important (helps with prioritizing requests)] diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..19bb38765 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,5 @@ +### Required for all PRs: + +- [ ] CHANGELOG.md updated +- [ ] Sign [CLA](https://influxdata.com/community/cla/) (if not already signed) +- [ ] README.md updated (if adding a new plugin)