diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..a097926 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,29 @@ +--- +name: Bug report +about: Create a report to help improve the library +title: "[BUG]" +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Created a new connection +2. Closed & used saved credentials to log back in +3. Etc. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Environment (please complete the following information):** + - Is this on a server? + - What do your `connectOptions` look like? + - Do you have multiple clients on the same IP? + - Are you using a proxy? + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature-requests-questions.md b/.github/ISSUE_TEMPLATE/feature-requests-questions.md new file mode 100644 index 0000000..563850a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-requests-questions.md @@ -0,0 +1,15 @@ +--- +name: Feature Requests/Questions +about: Template for general issues/feature requests/questions +title: '' +labels: '' +assignees: '' + +--- + +**Before adding this issue, make sure you do the following to make sure this is not a duplicate:** +1. Search through the repo's previous issues +2. Read through the readme at least once +3. Search the docs for the feature you're looking for + +**Just describe the feature/question**