From 349f6ed6a9534ffdd5dcb74a33443c4a020c3087 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Wed, 22 Apr 2020 15:37:55 +0200 Subject: [PATCH 1/3] Update issue templates --- .../ISSUE_TEMPLATE/general-issue-for-t-pot.md | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/general-issue-for-t-pot.md diff --git a/.github/ISSUE_TEMPLATE/general-issue-for-t-pot.md b/.github/ISSUE_TEMPLATE/general-issue-for-t-pot.md new file mode 100644 index 00000000..631ce307 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/general-issue-for-t-pot.md @@ -0,0 +1,37 @@ +--- +name: General issue for T-Pot +about: General issue for T-Pot +title: '' +labels: '' +assignees: '' + +--- + +Before you post your issue make sure it has not been answered yet and provide `basic support information` if you come to the conclusion it is a new issue. + +- 🔍 Use the [search function](https://github.com/dtag-dev-sec/tpotce/issues?utf8=%E2%9C%93&q=) first +- 🧐 Check our [WIKI](https://github.com/dtag-dev-sec/tpotce/wiki) +- 📚 Consult the documentation of 💻 [Debian](https://www.debian.org/doc/), 🐳 [Docker](https://docs.docker.com/), the 🦌 [ELK stack](https://www.elastic.co/guide/index.html) and the 🍯 [T-Pot Readme](https://github.com/dtag-dev-sec/tpotce/blob/master/README.md). +- **⚠️ Provide [basic support information](#info) or similiar information with regard to your issue or we can not help you and will close the issue without further notice** + +
+
+
+ + +## ⚠️ Basic support information (commands are expected to run as `root`) + +- What version of the OS are you currently using `lsb_release -a` and `uname -a`? +- What T-Pot version are you currently using? +- What edition (Standard, Nextgen, etc.) of T-Pot are you running? +- What architecture are you running on (i.e. hardware, cloud, VM, etc.)? +- Did you have any problems during the install? If yes, please attach `/install.log` `/install.err`. +- How long has your installation been running? +- Did you install upgrades, packages or use the update script? +- Did you modify any scripts or configs? If yes, please attach the changes. +- Please provide a screenshot of `glances` and `htop`. +- How much free disk space is available (`df -h`)? +- What is the current container status (`dps.sh`)? +- What is the status of the T-Pot service (`systemctl status tpot`)? +- What ports are being occupied? Stop T-Pot `systemctl stop tpot` and run `netstat -tulpen` +- If a single container shows as `DOWN` you can run `docker logs ` for the latest log entries From 46707683c74c5c827cac0a207b64ffea1c66f77f Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Wed, 22 Apr 2020 15:39:21 +0200 Subject: [PATCH 2/3] Delete ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index fb3ae496..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,29 +0,0 @@ -# Issues - -Before you post your issue make sure it has not been answered yet and provide `basic support information` if you come to the conclusion it is a new issue: -- 🔍 Use the [search function](https://github.com/dtag-dev-sec/tpotce/issues?utf8=%E2%9C%93&q=) first -- 🧐 Check our [WIKI](https://github.com/dtag-dev-sec/tpotce/wiki) -- 📚 Consult the documentation of 💻 [Debian](https://www.debian.org/doc/), 🐳 [Docker](https://docs.docker.com/), the 🦌 [ELK stack](https://www.elastic.co/guide/index.html) and the 🍯 [T-Pot Readme](https://github.com/dtag-dev-sec/tpotce/blob/master/README.md). -- **⚠️ Provide [basic support information](#info) or similiar information with regard to your issue or we can not help you and will close the issue without further notice** - -
-
-
- - -## ⚠️ Basic support information (commands are expected to run as `root`) - -- What version of the OS are you currently using `lsb_release -a` and `uname -a`? -- What T-Pot version are you currently using? -- What edition (Standard, Nextgen, etc.) of T-Pot are you running? -- What architecture are you running on (i.e. hardware, cloud, VM, etc.)? -- Did you have any problems during the install? If yes, please attach `/install.log` `/install.err`. -- How long has your installation been running? -- Did you install upgrades, packages or use the update script? -- Did you modify any scripts or configs? If yes, please attach the changes. -- Please provide a screenshot of `glances` and `htop`. -- How much free disk space is available (`df -h`)? -- What is the current container status (`dps.sh`)? -- What is the status of the T-Pot service (`systemctl status tpot`)? -- What ports are being occupied? Stop T-Pot `systemctl stop tpot` and run `netstat -tulpen` -- If a single container shows as `DOWN` you can run `docker logs ` for the latest log entries From 75c1b253e53969da5c067641302039c2a9c038f4 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Wed, 22 Apr 2020 16:47:32 +0200 Subject: [PATCH 3/3] Update issue templates --- .../ISSUE_TEMPLATE/bug-report-for-t-pot.md | 37 +++++++++++++++++++ .../feature-request-for-t-pot.md | 20 ++++++++++ 2 files changed, 57 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report-for-t-pot.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request-for-t-pot.md diff --git a/.github/ISSUE_TEMPLATE/bug-report-for-t-pot.md b/.github/ISSUE_TEMPLATE/bug-report-for-t-pot.md new file mode 100644 index 00000000..6eaabdc4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report-for-t-pot.md @@ -0,0 +1,37 @@ +--- +name: Bug report for T-Pot +about: Bug report for T-Pot +title: '' +labels: '' +assignees: '' + +--- + +Before you post your issue make sure it has not been answered yet and provide `basic support information` if you come to the conclusion it is a new issue. + +- 🔍 Use the [search function](https://github.com/dtag-dev-sec/tpotce/issues?utf8=%E2%9C%93&q=) first +- 🧐 Check our [WIKI](https://github.com/dtag-dev-sec/tpotce/wiki) +- 📚 Consult the documentation of 💻 [Debian](https://www.debian.org/doc/), 🐳 [Docker](https://docs.docker.com/), the 🦌 [ELK stack](https://www.elastic.co/guide/index.html) and the 🍯 [T-Pot Readme](https://github.com/dtag-dev-sec/tpotce/blob/master/README.md). +- **⚠️ Provide [basic support information](#info) or similiar information with regard to your issue or we can not help you and will close the issue without further notice** + +
+
+
+ + +## ⚠️ Basic support information (commands are expected to run as `root`) + +- What version of the OS are you currently using `lsb_release -a` and `uname -a`? +- What T-Pot version are you currently using? +- What edition (Standard, Nextgen, etc.) of T-Pot are you running? +- What architecture are you running on (i.e. hardware, cloud, VM, etc.)? +- Did you have any problems during the install? If yes, please attach `/install.log` `/install.err`. +- How long has your installation been running? +- Did you install upgrades, packages or use the update script? +- Did you modify any scripts or configs? If yes, please attach the changes. +- Please provide a screenshot of `glances` and `htop`. +- How much free disk space is available (`df -h`)? +- What is the current container status (`dps.sh`)? +- What is the status of the T-Pot service (`systemctl status tpot`)? +- What ports are being occupied? Stop T-Pot `systemctl stop tpot` and run `netstat -tulpen` +- If a single container shows as `DOWN` you can run `docker logs ` for the latest log entries diff --git a/.github/ISSUE_TEMPLATE/feature-request-for-t-pot.md b/.github/ISSUE_TEMPLATE/feature-request-for-t-pot.md new file mode 100644 index 00000000..ff1ba956 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request-for-t-pot.md @@ -0,0 +1,20 @@ +--- +name: Feature request for T-Pot +about: Suggest an idea for T-Pot +title: '' +labels: '' +assignees: '' + +--- + +**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.