diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..0e35324 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Report a bug +title: '' +labels: '' +assignees: '' + +--- + +### Describe the bug +A clear and concise description of what the bug is. + +### Details of your setup + +**VpnCloud version:** + +**Description of your VPN setup** +- How many nodes? +- Any NAT involved? +- Any custom routing? + +**Config file contents** +normally in `/etc/vpncloud/MYNET.net` +:bangbang: make sure to mask (`***`) passwords and public IPs/hostnames :bangbang: + +**Log entries** +normally in `/var/log/vpncloud.MYNET.log` diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..9028701 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,16 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +** Describe the high-level goal you want to achieve ** + +I would like to... + +** Describe the proposed solution ** + +I propose to...