From 6780abdd66c7278e40762d92f8f8b75e0323f0a1 Mon Sep 17 00:00:00 2001 From: Benjamin Wohlwend Date: Mon, 3 Dec 2018 17:10:48 +0100 Subject: [PATCH] added issue templates, mostly copied from elastic/apm-agent-nodejs --- .github/ISSUE_TEMPLATE/Bug_report.md | 46 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/Feature_request.md | 17 +++++++++ 2 files changed, 63 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/Feature_request.md diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md new file mode 100644 index 000000000..dd881f266 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -0,0 +1,46 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + +**Describe the bug**: ... + +**To Reproduce** + +1. ... +2. ... +3. ... +4. ... + +**Expected behavior**: ... + +**Environment (please complete the following information)** +- OS: [e.g. Linux] +- Python version: +- Framework and version [e.g. Django 2.1]: +- APM Server version: +- Agent version: + + +**Additional context** + +Add any other context about the problem here. + +- Agent config options +
+ Click to expand + + ``` + replace this line with your agent config options + remember to mask any sensitive fields like tokens + ``` +
+- `requirements.txt`: +
+ Click to expand + + ``` + replace this line with your `requirements.txt` + ``` +
diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md new file mode 100644 index 000000000..066b2d920 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for this project + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here.